Merge branch 'sangaboard-v5'

set version to v1.0.0-dev
This commit is contained in:
Filip Ayazi 2023-03-11 02:16:53 +00:00
commit 30eb93c8da
18 changed files with 474 additions and 232 deletions

View file

@ -3,10 +3,6 @@
#define BOARD_AUTO
//#define BOARD_SANGABOARDv5
//without this, default to HW serial where available
//the details are board specific and configured in boards.h
#define USB_SERIAL
#include <boards.h> //defines wiring
//general settings
@ -15,6 +11,7 @@
#define MAX_ARGUMENT_LENGTH 20 //used in argument parsing, takes up ram
#define VERSION_STRING "Sangaboard Firmware v1.0.0-dev"
#define DEBUG_ON
#define EMULATED_EEPROM_SIZE 512
//module choice
#define HELP
@ -24,11 +21,6 @@
// #define STEPSTICK
#define ILLUMINATION
//module configs
#ifdef STAGE
#define STAGE_N_MOTORS 3
#endif
#ifdef ENDSTOPS
#define ENDSTOPS_MIN
//#define ENDSTOPS_MAX
@ -42,9 +34,5 @@
#define LIGHT_SENSOR_ADAFRUIT_TSL2591
//#define LIGHT_SENSOR_ADAFRUIT_ADS1115
//config for non-standard platforms
#ifndef MCU_PICO
#define SUPPORT_EEPROM
#endif
#define CONFIGURED
#endif