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
2023-12-08Remove lint suppression comment (#920)chinglee-iot
2023-12-07Add description about overrun warning in queue.c (#869)chinglee-iot
2023-12-07Fix MISRA_C_2012 rule 8.4 violation (#844)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.8 violation (#853)chinglee-iot
2023-11-28Fix MISRA 2012 rule 10.4 violations (#852)chinglee-iot
2023-10-04Add taskYIELD_WITHIN_API macro (#782)chinglee-iot
2023-09-20Add Trace Hook Macros to all API calls (#786)Sebastian Brosch
2023-09-06CI-CD Updates (#768)Soren Ptak
2023-08-18Add runtime parameter checks (#761)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-13Memory Protection Unit (MPU) Enhancements (#705)kar-rahul-aws
2023-06-12Use UBaseType_t as interrupt mask (#689)chinglee-iot
2023-06-02Add back croutines by reverting PR#590 (#685)Aniruddha Kanhere
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-11-30Normalize line endings and whitespace in source filesPaul Bartell
2022-11-23Remove coroutines from FreeRTOS-Kernel.Paul Bartell
2022-10-13Removed the 'configASSERT( xInheritanceOccurred == pdFALSE )' assertion from ...Niklas Gürtler
2022-01-20Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_...Paul Bartell
2022-01-06Add a cap to the queue locks (#435)Gaurav-Aggarwal-AWS
2021-11-18Fix keil compilation error (#418)RichardBarry
2021-08-04Indent contents of a taskENTER_CRITICAL/taskEXIT_CRITICAL block. (#348)RichardBarry
2021-07-29Run uncrustify with github workflows (#369)alfred gedeon
2021-06-02Normalize files with mixed line endings (introduced in commit 3a413d1)Paul Bartell
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-28queue.c: Change some asserts into conditionals and improve overflow checks (#...Dan Good
2021-04-19Fix regression in vQueueAddToRegistry. (#315)Paul Bartell
2021-04-17Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL pointe...Paul Bartell
2021-04-10Overwrite existing QueueRegistry entries when a handle is added multiple time...Paul Bartell
2021-03-06Add some assertions and coverage exceptions to queue.c (#273)Paul Bartell
2020-12-14[AUTO][RELEASE]: Bump file header version to "10.4.3"Cobus van Eeden
2020-12-07add assert for addition overflow on queue creation (#225)Cobus van Eeden
2020-11-11[AUTO][RELEASE]: Bump file header version to "10.4.2"David Chalco
2020-09-18Update version number to 10.4.1 (#173)David Chalco
2020-09-11Update version number to 10.4.0 (#153)David Chalco
2020-08-21Style: Make freertos.org = FreeRTOS.org and add https (#134)alfred gedeon
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-07-08Style: uncrustify kernel filesAlfred Gedeon
2020-07-08Style: uncrustifyAlfred Gedeon
2020-07-08Style: uncrusitfyAlfred Gedeon
2020-07-08Style: uncrustify kernel filesAlfred Gedeon
2020-06-30Improvement to O.F. protections (#75)David Chalco
2020-06-02Renamed trace point in prvNotifyQueueSetContainer() so it isn't a d… (#47)cykro82