Add an application agnostic State Machine Framework library to Zephyr that provides an easy way for developers to integrate state machines into their application. Twister passed: twister -T tests/lib/smf/ Signed-off-by: Sam Hurst <sbh1187@gmail.com>
4 lines
41 B
Plaintext
4 lines
41 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_LOG=y
|
|
CONFIG_SMF=y
|