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 ci: Fix issues for build stage 2022-01-25 10:51:27 +05:30
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 mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp32c3 mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp32h2 mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp32s2 mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
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 mbedtls-3 update: 2022-03-03 01:37:10 +05:30
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_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
esp_mem.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp_timing.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
mbedtls_debug.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
net_sockets.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30