esp-idf/components/freertos
Omar Chebib 8376276b14 FreeRTOS: Fix xStreamBufferReset function always crashing
This function resets the spinlock given as a parameter after taking it
(when entering the critical section). This then results in a panic once
it tries to exit the same critical section.

* Closes https://github.com/espressif/esp-idf/issues/7725
2021-11-09 14:04:02 +08:00
..
esp_additions freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
FreeRTOS-Kernel FreeRTOS: Fix xStreamBufferReset function always crashing 2021-11-09 14:04:02 +08:00
test freertos: Fix SMP round robin scheduling 2021-11-02 14:00:14 +08:00
CMakeLists.txt freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
component.mk freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
FreeRTOS-openocd.c freertos: fix defining uxTopUsedPriority for esp32s2beta 2019-10-29 16:38:48 +01:00
Kconfig freertos: add kconfig options for task snapshot functions 2021-09-01 15:13:48 +08:00
linker.lf ESP8684: add freertos, hal, esp_system support 2021-11-06 17:33:44 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00