]> begriffs open source - freertos/history - include
Create macro versions of uxListRemove() and vListInsertEnd() for use in xTaskIncremen...
[freertos] / include /
2021-04-19 RichardBarryCreate macro versions of uxListRemove() and vListInsert...
2021-04-19 Meco Jianting Man[kernel & MemMang] use space to replace tab and remove...
2021-04-14 Meco Jianting Mansimplify and beautify portBYTE_ALIGNMENT (#309)
2021-04-10 Paul BartellOverwrite existing QueueRegistry entries when a handle...
2021-04-02 Gaurav-Aggarwal-AWSDefine default values of macros before first use (...
2021-03-25 Paul BartellFix comments in list.h and clarify list usage in xTaskR...
2021-03-20 RichardBarryA recent change in the FreeRTOS/FreeRTOS hub repo ...
2021-03-20 alfred gedeonFix: testing for mpu wrapers to be equal to 1 (#285)
2021-03-03 Joseph Julicherfixed documentation for ulTaskNotifyTake() and ulTaskNo...
2021-03-02 gomonovychAdd description for vTaskList (#206)
2021-02-24 Gaurav-Aggarwal-AWSSupport allocating stack from separate heap (#267)
2021-02-11 milesfrainRemove unmatched braces in MessageBuffer pre tags ...
2021-01-29 nazar01Typos (#248)
2021-01-20 Evgeny ErmakovFix typo in comment in task.h (#244)
2020-12-14 Cobus van Eeden[AUTO][RELEASE]: Bump task.h version macros to "10...
2020-12-14 Cobus van Eeden[AUTO][RELEASE]: Bump file header version to "10.4.3"
2020-12-07 Gaurav-Aggarwal-AWSPrevent unprivileged task from altering MPU configurati...
2020-12-02 Gaurav-Aggarwal-AWSUpdate branch of c-sdk repo to main (#223)
2020-11-10 David Chalco[AUTO][RELEASE]: Bump task.h version macros to "10... V10.4.2
2020-11-10 David Chalco[AUTO][RELEASE]: Bump file header version to "10.4.2"
2020-10-20 alfred gedeonFix: C++ compiler warning (#203)
2020-10-11 RichardBarryRecently vTaskDelayUntil() was updated to xTaskDelayUnt...
2020-10-11 RichardBarryMinor updates to formatting and MISRA compliance of...
2020-10-09 SpacefishvTaskDelayUntil improvement (#77) 187/head
2020-09-21 alfred gedeonFix some broken/redirected URL (#172)
2020-09-17 David ChalcoUpdate version number to 10.4.1 (#173)
2020-09-17 Ravishankar Bhagav... Fix: Rename parameter uxIndexToNotify to uxIndexToWaitO...
2020-09-16 Carl LundinFreeRTOS Kernel Spelling Update (#170)
2020-09-11 David ChalcoUpdate version number to 10.4.0 (#153)
2020-08-28 Gary WickerUse unsigned constant in pdMS_TO_TICKS(). (#147)
2020-08-21 alfred gedeonStyle: Make freertos.org = FreeRTOS.org and add https...
2020-08-20 alfred gedeonStyle: Change FreeRTOS websites in comments (#131)
2020-08-18 David Chalcofinish up PR67. Also add missing <\pre> tags (#130)
2020-08-18 Joseph JulicherStackMacros now includes stack_macros (#129)
2020-08-18 Joseph JulicherMoving the function prototypes to headers (#128)
2020-08-17 alfred gedeonStyle: Uncrustify kernel file - remove tab == 4 spaces...
2020-08-17 alfred gedeonStyle: Remove tabs and tab == 4 spaces (#120)
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
2020-07-08 Alfred GedeonStyle: uncrustify
2020-07-08 Alfred GedeonStyle: uncrusitfy
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
2020-06-26 Gaurav-Aggarwal-AWSUpdate mpu_wrappers with task notification changes...
2020-06-17 eriktamlinAdded index to all trace points. (#69)
2020-06-02 cykro82Renamed trace point in prvNotifyQueueSetContainer(...
2020-05-28 syntroniksupdates FreeRTOS.h to handle new usages of task notify...
2020-05-27 RichardBarryFeature/multiple direct to task notifications (#63)
2020-03-16 RichardBarryImprove documentation for the ulTaskNotifyValueClear...
2020-02-19 Yuhui.Zhengversion bump to v10.3.1 (#16) V10.3.1-kernel-only
2020-02-14 Yuhui.ZhengCorrect the xTimerCreate() documentation which said...
2020-02-10 Yuhui ZhengRe-sync with upstream and stripping away none kernel... V10.3.0-kernel-only