esp-idf/components/mbedtls
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
..
esp_crt_bundle Updated the cacrt_all.pem file with latest Root certificate list. 2021-10-17 00:01:37 +08:00
mbedtls@dc406b82b2 mbedtls: upgrade to release v2.16.12 2021-12-20 10:28:14 +05:30
port esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
test esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
CMakeLists.txt mbedtls: fix hardware MPI (bignum) related regression 2021-11-29 15:13:05 +08:00
Kconfig Merge branch 'feature/mbedtls_dynamic_memory' into 'master' 2021-12-22 08:19:14 +00:00