mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Adapted RAM start / size to internal SRAM
This commit is contained in:
@@ -37,8 +37,8 @@ CONFIG_NSH_READLINE=y
|
||||
CONFIG_PREALLOC_MQ_MSGS=4
|
||||
CONFIG_PREALLOC_TIMERS=4
|
||||
CONFIG_PREALLOC_WDOGS=4
|
||||
CONFIG_RAM_SIZE=245760
|
||||
CONFIG_RAM_START=0x20010000
|
||||
CONFIG_RAM_SIZE=376832
|
||||
CONFIG_RAM_START=0x20020000
|
||||
CONFIG_RAW_BINARY=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_SCHED_WAITPID=y
|
||||
|
||||
Reference in New Issue
Block a user