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-07Fix MISRA C 2012 Rule 11.1 deviations (#856)chinglee-iot
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-10-04Add taskYIELD_WITHIN_API macro (#782)chinglee-iot
2023-09-20Add Trace Hook Macros to all API calls (#786)Sebastian Brosch
2023-08-18Add runtime parameter checks (#761)kar-rahul-aws
2023-07-24Merge SMP feature to main (#716)chinglee-iot
2023-06-12Use UBaseType_t as interrupt mask (#689)chinglee-iot
2023-03-23Add functions to get the buffers of statically created objects (#641)Darian
2023-02-23Feature/fixing clang gnu compiler warnings (#620)phelter
2023-02-03Added support of 64bit events. (#597)Dusan Cervenka
2022-11-30Normalize line endings and whitespace in source filesPaul Bartell
2022-09-27Added better pointer declaration readability (#567)Cristian Cristea
2022-01-20Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_...Paul Bartell
2021-12-29fixed deadlock in event groups when a mutex is used for memory allocation (#284)clemenskresser
2021-06-23Fix C90 Compilation Failure (#359)Gaurav-Aggarwal-AWS
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-03-26Check NULL pointer input for vEventGroupDelete. (#293)Ming Yue
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-18Style: Remove tabs and tab == 4 spaces (#120)alfred gedeon
2020-07-08Style: uncrustify kernel filesAlfred 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