esp-idf/components/freertos
Darian Leung 241dbcaa9c 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-24 16:28:13 +08:00
..
esp_additions
include
port
test
CMakeLists.txt
FreeRTOS-openocd.c
GitHub-FreeRTOS-Kernel-Home.url
History.txt
Kconfig
LICENSE.md
Quick_Start_Guide.url
component.mk
croutine.c
event_groups.c
freertos_v8_compat.c
linker.lf
list.c
queue.c
sdkconfig.rename
stream_buffer.c
tasks.c
timers.c