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-17[AUTO][RELEASE]: Update SBOMV10.6.1kar-rahul-aws
2023-08-17[AUTO][RELEASE]: Update version number in manifest.ymlkar-rahul-aws
2023-08-17[AUTO][RELEASE]: Bump file header version to "10.6.1"kar-rahul-aws
2023-08-17[AUTO][RELEASE]: Bump task.h version macros to "10.6.1"kar-rahul-aws
2023-08-17Update History.txt for V10.6.1 (#759)kar-rahul-aws
2023-08-17Add runtime parameter checks (#758)kar-rahul-aws
2023-08-17Update version number in manifest.yml (#756)kar-rahul-aws
2023-07-13Update SBOMV10.6.0kar-rahul-aws
2023-07-13[AUTO][RELEASE]: Bump file header version to "10.6.0"kar-rahul-aws
2023-07-13[AUTO][RELEASE]: Bump task.h version macros to "10.6.0"kar-rahul-aws
2023-07-13Update History for Version 10.6.0 (#706)kar-rahul-aws
2023-07-13Memory Protection Unit (MPU) Enhancements (#705)kar-rahul-aws
2023-07-11Fix circular dependency in CMake project (#700)Patrick Cook
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-29Fix #697: Missing portPOINTER_SIZE_TYPE definition for ATmega port (#698)Joris Putcuyps
2023-06-26Fix typos in comments for the AT91SAM7S port (#695)Evgeny Ermakov
2023-06-26Update static stream buffer size check (#693)chinglee-iot
2023-06-26Add constant type for portMAX_DELAY in port (#691)chinglee-iot
2023-06-21Fix typo in check comment of configMAX_SYSCALL_INTERRUPT_PRIORITY (#690)chinglee-iot
2023-06-12 Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688)chinglee-iot
2023-06-12Fix clang warning in croutine and stream buffer (#686)chinglee-iot
2023-06-12Use UBaseType_t as interrupt mask (#689)chinglee-iot
2023-06-08Remove __NVIC_PRIO_BITS and configPRIO_BITS check in port (#683)chinglee-iot
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-25Fix eTaskGetState for pending ready tasks (#679)Gaurav-Aggarwal-AWS
2023-05-15Use the extended movx instruction instead of mov (#676)Gaurav-Aggarwal-AWS
2023-05-11Armv8-M (except Cortex-M23) interrupt priority checking (#673)Devaraj Ranganna
2023-05-10Align StackSize and StackAddress for macOS (#674)Monika Singh
2023-05-08Fix cast alignment warning (#669)Gaurav-Aggarwal-AWS
2023-05-08Updated tasks.c checks for scheduler suspension (#670)Sudeep Mohanty
2023-04-29Paranthesize expression-like macro (#668)tcpluess
2023-04-25tree-wide: Unify formatting of __cplusplus ifdefsPaul Bartell
2023-04-21portable/ARM_CM0: Add xPortIsInsideInterruptPaul Bartell
2023-04-21Format portmacro.h in arm CM0 portsPaul Bartell
2023-04-20ARMv7M: Adjust implemented priority bit assertions (#665)Paul Bartell
2023-04-04fix conversion warning (#658)Vo Trung Chi
2023-03-29add a missing comma (#651)Nicolas
2023-03-28Only add alignment padding when needed (#650)Gaurav-Aggarwal-AWS
2023-03-28Remove C90 requirement from CMakeLists (#649)Gaurav-Aggarwal-AWS
2023-03-23Cortex-M Assert when NVIC implements 8 PRIO bits (#639)kar-rahul-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-14Add missing FreeRTOS+ definesHolden
2023-03-07Fix freertos_kernel cmake property, Posix Port (#640)Kody Stribrny
2023-03-06Enable building the GCC Cortex-R5 port without an FPU (#586)Paul Bartell
2023-03-06Fix TLS and stack alignment when using picolibc (#637)Keith Packard
2023-03-04added portPOINTER_SIZE_TYPE and SIZE_MAX definition to PIC24/dsPIC port (#636)Joseph Julicher
2023-03-02Introduced code coverage status badge (#635)Nikhil Kamath