zephyr/samples/subsys/canbus/canopen/prj_no_storage.conf
Henrik Brix Andersen df51a8a5c7 samples: canbus: canopen: add configuration for devices with no storage
Add CANopen sample configuration file for devices with no
storage/settings support.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2020-11-10 15:44:25 -06:00

12 lines
169 B
Plaintext

CONFIG_LOG=y
CONFIG_CANOPEN_LOG_LEVEL_DBG=y
CONFIG_CAN=y
CONFIG_CAN_MAX_FILTER=13
CONFIG_CANOPEN=y
CONFIG_CANOPEN_SYNC_THREAD=y
CONFIG_CANOPEN_LEDS=y
CONFIG_REBOOT=y