esp-idf/components/newlib
Ivan Grokhotkov 9240bbb708 esp32: remove ROM functions redefined in IDF from LD script
In some cases, linker could choose to use ROM functions instead of the
ones defined in IDF.
For functions used in ROM stub table, this would lead to infinite
recursion when the corresponding function was called from ROM.
For crypto functions, some of these were modified in IDF, and
incompatible with ROM counterparts.
2018-10-02 01:20:04 +00:00
..
include
lib
platform_include pthread : Add support for attributes and few APIs 2018-09-22 02:35:27 +05:30
test
.gitignore
.gitmodules
CMakeLists.txt cmake: fix source list issues 2018-09-13 08:56:59 +08:00
COPYING.NEWLIB
Makefile.old
component.mk
locks.c esp32: remove ROM functions redefined in IDF from LD script 2018-10-02 01:20:04 +00:00
pthread.c
random.c
reent_init.c
select.c
syscall_table.c esp32: remove ROM functions redefined in IDF from LD script 2018-10-02 01:20:04 +00:00
syscalls.c
termios.c
time.c