esp-idf/components/mbedtls/test
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
..
crts
CMakeLists.txt
test_aes.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
test_aes_gcm.c
test_aes_perf.c
test_aes_sha_parallel.c SHA: added hardware support for SHA on C2. 2022-06-23 11:01:16 +08:00
test_aes_sha_rsa.c
test_apb_dport_access.c
test_apb_dport_access.h
test_ecp.c
test_esp_crt_bundle.c ci: Enable `custom certificate bundle` test for ESP32-S3 2022-06-21 14:18:23 +05:30
test_mbedtls.c
test_mbedtls_mpi.c
test_mbedtls_sha.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
test_mbedtls_utils.c
test_mbedtls_utils.h
test_rsa.c RSA: only run generate key test if we have MPI HW support 2022-06-28 09:39:43 +08:00
test_sha.c SHA: added hardware support for SHA on C2. 2022-06-23 11:01:16 +08:00
test_sha_perf.c SHA: added hardware support for SHA on C2. 2022-06-23 11:01:16 +08:00