esp-idf/components/esp_system/port
Darian Leung 2204c8e137 change(xtensa): Deprecate ".../xtensa_api.h" include path
This commit deprecates the "freertos/xtensa_api.h" and "xtensa/xtensa_api.h"
include paths. Users should use "xtensa_api.h" instead.

- Replace legacy include paths
- Removed some unnecessary includes of "xtensa_api.h"
- Replaced some calls with "esp_cpu_..." equivalents
- Add warning to compatibility header
2023-11-30 21:58:52 +08:00
..
arch change(freertos/idf): Deprecate some FreeRTOS IDF addition functions 2023-11-03 14:54:06 +01:00
include feat(esp_system): Support IPC_ISR for ESP32P4 2023-09-15 23:38:12 +08:00
soc change(xtensa): Deprecate ".../xtensa_api.h" include path 2023-11-30 21:58:52 +08:00
brownout.c fix(bod): Reset brownout in configuration to avoid RF cannot be enabled again 2023-11-24 10:17:20 +08:00
CMakeLists.txt feat(wdt): add multicore support for WDTs on RISCV 2023-10-23 18:26:08 +08:00
cpu_start.c fix(ram_app): Fixed issue ram_app can't use the SPI Flash 2023-11-01 02:01:45 +08:00
esp_ipc_isr.c feat(esp_system): Support IPC_ISR for ESP32P4 2023-09-15 23:38:12 +08:00
esp_system_chip.c System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
esp_system_linux.c heap: add linux target support 2022-12-06 10:49:59 +08:00
panic_handler.c System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
usb_console.c refactor(startup): implement registration of core init functions 2023-11-27 10:20:51 +01:00