Home
last modified time | relevance | path

Searched refs:RT_USING_LIBC (Results 1 – 23 of 23) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/arch/include/arch/
H A Dcc.h48 #ifdef RT_USING_LIBC
64 #if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC)
/nrf52832-nimble/rt-thread/components/libc/
H A DKconfig3 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 Dcc.h57 #ifdef RT_USING_LIBC
73 #if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC)
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A DREADME.md3 Please define RT_USING_LIBC and compile RT-Thread with IAR compiler.
H A DSConscript23 group = DefineGroup('dlib', src, depend = ['RT_USING_LIBC'],
/nrf52832-nimble/rt-thread/components/libc/pthreads/
H A DSConscript8 depend = ['RT_USING_PTHREADS', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/libc/compilers/common/
H A DSConscript10 group = DefineGroup('libc', src, depend = ['RT_USING_LIBC'], CPPPATH = CPPPATH)
/nrf52832-nimble/rt-thread/components/libc/signal/
H A DSConscript10 depend = ['RT_USING_SIGNALS', 'RT_USING_PTHREADS', 'RT_USING_LIBC'],
/nrf52832-nimble/rt-thread/components/lwp/
H A DKconfig4 select RT_USING_LIBC
/nrf52832-nimble/rt-thread/components/libc/termios/
H A DSConscript10 depend = ['RT_USING_LIBC', 'RT_USING_POSIX', 'RT_USING_POSIX_TERMIOS'],
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A DSConscript11 if rtconfig.PLATFORM == 'gcc' and rtconfig.ARCH != 'sim' and not GetDepend('RT_USING_LIBC'):
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A DSConscript18 group = DefineGroup('libc', src, depend = ['RT_USING_LIBC'],
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/arch/include/arch/
H A Dcc.h48 #if defined(RT_USING_LIBC) || defined(RT_USING_MINILIBC)
/nrf52832-nimble/rt-thread/include/
H A Drtdebug.h18 #if !defined(RT_USING_LIBC)
/nrf52832-nimble/
H A Drtconfig.h93 #define RT_USING_LIBC macro
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/
H A DSConscript18 group = DefineGroup('newlib', src, depend = ['RT_USING_LIBC'],
/nrf52832-nimble/rt-thread/components/net/at/
H A DKconfig61 select RT_USING_LIBC
/nrf52832-nimble/rt-thread/components/cplusplus/
H A DREADME.md14 *NOTE*: The libc (RT_USING_LIBC in rtconfig.h) must be enable.
/nrf52832-nimble/rt-thread/components/utilities/
H A DKconfig170 select RT_USING_LIBC
191 select RT_USING_LIBC
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzconf.h16 #ifndef RT_USING_LIBC
/nrf52832-nimble/rt-thread/
H A DChangeLog.md654 * 加入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 DKconfig37 select RT_USING_LIBC
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Ddfs_elm.c919 #ifdef RT_USING_LIBC in get_fattime()