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-07Declare variable without initializer (#841)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-11-28Fix MISRA C 2012 Rule 10.3 errors (#860)chinglee-iot
2023-10-16Add option to set the core affinity for the Timer Svc Task on SMP systems (#805)Sudeep Mohanty
2023-10-05Add configCONTROL_INFINITE_LOOP for loop control in unit test (#783)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-21Fix remarks emitted by IAR compiler (#763)Gaurav-Aggarwal-AWS
2023-07-24Merge SMP feature to main (#716)chinglee-iot
2023-06-12 Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688)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-28Remove coroutine references from MISRA exception commentsPaul Bartell
2022-01-20Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_...Paul Bartell
2021-12-27uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429)Joseph Julicher
2021-07-29Run uncrustify with github workflows (#369)alfred gedeon
2021-07-20Warning fixes. (#356)Kristine Jassmann
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-04-19[kernel & MemMang] use space to replace tab and remove meaningless space in t...Meco Jianting Man
2021-04-13Remove support for tmrCOMMAND_START_DONT_TRACE (#305)Jeff Tenney
2021-03-21Code: Remove redundant check (#287)alfred gedeon
2020-12-14[AUTO][RELEASE]: Bump file header version to "10.4.3"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: Change FreeRTOS websites in comments (#131)alfred gedeon
2020-08-18Moving the function prototypes to headers (#128)Joseph Julicher
2020-08-18Style: Remove tabs and tab == 4 spaces (#120)alfred gedeon
2020-07-15Place privileged symbols correctly (#84)Gaurav-Aggarwal-AWS
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
2020-02-11Re-sync with upstream and stripping away none kernel related.V10.3.0-kernel-onlyYuhui Zheng