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-08-03Fix RP2040 compile warning (#736)ActoryOu
2023-08-02Fix warning introduced in PR 730 (#735)Gaurav-Aggarwal-AWS
2023-07-31Fix Pico compile warning (#732)ActoryOu
2023-07-31Feature: Add top/end of stack to task info report whenever it is available. (...vinceburns
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-07-10Update uxTaskGetSystemState for tasks in pending ready list (#702)chinglee-iot
2023-07-06Remove empty expression statement compiler warning (#692)chinglee-iot
2023-06-12 Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688)chinglee-iot
2023-06-12Use UBaseType_t as interrupt mask (#689)chinglee-iot
2023-06-02Add back croutines by reverting PR#590 (#685)Aniruddha Kanhere
2023-05-25Fix eTaskGetState for pending ready tasks (#679)Gaurav-Aggarwal-AWS
2023-05-08Updated tasks.c checks for scheduler suspension (#670)Sudeep Mohanty
2023-03-23Add functions to get the buffers of statically created objects (#641)Darian
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-03Added support of 64bit events. (#597)Dusan Cervenka
2023-01-20Add ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent (#611)Chris Copeland
2023-01-06Update equal priority task preemption (#603)chinglee-iot
2022-12-19move the prototype for vApplicationIdleHook to task.h. (#600)tcpluess
2022-11-30Normalize line endings and whitespace in source filesPaul Bartell
2022-11-28Remove coroutine references from MISRA exception commentsPaul Bartell
2022-11-08Fix context switch when time slicing is off (#568)Gaurav-Aggarwal-AWS
2022-09-27Added better pointer declaration readability (#567)Cristian Cristea
2022-09-01Added checks for index in ThreadLocalStorage APIs (#552)Aniruddha Kanhere
2022-08-19Add support for MISRA rule 20.7 (#546)Monika Singh
2022-08-10Move some of the complex pre-processor guards on prvWriteNameToBuffer() to co...RichardBarry
2022-08-08Generalize Thread Local Storage (TLS) support (#540)Gaurav-Aggarwal-AWS
2022-08-02add portDONT_DISCARD to pxCurrentTCB (#479)Patrick Oppenlander
2022-04-06tasks.c:2067:11: warning: this condition has identical branches [-Wduplicated...pierrenoel-bouteville-act
2022-01-20Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_...Paul Bartell
2022-01-10Fix support for stepping tick by xExpectedIdleTime (#73)Jeff Tenney
2022-01-06Feature: Add task top/end of stack to task info report (#436)Joseph Julicher
2021-12-09Remove tickless idle mode dependency with include v task suspend (#422)Pramith K V
2021-11-19Fix #415: Compiling tasks.c with configSUPPORT_DYNAMIC_ALLOCATION = 0 (#416)R. Dunbar Poor
2021-11-19Simplify prvInitialiseNewTask() (#417)RichardBarry
2021-11-12bugfix: Initialize uxTaskNumber at task initialization (#374)Laukik Hase
2021-09-30Fix typo in comment (#398)Andres O. Vela
2021-09-11Fix free secure context for Cortex-M23 portsGaurav Aggarwal
2021-07-29Run uncrustify with github workflows (#369)alfred gedeon
2021-06-14Make the type used to hold run-time counter values configurable (#350)RichardBarry
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-20Create macro versions of uxListRemove() and vListInsertEnd() for use in xTask...RichardBarry
2021-03-25Fix comments in list.h and clarify list usage in xTaskRemoveFromEventList (#289)Paul Bartell
2021-03-25Add assert to catch invalid task priority (#292)Gaurav-Aggarwal-AWS
2021-03-19Comment: xTaskResumeAll: comment: doesn't match the code (#281)alfred gedeon