RT-Thread_v4.1.1
This commit is contained in:
8
components/lwp/Kconfig
Normal file
8
components/lwp/Kconfig
Normal file
@ -0,0 +1,8 @@
|
||||
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.
|
Reference in New Issue
Block a user