esp-idf/components/freertos
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_additions bugfix (freertos): Changed minimal stack size to regard watchpoint usage 2021-12-07 10:42:05 +08:00
FreeRTOS-Kernel 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 freertos,esp_system: make dependencies on some components optional 2021-12-13 18:39:49 +01:00
FreeRTOS-openocd.c freertos: fix defining uxTopUsedPriority for esp32s2beta 2019-10-29 16:38:48 +01:00
Kconfig Allow enabling task function wrappers in more cases 2021-12-17 11:17:21 +01:00
linker.lf ESP8684: add freertos, hal, esp_system support 2021-11-06 17:33:44 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00