13 lines
418 B
Text
13 lines
418 B
Text
# Reduce bootloader log verbosity
|
|
CONFIG_LOG_BOOTLOADER_LEVEL_WARN=y
|
|
CONFIG_LOG_BOOTLOADER_LEVEL=2
|
|
|
|
# Increase main task stack size
|
|
CONFIG_MAIN_TASK_STACK_SIZE=6144
|
|
|
|
# Enable filesystem
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
|
|
CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
|
|
CONFIG_APP_OFFSET=0x10000
|