esp-idf/components/newlib
Angus Gratton a20d02b7f1 Merge branch 'feature/remove_dependency_to_soc' into 'master'
global: remove dependency to soc everywhere except driver and kernel components

See merge request idf/esp-idf!4678
2019-04-18 08:08:41 +08:00
..
include
lib
platform_include test: clean up "leaks" tags from most unit tests 2019-04-16 20:07:40 +08:00
test Merge branch 'bugfix/adjtime_ut' into 'master' 2019-04-17 15:15:31 +08:00
.gitignore
.gitmodules
CMakeLists.txt global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
COPYING.NEWLIB
Makefile.old
component.mk newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 2019-04-10 13:52:30 +08:00
esp32-spiram-rom-functions-c.lf newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 2019-04-10 13:52:30 +08:00
esp32-spiram-rom-functions-psram-workaround.lf newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 2019-04-10 13:52:30 +08:00
heap.c newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 2019-04-10 13:52:30 +08:00
locks.c newlib: force including IDF locks implementation 2019-04-10 13:52:30 +08:00
newlib.lf newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 2019-04-10 13:52:30 +08:00
poll.c
pthread.c pthread: add dummy implementation of pthread_setcancelstate 2019-04-10 13:48:57 +08:00
random.c
reent_init.c test: clean up "leaks" tags from most unit tests 2019-04-16 20:07:40 +08:00
select.c
syscall_table.c
syscalls.c newlib: when compiling with GCC8, use newlib headers and libraries from toolchain 2019-04-10 13:52:30 +08:00
termios.c
time.c newlib: Fix adjtime 2019-04-10 04:33:44 +00:00
utime.c