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-08Add new common words to the cSpellWordList.txt (#946)Soren Ptak
2024-01-03Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940)chinglee-iot
2023-12-18Rename sample configuration to template configuration (#927)Rahul Kar
2023-12-13Remove the sample smp configuration folder (#922)chinglee-iot
2023-12-07Add coverity example (#870)chinglee-iot
2023-12-04Add SMP template port and example (#900)chinglee-iot
2023-11-28Coverity Report Directory Fix (#909)Rahul Kar
2023-11-28The curl command to send the report expects the tar file to be in its current...Soren Ptak
2023-11-27Coverity scan and upload in single step (#902)Tony Josi
2023-11-23Coverity Scan Workflow Fix (#891)Soren Ptak
2023-11-10CI-CD URL Check Change (#880)Soren Ptak
2023-10-30Move cmake compile options to the example project (#872)ActoryOu
2023-10-30update coverity scan email (#871)Tony Josi
2023-10-26Add nightly coverity scan (#859)Tony Josi
2023-10-19Kernel Checker CI Workflow File Updates (#804)Soren Ptak
2023-10-03removed the copyright and license header for select files (#815)Joseph Julicher
2023-09-30Sample FreeRTOSConfig.h and template port (#812)Joseph Julicher
2023-09-27Apply formatting bot fix (#806)Soren Ptak
2023-09-20Remove CORTEX_M3_MPS2_QEMU_GCC Demo from kernel demos yaml file (#798)kar-rahul-aws
2023-09-18Add the formatting bot action to FreeRTOS-Kernel (#787)Soren Ptak
2023-09-06CI-CD Updates (#768)Soren Ptak
2023-08-18Add runtime parameter checks (#761)kar-rahul-aws
2023-08-17Update version number in manifest.yml (#755)kar-rahul-aws
2023-08-03PR Process for Open Source Contribution (#717)Nikhil Kamath
2023-08-02Fix warning introduced in PR 730 (#735)Gaurav-Aggarwal-AWS
2023-07-28Update GNU ARM Toolchain demo workflow (#726)chinglee-iot
2023-07-25Fix compilation warnings with Clang (#721)Gaurav-Aggarwal-AWS
2023-07-24Merge SMP feature to main (#716)chinglee-iot
2023-07-13Memory Protection Unit (MPU) Enhancements (#705)kar-rahul-aws
2023-06-02Add back croutines by reverting PR#590 (#685)Aniruddha Kanhere
2023-05-31Generates SBOM after source files are updated with release tag (#680)Tony Josi
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-03-17Run kernel demos and unit tests for PR changes (#645)Gaurav-Aggarwal-AWS
2023-03-02Introduced code coverage status badge (#635)Nikhil Kamath
2023-03-02Add Thread Local Storage (TLS) support using Picolibc functions (#343)Keith Packard
2023-02-23Feature/fixing clang gnu compiler warnings (#620)phelter
2023-02-21 Update PR template to include checkbox for Unit Test related changes (#627)Aniruddha Kanhere
2023-01-20Add ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent (#611)Chris Copeland
2023-01-16Update FreeRTOS/FreeRTOS build checks (#613)Gaurav-Aggarwal-AWS
2022-11-30Normalize line endings and whitespace in source filesPaul Bartell
2022-11-30ci: Enforce unix-style LF line endingsPaul Bartell
2022-11-23Remove coroutine terms from lexiconPaul Bartell
2022-11-18Make unit-test run on 20.04 ubuntuAniruddha Kanhere
2022-11-18Update kernel-checks.ymlAniruddha Kanhere
2022-11-18Update ci.ymlAniruddha Kanhere
2022-11-18Update actions to use 20.04 ubuntuAniruddha Kanhere
2022-09-16Remove local stack variable form MPU wrappersGaurav Aggarwal
2022-08-19Add support for MISRA rule 20.7 (#546)Monika Singh
2022-08-08Generalize Thread Local Storage (TLS) support (#540)Gaurav-Aggarwal-AWS