Files
luban-lite-t3e-pro/kernel/rt-thread/components/lwp/Kconfig

9 lines
277 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
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.