esp-idf/components/freertos/port
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
..
riscv freertos: Use the standard assert() function for configASSERT 2021-03-03 10:26:57 +11:00
xtensa freertos: Use the standard assert() function for configASSERT 2021-03-03 10:26:57 +11:00
port_common.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00