esp-idf/components/mbedtls
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
..
esp_crt_bundle Update esp_crt_bundle certificates 2022-07-20 10:00:11 +08:00
mbedtls@9bb5effc32 Update mbedtls submodule to 3.1 2022-03-03 01:37:10 +05:30
port esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
test esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
CMakeLists.txt mbedtls: remove dependency on driver component 2022-07-18 21:10:51 +05:30
Kconfig mbedtls: Remove deprecated options from mbedtls/esp_config.h 2022-05-28 10:21:06 +05:30