Files
test_rtt_413/rt-thread/components/lwp/Kconfig
a1012112796 02210074ec init project
Signed-off-by: a1012112796 <1012112796@qq.com>
2022-09-26 15:41:16 +08:00

9 lines
277 B
Plaintext

config RT_USING_LWP
bool "LWP: light-weight process"
select RT_USING_POSIX_FS
select RT_USING_POSIX_SELECT
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.