/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/arch/include/arch/ |
H A D | cc.h | 48 #ifdef RT_USING_LIBC 64 #if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC)
|
/nrf52832-nimble/rt-thread/components/libc/ |
H A D | Kconfig | 3 config RT_USING_LIBC config 11 if RT_USING_LIBC && RT_USING_DFS
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/arch/include/arch/ |
H A D | cc.h | 57 #ifdef RT_USING_LIBC 73 #if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC)
|
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/ |
H A D | README.md | 3 Please define RT_USING_LIBC and compile RT-Thread with IAR compiler.
|
H A D | SConscript | 23 group = DefineGroup('dlib', src, depend = ['RT_USING_LIBC'],
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | SConscript | 8 depend = ['RT_USING_PTHREADS', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
|
/nrf52832-nimble/rt-thread/components/libc/compilers/common/ |
H A D | SConscript | 10 group = DefineGroup('libc', src, depend = ['RT_USING_LIBC'], CPPPATH = CPPPATH)
|
/nrf52832-nimble/rt-thread/components/libc/signal/ |
H A D | SConscript | 10 depend = ['RT_USING_SIGNALS', 'RT_USING_PTHREADS', 'RT_USING_LIBC'],
|
/nrf52832-nimble/rt-thread/components/lwp/ |
H A D | Kconfig | 4 select RT_USING_LIBC
|
/nrf52832-nimble/rt-thread/components/libc/termios/ |
H A D | SConscript | 10 depend = ['RT_USING_LIBC', 'RT_USING_POSIX', 'RT_USING_POSIX_TERMIOS'],
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | SConscript | 11 if rtconfig.PLATFORM == 'gcc' and rtconfig.ARCH != 'sim' and not GetDepend('RT_USING_LIBC'):
|
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/ |
H A D | SConscript | 18 group = DefineGroup('libc', src, depend = ['RT_USING_LIBC'],
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/arch/include/arch/ |
H A D | cc.h | 48 #if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC)
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rtdebug.h | 18 #if !defined(RT_USING_LIBC)
|
/nrf52832-nimble/ |
H A D | rtconfig.h | 93 #define RT_USING_LIBC macro
|
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/ |
H A D | SConscript | 18 group = DefineGroup('newlib', src, depend = ['RT_USING_LIBC'],
|
/nrf52832-nimble/rt-thread/components/net/at/ |
H A D | Kconfig | 61 select RT_USING_LIBC
|
/nrf52832-nimble/rt-thread/components/cplusplus/ |
H A D | README.md | 14 *NOTE*: The libc (RT_USING_LIBC in rtconfig.h) must be enable.
|
/nrf52832-nimble/rt-thread/components/utilities/ |
H A D | Kconfig | 170 select RT_USING_LIBC 191 select RT_USING_LIBC
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zconf.h | 16 #ifndef RT_USING_LIBC
|
/nrf52832-nimble/rt-thread/ |
H A D | ChangeLog.md | 654 * 加入C++基础支撑组件。C++组件依赖于RT_USING_LIBC库,当使用GCC编译器时请注意查看其中的说明文档并更改ld script; 668 * 统一不同编译器下使用LIBC的宏为RT_USING_LIBC,原有的宏定义RT_USING_NEWLIB/RT_USING_ARM_LIBC需要从rtconfig.h中移除,并替换成RT_USI… 676 * AT91SAM9260分支中更改RT_USING_NEWLIB为RT_USING_LIBC; 684 * mini2440分支中更改RT_USING_NEWLIB为 RT_USING_LIBC; 685 * stm32f0x分支中移除不同编译器下的LIBC定义,统一更改为RT_USING_LIBC; 688 * zynq7000分支中更改RT_USING_NEWLIB为RT_USING_LIBC;
|
/nrf52832-nimble/rt-thread/components/net/ |
H A D | Kconfig | 37 select RT_USING_LIBC
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | dfs_elm.c | 919 #ifdef RT_USING_LIBC in get_fattime()
|