]> begriffs open source - freertos/history - stream_buffer.c
Cmake: Create a single static library including port
[freertos] / stream_buffer.c
2024-01-04 Gabriele MonacoAdded ability to change task notification index for...
2023-12-08 chinglee-iotRemove lint suppression comment (#920)
2023-12-07 chinglee-iotFix MISRA C 2012 Rule 11.1 deviations (#856)
2023-12-06 Rahul KarFix MISRA_C_2012 rule 20.7 violation (#843)
2023-12-06 chinglee-iotSuppress MISRA C:2012 rule 11.5 deviations (#878)
2023-11-28 chinglee-iotSuppress MISRA C rule 11.3 in MISRA.md (#857)
2023-11-28 chinglee-iotFix MISRA 2012 rule 10.4 violations (#852)
2023-09-20 Sebastian BroschAdd Trace Hook Macros to all API calls (#786)
2023-09-13 kar-rahul-awsFix xStreamBufferCreateStatic() API for buffer size...
2023-07-28 kar-rahul-awsRemove stdint.h in stream buffer file (#725)
2023-07-26 kar-rahul-awsFix warning issue for warning in arithmetic conversion...
2023-07-24 chinglee-iotMerge SMP feature to main (#716)
2023-07-06 chinglee-iotRemove empty expression statement compiler warning...
2023-06-26 chinglee-iotUpdate static stream buffer size check (#693)
2023-06-12 chinglee-iotFix clang warning in croutine and stream buffer (#686)
2023-06-12 chinglee-iotUse UBaseType_t as interrupt mask (#689)
2023-05-08 Gaurav-Aggarwal-AWSFix cast alignment warning (#669)
2023-03-22 DarianAdd functions to get the buffers of statically created...
2023-02-23 phelterFeature/fixing clang gnu compiler warnings (#620)
2022-08-19 Monika SinghAdd support for MISRA rule 20.7 (#546)
2022-06-23 Gaurav-Aggarwal-AWSEnsure that xTaskGetCurrentTaskHandle is included ...
2022-06-21 Ravishankar Bhagav... Add callback overrides for stream buffer and message...
2022-01-19 Paul BartellAdd configUSE_MINI_LIST_ITEM configuration option to...
2021-10-16 Archit GuptaFix prvWriteMessageToBuffer on big endian (#391)
2021-07-29 alfred gedeonRun uncrustify with github workflows (#369)
2021-05-28 Paul BartellAdd SPDX-License-Identifier: MIT to MIT licensed files.
2021-05-28 Paul BartellUpdate copyright year from 2020 to 2021
2021-05-28 Paul BartellChange kernel revision in each file header from V10...
2021-05-27 alfred gedeonCode: Fix stream buffer warning (#335)
2021-03-20 RichardBarryFix error introduced when merging #264. (#286)
2021-03-20 milesfrainFix race condition bugs when reading and writing to...
2021-03-16 Ravishankar Bhagav... Improve comments and assertions in stream buffer (...
2020-12-14 Cobus van Eeden[AUTO][RELEASE]: Bump file header version to "10.4.3"
2020-12-07 Cobus van EedenAdd addition overflow check for stream buffer (#226)
2020-11-10 David Chalco[AUTO][RELEASE]: Bump file header version to "10.4.2"
2020-10-11 RichardBarryxStreamBufferSend() caps the maximum amount of data...
2020-10-04 RichardBarryNo functional changes. (#194)
2020-09-17 David ChalcoUpdate version number to 10.4.1 (#173)
2020-09-16 Carl LundinFreeRTOS Kernel Spelling Update (#170)
2020-09-11 David ChalcoUpdate version number to 10.4.0 (#153)
2020-08-20 alfred gedeonStyle: Change FreeRTOS websites in comments (#131)
2020-08-17 alfred gedeonStyle: Uncrustify kernel file - remove tab == 4 spaces...
2020-08-17 alfred gedeonStyle: Remove tabs and tab == 4 spaces (#120)
2020-08-12 Yuhui ZhengUse pdTRUE/pdFALSE instead of TRUE/FALSE in xStreamBuff...
2020-08-10 Simon BeaudoinUpdate stream_buffer.c (#94)
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
2020-07-08 Alfred GedeonStyle: uncrustify
2020-07-08 Alfred GedeonStyle: uncrusitfy
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
2020-02-19 Yuhui.Zhengversion bump to v10.3.1 (#16) V10.3.1-kernel-only
2020-02-10 Yuhui ZhengRe-sync with upstream and stripping away none kernel... V10.3.0-kernel-only