]> begriffs open source - freertos/history - include
Refine VFP context for Coretex-A9 (#1209)
[freertos] / include /
2024-11-14 Ahmed Ismailarmv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192)
2024-11-12 Tomas GalbickaHeap: add new API to reset xMinimumEverFreeBytesRemaini...
2024-11-04 ActoryOuMove configASSERT default definition above before inclu...
2024-11-01 Kody StribrnyFix variable name mismatch, mpu_wrappers type mismatch...
2024-11-01 ActoryOuFix spelling typos (#1168)
2024-10-31 Kody StribrnyFix AutoReload variable name (#1166)
2024-10-24 Ahmed IsmailArmv8.1-m: Add pacbti support (#1147)
2024-10-07 Guilherme Giácomo... refactor: change methods ENTER|EXIT critical (#1140)
2024-09-30 Gaurav-Aggarwal-AWSUpdate MPU prototypes (#1150)
2024-09-11 あくEvent Groups: snapshot xEventGroupSetBits returning...
2024-09-11 あくTask: fix compiler warning for architectures that does...
2024-09-02 Rahul KarUpdate comment in the example for declaration of xTimer...
2024-08-12 xuelixUpdated the return values for functions in queue.c...
2024-08-05 Rahul KarUpdate broken links in readme and comments (#1110)
2024-06-19 Ahmed IsmailFreeRTOS MPU: Add Privileged eXecute Never MPU attribut...
2024-06-10 Philipp SchilkAdd traceSTARTING_SCHEDULER tracing hook. (#1082)
2024-06-06 Philipp SchilkGive queue set queues a unique type number. (#1083)
2024-06-06 Philipp SchilkClarify documentation of xTaskNumber in TaskStatus_t...
2024-05-07 HoldenMove header includes before extern c (#1047)
2024-04-22 chinglee-iotUpdate kernel version v11.1.0+ in tasks.h (#1043)
2024-04-19 chinglee-iotUse suffix "U" for unsigned constant (#1041)
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)
next