Grissiom 7b0a3afdf9 kservice: export vsnprintf as rt_vsnprintf
vsnprintf is a common string function that could be used in many places.
Using both vsnprintf in libc and vsnprintf in the RTT could make a
bigger image. Moreover, if newlib is not enabled when compiling with
GCC, referencing vsnprintf will lead to link error:

    .../arm-none-eabi/lib/armv7-ar/thumb/softfp/libc.a(lib_a-sbrkr.o):
    In function `_sbrk_r':
    sbrkr.c:(.text._sbrk_r+0xc): undefined reference to `_sbrk'
    collect2: error: ld returned 1 exit status

Using rt_vsnprintf could avoid such problem.
2013-09-23 11:34:13 +08:00
2013-09-21 17:18:45 +08:00
2013-09-22 06:59:52 +08:00
2013-09-07 18:31:05 +08:00
2013-09-07 18:31:05 +08:00

RT-Thread

Build Status

RT-Thread is an open source real-time operating system for embedded devices.

S
Description
Languages
C 96.7%
Assembly 1.7%
Python 0.8%
Linker Script 0.7%