Reduce the heap and stack sizes needed for the shell loader sample app so more devices may try it out. Tried on a mimxrt1010_evk and noted the total ram usage was approximately 44000 bytes. Prior to this change the mimxrt1010_evk was unable to run the sample as the bss section overflowed the ram size. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_IMMEDIATE=y
|
|
|
|
CONFIG_SHELL=y
|
|
CONFIG_SHELL_CMD_BUFF_SIZE=8192
|
|
CONFIG_SHELL_LOG_LEVEL_INF=y
|
|
CONFIG_SHELL_STACK_SIZE=4096
|
|
|
|
CONFIG_LLEXT=y
|
|
CONFIG_LLEXT_LOG_LEVEL_DBG=y
|
|
CONFIG_LLEXT_HEAP_SIZE=8
|
|
CONFIG_LLEXT_SHELL=y
|