esp-idf/components/newlib
Ivan Grokhotkov 221dc13535 newlib: add "full" formatting support, add missing functions
- add two versions of libc: libc.a and libc_nano.a. First one has full C99 formatting support, second one uses “nano” formatting functions available in ROM.
- fix linker error for fmod, fmodf, atof, atoff
- update tests
2016-12-08 11:04:54 +08:00
..
include
lib newlib: add "full" formatting support, add missing functions 2016-12-08 11:04:54 +08:00
platform_include newlib: implement time syscalls 2016-11-02 17:31:35 +08:00
test newlib: add "full" formatting support, add missing functions 2016-12-08 11:04:54 +08:00
.gitignore
.gitmodules
COPYING.NEWLIB
Makefile.old
component.mk newlib: add "full" formatting support, add missing functions 2016-12-08 11:04:54 +08:00
libc_discard.list
locks.c
reent_init.c
syscall_table.c newlib: add "full" formatting support, add missing functions 2016-12-08 11:04:54 +08:00
syscalls.c vfs: code review fixes 2016-10-27 17:25:38 +08:00
time.c Implement system_* APIs in IDF 2016-11-22 21:14:36 +08:00