mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
* 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