esp-idf/components/freertos
Darian Leung 40b96cf596 freertos: Refactor stream buffer spinlock initialization
This commit refactors the way stream buffers initialize their spinlock.

- "prvInitialiseNewStreamBuffer()" now initializes the stream buffer fields
  manually (instead of using memset()) to avoid resetting the spin lock
- Stream buffer creation functions now manually initialize the spinlock after
  the other fields are initialized using "prvInitialiseNewStreamBuffer()"

Also added comments to event group spinlock initializtion.
2022-11-02 14:56:46 +08:00
..
esp_additions feat(freertos): Added FreeRTOS POSIX/Linux Simulator 2022-09-27 16:23:54 +02:00
FreeRTOS-Kernel freertos: Refactor stream buffer spinlock initialization 2022-11-02 14:56:46 +08:00
FreeRTOS-Kernel-SMP freertos: Refactor riscv port stack initialization code 2022-10-09 14:51:45 +08:00
test_apps ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
CMakeLists.txt refactor(freertos): streamlined freertos CMakeLists.txt 2022-10-20 16:43:24 +02:00
FreeRTOS-openocd.c freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
Kconfig freertos-smp: Disable CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER for FreeRTOS SMP 2022-10-26 09:02:55 +02:00
linker_smp.lf freertos: Adds new APIs to set/get and restore base priority 2022-09-01 07:07:08 +00:00
linker.lf freertos: Move some port functions into flash by default 2022-09-19 23:35:25 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00