summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/stream_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121-1/+1
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* Update version number ready for next release.rtel2019-05-111-1/+1
* Update version number in readiness for V10.2.0 release.rtel2019-02-171-2/+2
* Update version numbers ready for release.rtel2018-09-071-1/+1
* Case unused return values for memset and memcpy to void in stream_buffer.c to...rtel2018-08-291-6/+6
* Update copyright date ready for tagging V10.1.0.rtel2018-08-221-1/+1
* Update version numbers in preparation for a new release.rtel2018-08-211-1/+1
* Fix issues whereby vStreamBufferReset() clobbered the flag that indicated the...rtel2018-06-201-20/+24
* Add Xtensa portgaurav-aws2018-06-141-1/+8
* TimerHandle_t is now type safe instead of void *.rtel2018-06-111-1/+1
* Continue updating to MISRA 2012 from 2004 - currently working on queue.c and ...rtel2018-06-111-50/+54
* xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher p...rtel2018-04-291-1/+1
* Fix regressions introduced by introduction of configMESSAGE_BUFFER_LENGTH_TYP...rtel2018-03-151-5/+6
* Introduce sbBYTES_TO_STORE_MESSAGE_LENGTH to allow the number of bytes used t...rtel2018-03-151-1/+7
* Import the code coverage test additions from the (unpublished) Visual Studio ...rtel2018-03-141-1/+1
* Complete testing of changes that allow xQueueOverwrite() to be used on a queu...rtel2018-03-051-0/+42
* Ensure data cannot be sent to a TCP socket if the socket is in the process of...rtel2018-01-301-2/+2
* Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 rea...rtel2017-12-181-3/+6
* Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/Histor...rtel2017-11-291-0/+1196