Scott Mabin d93b53b9e5 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-10-08 18:46:09 +08:00
..
2016-08-17 23:08:22 +08:00
2016-08-17 23:08:22 +08:00
2021-01-12 14:05:08 +08:00
2021-01-12 14:05:08 +08:00
2018-09-03 04:39:45 +00:00
2021-01-12 14:05:08 +08:00
2021-03-31 19:17:33 +08:00
2019-07-02 17:17:18 +02:00
2020-11-13 07:49:11 +11:00