]> begriffs open source - freertos/shortlog
freertos
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...
2022-09-14 Paul Bartellportable-RP2040: Fix typo in README.md (#559)
2022-09-13 Gabor TothM85 support (#556)
2022-09-08 newbrainUpdate of three badly terminated macro definitions...
2022-09-01 Aniruddha KanhereAdded checks for index in ThreadLocalStorage APIs ...
2022-08-30 Jakub LužnýRISC-V: Add support for RV32E extension in GCC port...
2022-08-30 Octaviarius[Fix] Type for pointers operations (#550)
2022-08-22 Gaurav-Aggarwal-AWSAdd FreeRTOS config directory to include dirs (#548)
2022-08-19 Monika SinghAdd support for MISRA rule 20.7 (#546)
2022-08-16 Archit GuptaFix warnings in posix port (#544)
2022-08-10 Paul Bartellcorrect grammar in include/FreeRTOS.h
2022-08-10 Paul BartellFix formatting of FreeRTOS.h
2022-08-10 RichardBarryMove some of the complex pre-processor guards on prvWri...
2022-08-09 RichardBarryInclude string.h at the top of portable/GCC/ARM_CA9...
2022-08-09 Ravishankar... Change default value of INCLUDE_xTaskGetCurrentTaskHand...
2022-08-08 Gaurav-Aggarwal-AWSGeneralize Thread Local Storage (TLS) support (#540)
2022-08-07 Gaurav-Aggarwal-AWSAdd .syntax unified to GCC assembly functions (#538)
2022-08-07 Gaurav-Aggarwal-AWSUpdate History.txt (#535)
2022-08-04 Chris CopelandBlock SIG_RESUME in the main thread of the Posix port...
2022-08-04 Ravishankar... Change type of message buffer handle (#537)
2022-08-04 Gaurav AggarwalFix NULL pointer dereference in vPortGetHeapStats
2022-08-03 Gaurav-Aggarwal-AWSAdd vPortRemoveInterruptHandler API (#533)
2022-08-03 Paul BartellUpdate codecov action to v3.1.0
2022-08-03 Gavin LambertImplement MicroBlazeV9 stack protection (#523)
2022-08-02 Patrick Oppenlanderadd portDONT_DISCARD to pxCurrentTCB (#479)
2022-07-28 Xin LinAdd SBOM Generation in auto_release.yml (#524)
2022-07-25 0xjakobPosix: Removed unused signal set from port (#528)
2022-07-18 NomiChirpsRP2040: Use indirect reference for pxCurrentTCB (#525)
2022-06-30 Paul BartellAdd Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU...
2022-06-29 Gaurav-Aggarwal-AWSUpdate submodule pointer of Community Supported Ports...
2022-06-29 Xinyu ZhangUpdate to TF-M version TF-Mv1.6.0 (#517)
2022-06-24 Graham SandersonRP2040: Allow FreeRTOS to be added to the parent CMake...
2022-06-23 Gaurav-Aggarwal-AWSEnsure that xTaskGetCurrentTaskHandle is included ...
2022-06-22 Graham SandersonRP2040: Remove incorrect assertion (#508)
2022-06-21 Gaurav-Aggarwal-AWSAdd configUSE_MUTEXES to function declarations in heade...
2022-06-21 Ravishankar... Add callback overrides for stream buffer and message...
2022-06-08 Tanmoy SenUpdate feature_request.md (#500)
2022-06-02 AndreiCherniaevadd extra check for compiler time (#499)
2022-06-01 alfred gedeonAdd suppport for ARM CM55 (#494)
2022-05-17 Dusan CervenkaAligned nullptr check for heap3. (#493)
2022-04-25 Robert Bergerqueue.h: cTaskWokenByPost -> xTaskWokenByReceive (...
2022-04-21 alfred gedeonFormat code, and rmove implicit tests (#489)
2022-04-15 Kody StribrnyAdd atomic flag for 16-bit ticks PIC24 (#488)
2022-04-14 Anton LagerholmCorrected spelling mistake in mpu_prototypes.h
2022-04-14 Anton LagerholmCorrect spelling mistake in mpu_wrappers.h
2022-04-13 pierrenoel... Declare vApplicationMallocFailedHook function in task...
2022-04-11 Archit GuptaEnable use of --text-section-literals in Xtensa port...
2022-04-08 Gaurav-Aggarwal-AWSAdd configSYSTICK_CLOCK_HZ to Cortex-M0 ports (#484)
2022-04-06 pierrenoel... tasks.c:2067:11: warning: this condition has identical...
2022-04-05 Gaurav-Aggarwal-AWSAdd a guard around mpu_wrappers.c (#480)
next