esp-idf/components/xtensa/include
Darian Leung b2c074bb70 xtensa: Move Xtensa RTOS porting layer files to xtensa component
When porting an RTOS to the Xtensa architecture, there are a few files that
are common to all Xtensa RTOS ports. These files form the Xtensa RTOS porting
layer (e.g., "xtensa_vectors.S", "xtensa_context.S"). An Xtensa RTOS port is
expected to provide an RTOS specific "xtensa_rtos.h" header to interface with
the Xtensa RTOS porting layer.

Previously, the Xtensa RTOS porting layer files were placed in the FreeRTOS
component. This commit does the following:

1. Moves the Xtensa RTOS porting layer files from the `freertos` component to
the `xtensa` component. The following files were moved:

    - xtensa_asm_utils.h
    - xtensa_context.S
    - xtensa_loadstore_handler.S
    - xtensa_vectors.S

2. Refactored xtensa component include paths to separate Xtensa RTOS porting
layer headers.

- Xtensa HAL headers included via `#include <xtensa/...h>`
- Xtensa RTOS porting layer headers included via `#include <...h>`

Note: The xtensa files in the Amazon SMP FreeRTOS port are not moved/deleted in
this commit to ensure the moved files retain a clean diff history.
2023-04-18 15:28:05 +08:00
..
esp_private misc adjustment of esp32 component 2019-04-03 19:57:46 +08:00
xtensa xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
eri.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_cpu_utils.h esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
xt_asm_utils.h xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
xt_instr_macros.h coredump: custom core dump stack is now supported on Xtensa targets 2022-12-02 12:01:19 +08:00
xt_trax.h xtensa: move out trax 2021-02-26 19:45:48 +08:00
xt_utils.h xtensa: fix swapped breakpoint and watchpoint numbers 2022-07-25 09:43:10 +02:00
xtensa_api.h xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
xtensa_config.h xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
xtensa_context.h xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
xtensa_timer.h xtensa: Move Xtensa RTOS porting layer files to xtensa component 2023-04-18 15:28:05 +08:00
xtensa-debug-module.h system: add missing header 2022-05-30 12:43:23 +07:00