mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-04 07:35:14 -04:00
Initial ATmega2560 support
This commit is contained in:
parent
54411a44fc
commit
f1e4ada1ca
3 changed files with 1517 additions and 2 deletions
4
Config.h
4
Config.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue