mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
9 lines
277 B
Plaintext
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.
|