4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 07:43:30 +08:00
2021-12-30 01:27:25 +08:00

9 lines
278 B
Plaintext

config RT_USING_LWP
bool "Using 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.