Kconfig 202 字节
Newer Older
1 2 3 4 5 6 7
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.