esp-idf/components/freertos
Darian Leung 3623dc0fce 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:24:25 +08:00
..
esp_additions freertos: Adds new APIs to set/get and restore base priority 2022-09-07 21:16:00 +08:00
FreeRTOS-Kernel Merge branch 'contrib/github_pr_10199_v5.0' into 'release/v5.0' 2022-12-21 19:56:13 +08:00
FreeRTOS-Kernel-SMP Merge branch 'staging/riscv_wrapper_freertos_tasks_v5.0' into 'release/v5.0' 2022-12-20 16:34:13 +08:00
test freertos: Fix stream buffer send-receive test 2023-02-24 16:24:25 +08:00
test_apps freertos: fixed ORIG_INCLUDE_PATH cmake property having the wrong path 2022-08-31 10:26:50 +08:00
CMakeLists.txt freertos: fixed ORIG_INCLUDE_PATH cmake property having the wrong path 2022-08-31 10:26:50 +08:00
FreeRTOS-openocd.c freertos_additions: add debug params table for openocd 2022-03-11 11:33:08 +01:00
Kconfig freertos: Expand CONFIG_FREERTOS_SMP description 2023-02-15 20:16:55 +08:00
linker_smp.lf freertos: Adds new APIs to set/get and restore base priority 2022-09-07 21:16:00 +08:00
linker.lf freertos: Adds new APIs to set/get and restore base priority 2022-09-07 21:16:00 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00