]> begriffs open source - freertos/history - include
Update submodule pointer (#1040)
[freertos] / include /
2024-04-18 Rahul KarFix cmake example errors (#1037)
2024-04-18 Tony JosiFix build with C90 (#1036)
2024-04-17 Caleb PerkinsonAdd Stream Batching Buffer (#916)
2024-04-17 Rahul KarAdd MPU wrapper from xStreamBufferResetFromISR (#1034)
2024-04-16 HagaiMosheAdd IRQ safe API for message buffer reset (#1033)
2024-04-10 Rahul KarReplace volatile with configLIST_VOLATILE (#1027)
2024-03-27 Rahul KarAdd config option for event groups and stream buffers...
2024-03-07 RichardBarryAdd daemon task startup hook / timer task creation...
2024-03-06 chinglee-iotNot using pxIndex to iterate ready list in trace utilit...
2024-02-26 Soren PtakUse Regex for Copyright Year in Header Check (#1002)
2024-02-20 Aniruddha KanhereFix small bugs in Kernel (#998)
2024-02-19 chinglee-iotSupport reset kernel state for restarting scheduler...
2024-02-16 Christoph SeitzAdd default core affinity config value. (#996)
2024-02-14 bradleysmith23Fix MISRA C 2012 Rule 13.3 Violations (#988)
2024-02-13 Rahul KarRemove PRIVILEGED FUNCTION from function definiton...
2024-02-13 Rahul KarUpdate default value of configSTACK_DEPTH_TYPE in confi...
2024-02-06 Paul BartellUpdate version number (#983)
2024-02-02 DarianEnable xTaskGetCurrentTaskHandleForCore() for single...
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 20.7 Violations (#971)
2024-01-27 Phillip Stevensuse configSTACK_DEPTH_TYPE consequently (updated for...
2024-01-04 Gabriele MonacoAdded ability to change task notification index for...
2024-01-03 Eric JacksonFix documentation for xQueueTakeMutexRecursive (#943)
2024-01-03 chinglee-iotFix portSET_INTERRUPT_MASK_FROM_ISR definition for...
2023-12-26 Soren PtakExport MPU Section Attributes (#931)
2023-12-15 Soren PtakUpdate comments related to portYIELD_FROM_ISR() in...
2023-12-11 DarianAdd portTASK_SWITCH_HOOK (#867)
2023-12-11 Jeff TenneyDetect more startup config errors on Cortex M (#832)
2023-12-08 chinglee-iotRemove lint suppression comment (#920)
2023-12-08 chinglee-iotAdd constanst suffix to prevent potential type conversi...
2023-12-07 chinglee-iotFix MISRA C 2012 Rule 11.1 deviations (#856)
2023-12-07 chinglee-iotFix MISRA C 2012 rule 8.6 errors (#862)
2023-12-07 Rahul KarFix MISRA_C_2012 rule 13.2 violation (#855)
2023-12-06 Rahul KarAdd parameter name for function type (#845)
2023-12-06 Rahul KarFix MISRA_C_2012 rule 7.2 violation (#842)
2023-12-05 DarianUpdate xTaskGetIdleTaskHandle() For SMP (#868)
2023-11-28 chinglee-iotFix MISRA C 2012 Rule 10.3 errors (#860)
2023-11-23 Gaurav-Aggarwal-AWSUpdate system call entry mechanism (#898)
2023-11-16 chinglee-iotAdd vApplicationGetPassiveIdleTaskMemory for SMP (...
2023-11-08 DarianAdd time conversion macros (#866) 762/head
2023-10-23 DarianRename CPU to Core (#849)
2023-10-17 chinglee-iotAdd base priority get APIs (#818)
2023-10-12 chinglee-iotSeparate the task create function for core affinity...
2023-10-12 chinglee-iotUpdate SMP get idle task memory for static allocation...
2023-10-05 chinglee-iotAdd configCONTROL_INFINITE_LOOP for loop control in...
2023-10-04 chinglee-iotImplement prvYieldCore with macro (#785)
2023-10-04 chinglee-iotAdd taskYIELD_WITHIN_API macro (#782)
2023-09-26 Gaurav-Aggarwal-AWSReplace sprintf with snprintf (#802)
2023-09-20 Sebastian BroschAdd Trace Hook Macros to all API calls (#786)
2023-09-20 Robert BergerxQueueSendToFromFromISR --> xQueueSendToFrontFromISR...
2023-09-20 Robert BergerFix xQueueSendToFront code comment (#796)
2023-09-20 MehdiAdd default implementations of vApplicationGetIdleTaskM...
2023-09-20 Gaurav-Aggarwal-AWSFix prototype in mpu_prototypes.h (#797)
2023-09-18 kar-rahul-awsAdd Access Control List to MPU ports (#765)
2023-09-07 Boris van der MeerAdd Trace Hook Macros and function that returns the...
2023-09-06 chinglee-iotAdd configUSE_CORE_AFFINITY bits check (#776)
2023-09-06 chinglee-iotUpdate taskSELECT_HIGHEST_PRIORITY_TASK macro for SMP...
2023-08-23 oliverlaveryHeap protect (#747)
2023-08-18 kar-rahul-awsAdd runtime parameter checks (#761)
2023-08-07 bebebib-rsFix pxTopOfStack calculation in configINIT_TLS_BLOCK...
2023-08-04 kar-rahul-awsUpdate MPU wrapper for pcTaskGetName API (#737)
2023-08-01 kar-rahul-awsUpdate MPU wrapper for xTimerGenericCommand API (#734)
2023-07-31 vinceburnsFeature: Add top/end of stack to task info report whene...
2023-07-25 Gaurav-Aggarwal-AWSFix compilation warnings with Clang (#721)
2023-07-24 chinglee-iotMerge SMP feature to main (#716)
2023-07-17 chinglee-iotUpdate xSemaphoreGetStaticBuffer prototype in comment...
2023-07-13 kar-rahul-awsMemory Protection Unit (MPU) Enhancements (#705)
2023-07-10 Patrick CookFix circular dependency in CMake project (#700)
2023-07-06 chinglee-iotRemove empty expression statement compiler warning...
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-02 Aniruddha KanhereAdd back croutines by reverting PR#590 (#685)
2023-04-28 tcpluessParanthesize expression-like macro (#668)
2023-03-29 Nicolasadd a missing comma (#651)
2023-03-22 DarianAdd functions to get the buffers of statically created...
2023-03-14 HoldenAdd missing FreeRTOS+ defines
2023-03-06 Keith PackardFix TLS and stack alignment when using picolibc (#637)
2023-03-02 Keith PackardAdd Thread Local Storage (TLS) support using Picolibc...
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-03 Dusan CervenkaAdded support of 64bit events. (#597)
2023-01-19 Chris CopelandAdd ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent...
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 BartellNormalize line endings and whitespace in source files
2022-11-28 Paul BartellRemove xCoRoutineHandle definition from FreeRTOS.h
2022-11-28 tcpluessparenthesize expression-like macro (#592)
2022-11-23 Paul BartellRemove coroutines from FreeRTOS-Kernel.
2022-09-28 Gaurav-Aggarwal-AWSUpdate doc comments in task.h (#570)
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-08 newbrainUpdate of three badly terminated macro definitions...
2022-08-19 Monika SinghAdd support for MISRA rule 20.7 (#546)
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 Ravishankar Bhagav... Change default value of INCLUDE_xTaskGetCurrentTaskHand...
2022-08-08 Gaurav-Aggarwal-AWSGeneralize Thread Local Storage (TLS) support (#540)
2022-08-04 Ravishankar Bhagav... Change type of message buffer handle (#537)
2022-06-21 Gaurav-Aggarwal-AWSAdd configUSE_MUTEXES to function declarations in heade...
2022-06-21 Ravishankar Bhagav... Add callback overrides for stream buffer and message...
next