esp-idf/components/unity
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
..
include unity: add UNITY_MAIN_FUNC helper macro to run multiple test groups 2021-05-10 18:13:35 +02:00
unity@7d2bf62b7e unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
CMakeLists.txt [build system]: Fixed common requirement for Linux 2021-08-13 16:50:29 +08:00
Kconfig unity: add option to enable 64-bit formatting support 2021-05-10 18:13:35 +02:00
unity_port_esp32.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
unity_runner.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00