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 esp_crt_bundle: add additional unit tests 2020-12-08 10:11:31 +08:00
CMakeLists.txt other: Move cbor, jsmn and libsodium to idf-component-manager 2021-11-30 21:44:48 +01:00
test_aes_gcm.c AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
test_aes_perf.c AES/SHA: use GDMA driver instead of LL 2021-01-19 11:02:51 +08:00
test_aes_sha_parallel.c aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
test_aes_sha_rsa.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
test_aes.c crypto: also apply cache writeback/invalidate for SPIRAM_USE_MEMMAP 2021-12-08 12:09:01 +08:00
test_apb_dport_access.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
test_apb_dport_access.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
test_ecp.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_esp_crt_bundle.c mbedtls: fix crt_bundle test to ensure proper server start event 2021-07-13 13:20:16 +08:00
test_mbedtls_mpi.c temporarily disable hardware encryption for esp32s3 2021-01-28 21:05:51 +08:00
test_mbedtls_sha.c crypto: allocate all DMA descriptors to DMA capable memory. 2021-12-08 12:09:01 +08:00
test_mbedtls_utils.c other: Move cbor, jsmn and libsodium to idf-component-manager 2021-11-30 21:44:48 +01:00
test_mbedtls_utils.h other: Move cbor, jsmn and libsodium to idf-component-manager 2021-11-30 21:44:48 +01:00
test_mbedtls.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_rsa.c ci: update performance test key to db compatible format 2021-06-21 14:17:45 +08:00
test_sha_perf.c other: Move cbor, jsmn and libsodium to idf-component-manager 2021-11-30 21:44:48 +01:00
test_sha.c esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00