]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/stream_buffer.c
Introduce xMessageBufferNextLengthBytes() and tests for the same.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 4 Mar 2018 19:25:14 +0000 (19:25 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 4 Mar 2018 19:25:14 +0000 (19:25 +0000)
commit31c382527c2a7cda8175dd5025be4a5cd50fc161
tree11c9e8a8d5b74616ed54838a2e124abc71eb6c82
parent9e75a9ea52f38df40565e0eb9ac9332233c79ce9
Introduce xMessageBufferNextLengthBytes() and tests for the same.
Add call to traceTASK_SWITCHED_IN() in vTaskStartScheduler() so trace tools can see the first task to run.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2531 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/Common/Minimal/MessageBufferDemo.c
FreeRTOS/Demo/WIN32-MSVC/.vs/WIN32/v14/.suo
FreeRTOS/Source/include/message_buffer.h
FreeRTOS/Source/include/mpu_prototypes.h
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/stream_buffer.h
FreeRTOS/Source/portable/Common/mpu_wrappers.c
FreeRTOS/Source/stream_buffer.c
FreeRTOS/Source/tasks.c