esp-idf/components/freertos/test
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
..
integration freertos: Fix stream buffer send-receive test 2023-02-24 16:24:25 +08:00
miscellaneous hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
performance freertos: move test files to appropriate subfolders 2022-04-21 07:55:34 +00:00
port freertos: Backport FPU tests from master to v5.0 2022-12-06 00:03:50 +08:00
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00