esp-idf/components/mbedtls/test
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
..
crts
CMakeLists.txt
test_aes.c
test_aes_gcm.c
test_aes_perf.c
test_aes_sha_parallel.c
test_aes_sha_rsa.c
test_apb_dport_access.c
test_apb_dport_access.h
test_ecp.c
test_esp_crt_bundle.c
test_mbedtls.c
test_mbedtls_mpi.c
test_mbedtls_sha.c
test_mbedtls_utils.c
test_mbedtls_utils.h
test_rsa.c
test_sha.c
test_sha_perf.c