esp-idf/components/freertos
Darian Leung c97523ae0a freertos: Fix stream buffer send-receive test
The stream buffer send-receive test preivously contained the following bugs:

- "sender" task would send 101 bytes instead of 100
- The main task would return before "sender" task sends its 101st item. Thus
  the sender task would cause memory corruption when accessing "tc" structure
  allocated on the main task's stack

This commit fixes and simplifies the stream buffer test.
2023-02-23 12:52:28 +08:00
..
FreeRTOS-Kernel
FreeRTOS-Kernel-SMP
esp_additions
test_apps
CMakeLists.txt
FreeRTOS-openocd.c
Kconfig
app_startup.c
linker.lf
linker_common.lf
linker_smp.lf
port_common.c
sdkconfig.rename