Kconfig 238 B

12345678910
  1. menu "C/C++ and POSIX layer"
  2. config RT_USING_EXTERNAL_LIBC
  3. bool
  4. source "$RTT_DIR/components/libc/compilers/common/Kconfig"
  5. source "$RTT_DIR/components/libc/posix/Kconfig"
  6. source "$RTT_DIR/components/libc/cplusplus/Kconfig"
  7. endmenu