esp-idf/components/newlib
Sachin Parekh b1eacc24f2 stdatomic: Implemented legacy __sync APIs and __atomic_exchange_n
These APIs are used when the architecture doesn't have atomic
instruction support

Closes https://github.com/espressif/esp-idf/issues/6463
2021-04-23 11:18:58 +05:30
..
platform_include newlib: Avoid introducing ESP-IDF macros from newlib platform headers 2021-02-12 15:18:05 +11:00
port esp32: move esp_clk functions 2021-03-31 19:17:33 +08:00
priv_include
test newlib: use system time in test 2021-03-25 15:47:19 +08:00
.gitignore
.gitmodules
CMakeLists.txt esp32: move system libs 2021-03-31 19:17:33 +08:00
COPYING.NEWLIB
Kconfig
Makefile.old
abort.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
component.mk esp32: move system libs 2021-03-31 19:17:33 +08:00
esp32-spiram-rom-functions-c.lf
heap.c
locks.c Support ESP32S3 Beta 3 target 2021-03-18 10:24:22 +08:00
newlib.lf arch: move stdatomic 2021-02-26 18:40:00 +08:00
newlib_init.c Support ESP32S3 Beta 3 target 2021-03-18 10:24:22 +08:00
poll.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
pthread.c
random.c
reent_init.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
stdatomic.c stdatomic: Implemented legacy __sync APIs and __atomic_exchange_n 2021-04-23 11:18:58 +05:30
syscalls.c
system_libs.lf esp32: move system libs 2021-03-31 19:17:33 +08:00
termios.c
time.c