FreeRTOS / FreeRTOS-Kernel-Book

https://freertos.org/Documentation/RTOS_book.html
Other
252 stars 52 forks source link

Question about the stream buffer API #86

Closed g-berthiaume closed 7 months ago

g-berthiaume commented 7 months ago

Hi ! I just finished reading the excellent chapter 10 and I'm surprised that it does not mention stream and message buffer. To my understanding of the notification documentation they are built on top of them.

Is their usage deprecated over the TaskNotification API ?

Best, Gabriel

kar-rahul-aws commented 7 months ago

Hi @g-berthiaume We plan to add stream and message buffer in the book later on, it is in our backlog and we will update it on best effort basis.

g-berthiaume commented 7 months ago

Make sense. Thanks for your answer.