You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
277 B
8 lines
277 B
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.
|
|
|