2025-02-27 17:59:18 +08:00

36 lines
621 B
Plaintext

menu "Demos::Os"
config OS_THREAD_DEMO
bool "Enable Os Thread Demo"
default n
config OS_QUEUE_DEMO
bool "Enable Os Queue Demo"
default n
config OS_SEM_DEMO
bool "Enable Os Sem Demo"
default n
help
enable os semaphore demos
config OS_MUTEX_DEMO
bool "Enable Os Mutex Demo"
default n
config OS_TIMER_DEMO
bool "Enable Os Timer Demo"
default n
config OS_SMP_BLINKY_DEMO
bool "Enable SMP Blinky Demo"
default n
config OS_SMP_AFFINITY_DEMO
bool "Enable SMP Core Affinity Demo"
default n
config OS_SMP_DEEP_LV_DEMO
bool "Enable Deep Low-voltage Sleep Demo"
default n
endmenu