esp-idf/docs/en/migration-guides
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
..
build-system.rst Build & config: Remove the "make" build system 2021-11-10 09:53:53 +01:00
ethernet.rst netif_glue: Removed deprecated esp_eth_set_default_handlers and esp_eth_clear_default_handlers 2021-12-08 09:21:30 +01:00
index.rst other: Move cbor, jsmn and libsodium to idf-component-manager 2021-11-30 21:44:48 +01:00
peripherals.rst doc: initial migration guides 2021-11-08 10:37:47 +08:00
removed-components.rst Docs: Reference esp_modem in libs/framweorks and migration guide 2021-12-06 12:42:10 +01:00
system.rst esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
windows-env.rst Docs: Add migration guide for Windows environment (Msys/Mingw was removed) 2021-11-18 14:08:48 +01:00