cb4785542e
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>
21 lines
305 B
Plaintext
21 lines
305 B
Plaintext
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "lib/libc/Kconfig"
|
|
|
|
menu "Additional libraries"
|
|
|
|
source "lib/gui/Kconfig"
|
|
|
|
source "lib/os/Kconfig"
|
|
|
|
source "lib/posix/Kconfig"
|
|
|
|
source "lib/open-amp/Kconfig"
|
|
|
|
source "lib/util/Kconfig"
|
|
|
|
source "lib/smf/Kconfig"
|
|
|
|
endmenu
|