Files
luban-lite-t3e-pro/kernel/rt-thread/components/lwp/Kconfig
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +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.