esp-idf/components/freertos/port/xtensa
Angus Gratton 61b70c50a4 freertos: Use the standard assert() function for configASSERT
Unless the option for "assert and keep running" is enabled.

This means that silent asserts now work for FreeRTOS, and disabling asserts
now also disables them in FreeRTOS without needing a separate config change.

Related to https://github.com/espressif/esp-idf/issues/6306
2021-03-03 10:26:57 +11:00
..
include/freertos freertos: Use the standard assert() function for configASSERT 2021-03-03 10:26:57 +11:00
port.c system: enable shared stack watchpoint 2021-02-18 15:38:30 +08:00
portasm.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11: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 freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_vectors.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00