Initial ATmega2560 support

This commit is contained in:
Mark Qvist 2022-01-19 21:04:05 +01:00
parent 54411a44fc
commit f1e4ada1ca
3 changed files with 1517 additions and 2 deletions

View file

@ -67,8 +67,8 @@
#define BOARD_MODEL BOARD_HMBRW
#define CONFIG_UART_BUFFER_SIZE 2048
#define CONFIG_QUEUE_SIZE 2048
#define CONFIG_UART_BUFFER_SIZE 1024
#define CONFIG_QUEUE_SIZE 4096
#define CONFIG_QUEUE_MAX_LENGTH 80
#define EEPROM_SIZE 4096