esp-idf/components/newlib
Ivan Grokhotkov cc1d287133 newlib: use --specs=nano.specs to enable "nano" version of C library
esp2020r1 toolchain includes a nano.specs file, which instructs GCC to
substitute libc.a with libc_nano.a.

In the build system, this simplifies handling of the nano formatting
option, eliminating LIBC and LIBM global variables.
2020-03-27 20:04:47 +07:00
..
platform_include newlib: move dirent.h, ioctl.h headers from VFS 2020-03-20 13:43:42 +01:00
test esp_rom: Fix esp32.rom.newlib-time.ld should includes all time ROM functions/data 2020-03-27 04:57:42 +00:00
.gitignore
.gitmodules
CMakeLists.txt newlib: use --specs=nano.specs to enable "nano" version of C library 2020-03-27 20:04:47 +07:00
COPYING.NEWLIB
Kconfig
Makefile.old
abort.c esp_system: share abort panic with port layer 2020-03-10 19:56:24 +08:00
component.mk
esp32-spiram-rom-functions-c.lf
heap.c
locks.c
newlib.lf
poll.c newlib: remove direct dependencies on VFS functions 2020-03-20 13:43:42 +01:00
pthread.c
random.c
reent_init.c
syscall_table.c newlib: don't depend on VFS names when populating the syscall table 2020-03-20 14:03:44 +01:00
syscalls.c newlib: provide default implementations for more syscalls 2020-03-20 14:03:45 +01:00
termios.c
time.c