esp-idf/components/freertos/port/xtensa
Darian Leung 7e725751e4 freertos: Remove critical nested macros
This commit removes the following critical nested macros as follows:

- portENTER_CRITICAL_NESTED()
- portEXIT_CRITICAL_NESTED()

They are replaced with portSET_INTERRUPT_MASK_FROM_ISR() and
portCLEAR_INTERRUPT_MASK_FROM_ISR() which are the proper FreeRTOS interfaces.

Created a portmacro_deprecated.h for each port to contain deprecated API
that were originally from portmacro.h
2021-11-10 18:34:32 +08:00
..
include/freertos freertos: Remove critical nested macros 2021-11-10 18:34:32 +08:00
port.c freertos: Remove critical nested macros 2021-11-10 18:34:32 +08:00
portasm.S freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
readme_xtensa.txt freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xt_asm_utils.h freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_context.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_init.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_loadstore_handler.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_overlay_os_hook.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_vector_defaults.S components/doc: Update doc about high-level interrupt 2021-09-09 20:40:09 +08:00
xtensa_vectors.S components/bt: High level interrupt in bluetooth 2021-09-09 11:29:06 +08:00