zephyr/samples/subsys/smf/hsm_psicc2/prj.conf

12 lines
281 B
Plaintext

CONFIG_LOG=y
CONFIG_SHELL=y
# Needed for boards that enable RTT backends for logging
# e.g. nrf52840dk/nrf52840 and any others that enable it
CONFIG_LOG_BACKEND_RTT=n
# Enable the state machine framework
CONFIG_SMF=y
CONFIG_SMF_ANCESTOR_SUPPORT=y
CONFIG_SMF_INITIAL_TRANSITION=y