esp-idf/components/newlib
Ivan Grokhotkov 01033a3a60 newlib: stdatomic: implement missing "op_fetch", "nand" builtins
* Adds implementations of __{atomic,sync}_nand_fetch_n. These builtins
  were implemented for other operations but were not defined for NAND.
* Adds implementation of __atomic_OP_fetch_n for all OPs.
* Adds implementation of __sync_OP_and_fetch_n for all OPs.

Reported in https://github.com/espressif/arduino-esp32/issues/5948
2021-12-14 16:06:12 +01:00
..
platform_include
port esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
priv_include
test esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
test_apps newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
.gitignore
.gitmodules
CMakeLists.txt newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
COPYING.NEWLIB
Kconfig
abort.c
assert.c
esp32-spiram-rom-functions-c.lf
heap.c newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
locks.c
newlib.lf
newlib_init.c
poll.c
pthread.c
random.c
realpath.c newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
reent_init.c
stdatomic.c newlib: stdatomic: implement missing "op_fetch", "nand" builtins 2021-12-14 16:06:12 +01:00
syscalls.c
sysconf.c newlib: implement posix_memalign, sysconf, realpath 2021-12-13 14:40:21 +01:00
system_libs.lf
termios.c
time.c