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
2022-11-15[AUTO][RELEASE]: Bump file header version to "10.5.1"V10.5.1Skptak
2022-11-15[AUTO][RELEASE]: Bump task.h version macros to "10.5.1"Skptak
2022-11-15Update SBOMSkptak
2022-11-15Updating version number for LTS 2 PatchSoren Ptak
2022-11-14Add support for the configUSE_TASK_FPU_SUPPORT constant in the GCC/ARM_CR5 po...ChristosZosi
2022-11-08Fix context switch when time slicing is off (#568)Gaurav-Aggarwal-AWS
2022-10-28Update Cortex-M55 and Cortex-M85 ports (#579)Gaurav-Aggarwal-AWS
2022-10-20Update the NIOSII port to enable longer jumps (#578)RichardBarry
2022-10-13Removed the 'configASSERT( xInheritanceOccurred == pdFALSE )' assertion from ...Niklas Gürtler
2022-10-12Add warning message to ensure min stack size (#575)arshi016
2022-10-12Updated ESP32 port-layer to ESP-IDF `v4.4.2` (#572)Laukik Hase
2022-10-03Tickless idle fixes/improvement (#59)Jeff Tenney
2022-09-28Update doc comments in task.h (#570)Gaurav-Aggarwal-AWS
2022-09-27Added better pointer declaration readability (#567)Cristian Cristea
2022-09-21Update RISC-V IAR port to support vector mode. (#458)Ming Yue
2022-09-16Update History.txt as per the PR feedbackGaurav Aggarwal
2022-09-16Update History.txtGaurav Aggarwal
2022-09-16Restrict unpriv task to invoke code with privilegeGaurav Aggarwal
2022-09-16Remove local stack variable form MPU wrappersGaurav Aggarwal
2022-09-16Make RAM regions non-executableGaurav Aggarwal
2022-09-16Use highest numbered MPU regions for kernelGaurav Aggarwal
2022-09-16Update CMakeLists.txt for Cortex-M55 and Cortex-M85 ports (#560)Paul Bartell
2022-09-14portable-RP2040: Fix typo in README.md (#559)Paul Bartell
2022-09-13M85 support (#556)Gabor Toth
2022-09-08Update of three badly terminated macro definitions (#555)newbrain
2022-09-01Added checks for index in ThreadLocalStorage APIs (#552)Aniruddha Kanhere
2022-08-31RISC-V: Add support for RV32E extension in GCC port (#543)Jakub Lužný
2022-08-30[Fix] Type for pointers operations (#550)Octaviarius
2022-08-22Add FreeRTOS config directory to include dirs (#548)Gaurav-Aggarwal-AWS
2022-08-19Add support for MISRA rule 20.7 (#546)Monika Singh
2022-08-16Fix warnings in posix port (#544)Archit Gupta
2022-08-10correct grammar in include/FreeRTOS.hPaul Bartell
2022-08-10Fix formatting of FreeRTOS.hPaul Bartell
2022-08-10Move some of the complex pre-processor guards on prvWriteNameToBuffer() to co...RichardBarry
2022-08-09Include string.h at the top of portable/GCC/ARM_CA9/port.c to prevent memset(...RichardBarry
2022-08-09Change default value of INCLUDE_xTaskGetCurrentTaskHandle (#542)Ravishankar Bhagavandas
2022-08-08Generalize Thread Local Storage (TLS) support (#540)Gaurav-Aggarwal-AWS
2022-08-07Add .syntax unified to GCC assembly functions (#538)Gaurav-Aggarwal-AWS
2022-08-07Update History.txt (#535)Gaurav-Aggarwal-AWS
2022-08-04Block SIG_RESUME in the main thread of the Posix port so that sigwait works a...Chris Copeland
2022-08-04Change type of message buffer handle (#537)Ravishankar Bhagavandas
2022-08-04Fix NULL pointer dereference in vPortGetHeapStatsGaurav Aggarwal
2022-08-03Add vPortRemoveInterruptHandler API (#533)Gaurav-Aggarwal-AWS
2022-08-03Update codecov action to v3.1.0Paul Bartell
2022-08-03Implement MicroBlazeV9 stack protection (#523)Gavin Lambert
2022-08-02add portDONT_DISCARD to pxCurrentTCB (#479)Patrick Oppenlander
2022-07-28Add SBOM Generation in auto_release.yml (#524)Xin Lin
2022-07-25Posix: Removed unused signal set from port (#528)0xjakob
2022-07-19RP2040: Use indirect reference for pxCurrentTCB (#525)NomiChirps
2022-06-30Add Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU ports (#513)Paul Bartell