Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-04Added ability to change task notification index for streambuffers (#939)Gabriele Monaco
2023-12-08Remove lint suppression comment (#920)chinglee-iot
2023-12-07Fix MISRA C 2012 Rule 11.1 deviations (#856)chinglee-iot
2023-12-06Fix MISRA_C_2012 rule 20.7 violation (#843)Rahul Kar
2023-12-06Suppress MISRA C:2012 rule 11.5 deviations (#878)chinglee-iot
2023-11-28Suppress MISRA C rule 11.3 in MISRA.md (#857)chinglee-iot
2023-11-28Fix MISRA 2012 rule 10.4 violations (#852)chinglee-iot
2023-09-20Add Trace Hook Macros to all API calls (#786)Sebastian Brosch
2023-09-13Fix xStreamBufferCreateStatic() API for buffer size 1 (#793)kar-rahul-aws
2023-07-28Remove stdint.h in stream buffer file (#725)kar-rahul-aws
2023-07-26Fix warning issue for warning in arithmetic conversion for UBaseType_t (#720)kar-rahul-aws
2023-07-24Merge SMP feature to main (#716)chinglee-iot
2023-07-06Remove empty expression statement compiler warning (#692)chinglee-iot
2023-06-26Update static stream buffer size check (#693)chinglee-iot
2023-06-12Fix clang warning in croutine and stream buffer (#686)chinglee-iot
2023-06-12Use UBaseType_t as interrupt mask (#689)chinglee-iot
2023-05-08Fix cast alignment warning (#669)Gaurav-Aggarwal-AWS
2023-03-23Add functions to get the buffers of statically created objects (#641)Darian
2023-02-23Feature/fixing clang gnu compiler warnings (#620)phelter
2022-08-19Add support for MISRA rule 20.7 (#546)Monika Singh
2022-06-23Ensure that xTaskGetCurrentTaskHandle is included (#507)Gaurav-Aggarwal-AWS
2022-06-21Add callback overrides for stream buffer and message buffers (#437)Ravishankar Bhagavandas
2022-01-20Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_...Paul Bartell
2021-10-17Fix prvWriteMessageToBuffer on big endian (#391)Archit Gupta
2021-07-29Run uncrustify with github workflows (#369)alfred gedeon
2021-05-28Add SPDX-License-Identifier: MIT to MIT licensed files.Paul Bartell
2021-05-28Update copyright year from 2020 to 2021Paul Bartell
2021-05-28Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH>Paul Bartell
2021-05-27Code: Fix stream buffer warning (#335)alfred gedeon
2021-03-20Fix error introduced when merging #264. (#286)RichardBarry
2021-03-20Fix race condition bugs when reading and writing to message buffers (#264)milesfrain
2021-03-16Improve comments and assertions in stream buffer (#277)Ravishankar Bhagavandas
2020-12-14[AUTO][RELEASE]: Bump file header version to "10.4.3"Cobus van Eeden
2020-12-07Add addition overflow check for stream buffer (#226)Cobus van Eeden
2020-11-11[AUTO][RELEASE]: Bump file header version to "10.4.2"David Chalco
2020-10-11xStreamBufferSend() caps the maximum amount of data a stream buffer can send ...RichardBarry
2020-10-04No functional changes. (#194)RichardBarry
2020-09-18Update version number to 10.4.1 (#173)David Chalco
2020-09-16FreeRTOS Kernel Spelling Update (#170)Carl Lundin
2020-09-11Update version number to 10.4.0 (#153)David Chalco
2020-08-21Style: Change FreeRTOS websites in comments (#131)alfred gedeon
2020-08-18Style: Uncrustify kernel file - remove tab == 4 spaces (#123)alfred gedeon
2020-08-18Style: Remove tabs and tab == 4 spaces (#120)alfred gedeon
2020-08-12Use pdTRUE/pdFALSE instead of TRUE/FALSE in xStreamBufferSend(). (#114)Yuhui Zheng
2020-08-10Update stream_buffer.c (#94)Simon Beaudoin
2020-07-08Style: uncrustify kernel filesAlfred Gedeon
2020-07-08Style: uncrustifyAlfred Gedeon
2020-07-08Style: uncrusitfyAlfred Gedeon
2020-07-08Style: uncrustify kernel filesAlfred Gedeon
2020-02-19version bump to v10.3.1 (#16)V10.3.1-kernel-onlyYuhui.Zheng