esp-idf/components/mbedtls/port/sha/dma
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
..
include aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
esp_sha1.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp_sha256.c mbedtls: fix argument types to match mbedtls/shaXXX.h 2022-04-21 12:30:49 +07:00
esp_sha512.c mbedtls: fix argument types to match mbedtls/shaXXX.h 2022-04-21 12:30:49 +07:00
esp_sha_crypto_dma_impl.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
esp_sha_gdma_impl.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
sha.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00