esp-idf/components/freertos
Mahavir Jain 4ccac94816 freertos: modify configASSERTs around scheduler state check
Regression introduced in commit 79e74e5d5f

It is possible that some FreeRTOS APIs are invoked prior to
scheduler start condition (e.g. flash initialization in unicore mode).
In that condition these asserts should not trigger (scheduler state being yet to be started),
hence changes per this fix.
2019-11-13 10:44:09 +05:30
..
include/freertos
test
CMakeLists.txt
FreeRTOS-openocd.c
Kconfig
component.mk
croutine.c
event_groups.c
license.txt
linker.lf
list.c
port.c
portasm.S
portmacro_priv.h
portmux_impl.h
portmux_impl.inc.h
queue.c
readme_xtensa.txt
sdkconfig.rename
stdint.readme
tasks.c freertos: modify configASSERTs around scheduler state check 2019-11-13 10:44:09 +05:30
timers.c
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vector_defaults.S
xtensa_vectors.S