Kconfig 202 B

1234567
  1. config RT_USING_LWP
  2. bool "Using light-weight process"
  3. select RT_USING_DFS
  4. depends on ARCH_ARM_CORTEX_M
  5. default n
  6. help
  7. The lwP is a light weight process running in user mode.