esp-idf/components/mbedtls/port
Sudeep Mohanty e22b4007d3 esp_hw_support: Removed deprecated CPU util functions
The following files were deleted:
- components/esp_hw_support/include/soc/cpu.h
- components/soc/esp32s3/include/soc/cpu.h

The following functions are deprecated:
- get_sp()

The following functions declared in soc/cpu.h are now moved to esp_cpu.h:
- esp_cpu_configure_region_protection()

The following functions declared in soc/cpu.h are now moved to components/xtensa/include/esp_cpu_utils.h:
- esp_cpu_process_stack_pc()

All files with soc/cpu.h inclusion are updated to include esp_cpu.h instead.

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
2021-12-28 16:58:37 +05:30
..
aes esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
crypto_shared_gdma aes/sha: fixed driver reseting the wrong GDMA channel 2021-08-30 10:37:03 +08:00
dynamic fix(mbedtls): fix compiling error when open MBEDTLS_SSL_PROTO_DTLS and disable MBEDTLS_SSL_PROTO_DTLS when open MBEDTLS_DYNAMIC_BUFFER 2021-12-21 16:11:03 +08:00
esp32 global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
esp32c3 global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
esp32h2 global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
esp32s2 global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
esp32s3 global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
esp_ds ESP8684: Add esp_gdbstub, mbedtls, esp_timer 2021-11-06 17:33:45 +08:00
include mbedtls: fix hardware MPI (bignum) related regression 2021-11-29 15:13:05 +08:00
md ESP8684: Add esp_gdbstub, mbedtls, esp_timer 2021-11-06 17:33:45 +08:00
sha crypto: also apply cache writeback/invalidate for SPIRAM_USE_MEMMAP 2021-12-08 12:09:01 +08:00
esp_bignum.c esp_bignum: move check for supported MPI bits at start of API 2021-11-29 15:13:05 +08:00
esp_hardware.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_mem.c Exception handlers for LoadStoreError and LoadStoreAlignmentError 2020-02-26 20:21:59 +08:00
esp_timing.c Add DTLS support to libcoap using MbedTLS 2019-08-06 10:37:40 +05:30
mbedtls_debug.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
net_sockets.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00