]> begriffs open source - freertos/shortlog
freertos
2023-07-13 kar-rahul-awsUpdate History for Version 10.6.0 (#706)
2023-07-13 kar-rahul-awsMemory Protection Unit (MPU) Enhancements (#705)
2023-07-10 Patrick CookFix circular dependency in CMake project (#700)
2023-07-10 chinglee-iotUpdate uxTaskGetSystemState for tasks in pending ready...
2023-07-06 chinglee-iotRemove empty expression statement compiler warning...
2023-06-29 Joris PutcuypsFix #697: Missing portPOINTER_SIZE_TYPE definition...
2023-06-26 Evgeny ErmakovFix typos in comments for the AT91SAM7S port (#695)
2023-06-26 chinglee-iotUpdate static stream buffer size check (#693)
2023-06-26 chinglee-iotAdd constant type for portMAX_DELAY in port (#691)
2023-06-21 chinglee-iotFix typo in check comment of configMAX_SYSCALL_INTERRUP...
2023-06-12 chinglee-iot Use portTASK_FUNCTION_PROTO to replace portNORETURN...
2023-06-12 chinglee-iotFix clang warning in croutine and stream buffer (#686)
2023-06-12 chinglee-iotUse UBaseType_t as interrupt mask (#689)
2023-06-08 chinglee-iotRemove __NVIC_PRIO_BITS and configPRIO_BITS check in...
2023-06-02 Aniruddha KanhereAdd back croutines by reverting PR#590 (#685)
2023-05-31 Tony JosiGenerates SBOM after source files are updated with...
2023-05-25 Gaurav-Aggarwal-AWSFix eTaskGetState for pending ready tasks (#679)
2023-05-15 Gaurav-Aggarwal-AWSUse the extended movx instruction instead of mov (...
2023-05-11 Devaraj RangannaArmv8-M (except Cortex-M23) interrupt priority checking...
2023-05-10 Monika SinghAlign StackSize and StackAddress for macOS (#674)
2023-05-08 Gaurav-Aggarwal-AWSFix cast alignment warning (#669)
2023-05-08 Sudeep MohantyUpdated tasks.c checks for scheduler suspension (#670)
2023-04-28 tcpluessParanthesize expression-like macro (#668)
2023-04-25 Paul Bartelltree-wide: Unify formatting of __cplusplus ifdefs
2023-04-20 Paul Bartellportable/ARM_CM0: Add xPortIsInsideInterrupt
2023-04-20 Paul BartellFormat portmacro.h in arm CM0 ports
2023-04-20 Paul BartellARMv7M: Adjust implemented priority bit assertions...
2023-04-04 Vo Trung Chifix conversion warning (#658)
2023-03-29 Nicolasadd a missing comma (#651)
2023-03-28 Gaurav-Aggarwal-AWSOnly add alignment padding when needed (#650)
2023-03-28 Gaurav-Aggarwal-AWSRemove C90 requirement from CMakeLists (#649)
2023-03-23 kar-rahul-awsCortex-M Assert when NVIC implements 8 PRIO bits (...
2023-03-22 DarianAdd functions to get the buffers of statically created...
2023-03-17 Gaurav-Aggarwal-AWSRun kernel demos and unit tests for PR changes (#645)
2023-03-14 HoldenAdd missing FreeRTOS+ defines
2023-03-07 Kody StribrnyFix freertos_kernel cmake property, Posix Port (#640)
2023-03-06 Paul BartellEnable building the GCC Cortex-R5 port without an FPU...
2023-03-06 Keith PackardFix TLS and stack alignment when using picolibc (#637)
2023-03-04 Joseph Julicheradded portPOINTER_SIZE_TYPE and SIZE_MAX definition...
2023-03-02 Nikhil KamathIntroduced code coverage status badge (#635)
2023-03-02 Chris CopelandInterrupt priority assert improvements for CM3/4/7...
2023-03-02 Keith PackardAdd Thread Local Storage (TLS) support using Picolibc...
2023-03-02 Gaurav-Aggarwal-AWSRemove C99 requirement from CMake file (#633)
2023-02-28 Nikhil KamathIntroduced Github Status Badge for Unit Tests (#634)
2023-02-28 Devaraj RangannaCortex-M35P: Add Cortex-M35P port (#631)
2023-02-27 jacky309POSIX port fixes (#626)
2023-02-23 phelterFeature/fixing clang gnu compiler warnings (#620)
2023-02-23 Gaurav-Aggarwal-AWSFix build failure introduced in PR #597 (#629)
2023-02-20 Aniruddha Kanhere Update PR template to include checkbox for Unit Test...
2023-02-15 Ju1He1Do not call exit() on MSVC Port when calling vPortEndSc... 589/head
2023-02-13 bbainIntroduce portMEMORY_BARRIER for Microblaze port. ...
2023-02-03 Dusan CervenkaAdded support of 64bit events. (#597)
2023-01-23 David J. FiddesFix some CMake documentation typos (#616)
2023-01-19 Chris CopelandAdd ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent...
2023-01-16 Gaurav-Aggarwal-AWSUpdate FreeRTOS/FreeRTOS build checks (#613)
2023-01-06 chinglee-iotUpdate equal priority task preemption (#603)
2022-12-19 tcpluessmove the prototype for vApplicationIdleHook to task...
2022-12-15 Archit GuptaFix array-bounds compiler warning on gcc11+ in list...
2022-11-29 Paul BartellIntroduce .git-blame-ignore-revs
2022-11-29 Paul BartellNormalize line endings and whitespace in source files
2022-11-29 Paul Bartellci: Enforce unix-style LF line endings
2022-11-29 Paul BartellEnable automatic EOL conversion by git
2022-11-29 Kody StribrnyAdd IAR RISC-V 32 Embedded Extension Support (#588)
2022-11-28 Paul BartellRemove croutine.c from RP2040 cmake include file
2022-11-28 Paul BartellRemove xCoRoutineHandle definition from FreeRTOS.h
2022-11-28 Paul BartellRemove coroutine references from MISRA exception comments
2022-11-28 tcpluessparenthesize expression-like macro (#592)
2022-11-23 Paul BartellREADME.md: Remove coroutine references.
2022-11-23 Paul BartellCMakeLists.txt: Remove croutine.c from CMakeLists.txt
2022-11-23 Paul BartellRemove coroutine terms from lexicon
2022-11-23 Paul BartellRemove coroutines from FreeRTOS-Kernel.
2022-11-18 Aniruddha KanhereMake unit-test run on 20.04 ubuntu
2022-11-18 Aniruddha KanhereUpdate kernel-checks.yml
2022-11-18 Aniruddha KanhereUpdate ci.yml
2022-11-18 Aniruddha KanhereUpdate actions to use 20.04 ubuntu
2022-11-18 Paul HelterOnly adding freertos_config if it exists. Removing...
2022-11-18 Paul HelterAdded in documentation on how to consume from a main...
2022-11-18 Paul HelterRemoving compiler warnings for GNU and Clang. (#571)
2022-11-18 Paul HelterSupporting backwards compatibility with FREERTOS_CONFIG...
2022-11-18 Paul HelterUsing single name definition for libraries everywhere...
2022-11-18 Paul HelterAdding in ability to support a library for freertos_con...
2022-11-18 Soren PtakVersion Change (#587)
2022-11-14 ChristosZosiAdd support for the configUSE_TASK_FPU_SUPPORT constant...
2022-11-08 Gaurav-Aggarwal-AWSFix context switch when time slicing is off (#568)
2022-10-28 Gaurav-Aggarwal-AWSUpdate Cortex-M55 and Cortex-M85 ports (#579)
2022-10-20 RichardBarryUpdate the NIOSII port to enable longer jumps (#578)
2022-10-13 Niklas GürtlerRemoved the 'configASSERT( xInheritanceOccurred ==...
2022-10-12 arshi016Add warning message to ensure min stack size (#575)
2022-10-11 Laukik HaseUpdated ESP32 port-layer to ESP-IDF `v4.4.2` (#572)
2022-10-03 Jeff TenneyTickless idle fixes/improvement (#59)
2022-09-28 Gaurav-Aggarwal-AWSUpdate doc comments in task.h (#570)
2022-09-26 Cristian CristeaAdded better pointer declaration readability (#567)
2022-09-20 Ming YueUpdate RISC-V IAR port to support vector mode. (#458)
2022-09-16 Gaurav AggarwalUpdate History.txt as per the PR feedback
2022-09-16 Gaurav AggarwalUpdate History.txt
2022-09-16 Gaurav AggarwalRestrict unpriv task to invoke code with privilege
2022-09-16 Gaurav AggarwalRemove local stack variable form MPU wrappers
2022-09-16 Gaurav AggarwalMake RAM regions non-executable
2022-09-16 Gaurav AggarwalUse highest numbered MPU regions for kernel
2022-09-16 Paul BartellUpdate CMakeLists.txt for Cortex-M55 and Cortex-M85...
next