esp-idf/components/newlib
Angus Gratton 769bd4a4af linker: When using section type attributes, create unique sections
* Prevents section type conflict errors if (say) const & non-const data
  is put into the same section (ie with DRAM_ATTR)

* Allows linker --gc-sections to remove unused custom sections
2018-12-19 04:42:04 +00:00
..
include
lib
platform_include
test
.gitignore
.gitmodules
CMakeLists.txt cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
COPYING.NEWLIB
Makefile.old
component.mk newlib: disable some optimizations for syscalls.c 2018-11-22 12:19:49 +08:00
locks.c linker: When using section type attributes, create unique sections 2018-12-19 04:42:04 +00:00
pthread.c
random.c
reent_init.c
select.c
syscall_table.c
syscalls.c
termios.c
time.c
utime.c