esp-idf/components/driver/test_apps/legacy_timer_driver
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
..
main esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
README.md docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
pytest_legacy_timer_driver.py pcnt: deprecated as legacy driver 2022-03-03 22:38:32 +08:00
sdkconfig.ci.release legacy_timer: move unit test to test app 2022-01-07 14:44:50 +08:00
sdkconfig.defaults legacy_timer: move unit test to test app 2022-01-07 14:44:50 +08:00

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-S2 ESP32-S3