Motion_EC_HC32_archived/rt-thread/components/lwp/Kconfig

9 lines
265 B
Plaintext
Raw Normal View History

2022-01-10 16:20:39 +08:00
config RT_USING_LWP
bool "Using light-weight process"
2022-01-10 17:10:14 +08:00
select RT_USING_DFS
select RT_USING_LIBC
2022-01-10 16:20:39 +08:00
depends on ARCH_ARM_CORTEX_M || ARCH_ARM_ARM9 || ARCH_ARM_CORTEX_A
default n
help
The lwP is a light weight process running in user mode.