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>
10 lines
210 B
YAML
10 lines
210 B
YAML
tests:
|
|
libraries.smf.hierarchical:
|
|
tags: smf
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_SMF_ANCESTOR_SUPPORT=y
|
|
libraries.smf.flat:
|
|
tags: smf
|
|
platform_allow: native_posix
|