commit | cb4785542e3c41aac79381f42f86273dd4a7bf40 | [log] [tgz] |
---|---|---|
author | Sam Hurst <sbh1187@gmail.com> | Sat Aug 28 21:44:17 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Oct 04 20:33:11 2021 -0400 |
tree | ef7e50c6246e4a2d27c5c834aed09d746eaa9c41 | |
parent | a6dcf333a1b865b4838e6484838592949d4292c3 [diff] |
lib: smf: Add State Machine Framework 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>