zephyr/samples/modules/canopennode/prj_img_mgmt.conf
Jamie McCrae 0241de3969 samples: canopennode: Select STREAM_FLASH for sysbuild build
For mcuboot support, this Kconfig option needs to be selected, this
is done by having a separate project configuration file when
building the version that supports mcuboot.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-03-03 10:49:32 +01:00

24 lines
360 B
Plaintext

CONFIG_LOG=y
CONFIG_CANOPEN_LOG_LEVEL_DBG=y
CONFIG_GPIO=y
CONFIG_CAN=y
CONFIG_CAN_MAX_FILTER=13
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_STREAM_FLASH=y
CONFIG_NVS=y
CONFIG_SETTINGS=y
CONFIG_SETTINGS_NVS=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_CANOPEN=y
CONFIG_CANOPENNODE_SYNC_THREAD=y
CONFIG_CANOPENNODE_STORAGE=y
CONFIG_CANOPENNODE_LEDS=y
CONFIG_REBOOT=y