esp-idf/components/cxx
Darian Leung 781d06af73 esp_hw_support: Remove compare_set.h API
This function removes the following legacy atomic CAS functions:

From compare_set.h (file removed):
- compare_and_set_native()
- compare_and_set_extram()

From portmacro.h
- uxPortCompareSet()
- uxPortCompareSetExtram()

Users should call esp_cpu_compare_and_set() instead as this function hides the details
of atomic CAS on internal and external RAM addresses.

Due to the removal of compare_set.h, some missing header includes are also fixed in this commit.
2022-07-22 00:06:06 +08:00
..
test_apps esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
CMakeLists.txt [C++]: wrapper functions around unwind code 2021-04-20 14:27:58 +08:00
cxx_exception_stubs.cpp cxx: update copyright notice 2021-05-17 03:43:02 +02:00
cxx_guards.cpp cxx: update copyright notice 2021-05-17 03:43:02 +02:00