esp-idf/components/mbedtls/port
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
..
aes esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
crypto_shared_gdma
dynamic mbedtls: fix ssl server crash when enable mbedtls dynamic buffer 2022-05-20 11:21:48 +00:00
ecc esp32h2: Enable ECC accelerator 2022-06-23 12:59:13 +05:30
esp32
esp32c3
esp32h2
esp32s2
esp32s3 mbedtls: Acquire lock before enabling MPI (RSA) hardware 2022-06-21 10:48:17 +05:30
esp_ds esp_hw_support: cleanup crypto lock APIs for ESP32-C2 2022-03-22 02:06:30 +00:00
include SHA: added hardware support for SHA on C2. 2022-06-23 11:01:16 +08:00
md
sha esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
esp_bignum.c mbedtls: remove dependency on driver component 2022-07-18 21:10:51 +05:30
esp_hardware.c
esp_mem.c
esp_timing.c
mbedtls_debug.c
net_sockets.c