mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 12:21:19 +08:00
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
config RT_USING_LWP
|
|
bool "Using light-weight process"
|
|
select RT_USING_DFS
|
|
depends on ARCH_ARM_CORTEX_M
|
|
default n
|
|
help
|
|
The lwP is a light weight process running in user mode.
|