Files
esp-idf/components
Scott Mabin b01c197505 newlib: provide missing atomic libcalls
Provide emulated atomic load & store libcalls for u8, u16 & u32 integer
types. This is required when building with Clang as llvm does not lower
these operations to native load / stores, where as gcc does.

Provide `sync_lock_test_and_set` atomic implementations for all
supported integer types.

Closes https://github.com/espressif/esp-idf/issues/7591.
Closes https://github.com/espressif/esp-idf/issues/7592.
2021-11-02 16:24:18 +01:00
..
2021-10-21 19:24:12 +08:00
2021-09-21 16:31:21 +08:00
2021-10-12 14:25:38 +08:00
2021-11-02 16:24:18 +01:00
2021-11-02 16:24:18 +01:00