]> begriffs open source - freertos/history - include/task.h
Fix MISRA C 2012 Rule 20.7 Violations (#971)
[freertos] / include / task.h
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 20.7 Violations (#971)
2024-01-27 Phillip Stevensuse configSTACK_DEPTH_TYPE consequently (updated for...
2023-12-08 chinglee-iotRemove lint suppression comment (#920)
2023-12-07 chinglee-iotFix MISRA C 2012 rule 8.6 errors (#862)
2023-12-06 Rahul KarAdd parameter name for function type (#845)
2023-12-05 DarianUpdate xTaskGetIdleTaskHandle() For SMP (#868)
2023-11-16 chinglee-iotAdd vApplicationGetPassiveIdleTaskMemory for SMP (...
2023-10-23 DarianRename CPU to Core (#849)
2023-10-17 chinglee-iotAdd base priority get APIs (#818)
2023-10-12 chinglee-iotUpdate SMP get idle task memory for static allocation...
2023-10-04 chinglee-iotAdd taskYIELD_WITHIN_API macro (#782)
2023-09-26 Gaurav-Aggarwal-AWSReplace sprintf with snprintf (#802)
2023-09-18 kar-rahul-awsAdd Access Control List to MPU ports (#765)
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-13 kar-rahul-awsMemory Protection Unit (MPU) Enhancements (#705)
2023-03-29 Nicolasadd a missing comma (#651)
2023-03-22 DarianAdd functions to get the buffers of statically created...
2023-02-23 phelterFeature/fixing clang gnu compiler warnings (#620)
2023-01-19 Chris CopelandAdd ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent...
2022-12-19 tcpluessmove the prototype for vApplicationIdleHook to task...
2022-09-28 Gaurav-Aggarwal-AWSUpdate doc comments in task.h (#570)
2022-09-08 newbrainUpdate of three badly terminated macro definitions...
2022-08-19 Monika SinghAdd support for MISRA rule 20.7 (#546)
2022-02-22 Gaurav-Aggarwal-AWSUpdate documentation of uxTaskGetTaskNumber function...
2022-02-10 Muneeb AhmedFix some warnings in doxygen comments (#453)
2022-01-10 Jeff TenneyFix support for stepping tick by xExpectedIdleTime...
2022-01-06 Joseph JulicherFeature: Add task top/end of stack to task info report...
2021-12-08 Pramith K VRemove tickless idle mode dependency with include v...
2021-11-05 prplzFix documentation mistake (#407)
2021-09-07 Zim KalinowskiReplace <pre> with @code - remaining files (#388)
2021-07-29 alfred gedeonRun uncrustify with github workflows (#369)
2021-07-06 Tobias NießenFix description of vTaskDelay (#363)
2021-06-30 swaldhoerReplace two dashes and one whitespace with their corres...
2021-06-14 RichardBarryMake the type used to hold run-time counter values...
2021-05-28 paulbartell[AUTO][RELEASE]: Bump task.h version macros to "10...
2021-05-28 Joseph JulicherAdd history.txt for the 10.4.4 release (#336)
2021-05-28 Paul BartellAdd SPDX-License-Identifier: MIT to MIT licensed files.
2021-05-28 Paul BartellUpdate tskKERNEL_VERSION_NUMBER and tskKERNEL_VERSION_B...
2021-05-28 Paul BartellUpdate copyright year from 2020 to 2021
2021-05-28 Paul BartellChange kernel revision in each file header from V10...
2021-03-03 Joseph Julicherfixed documentation for ulTaskNotifyTake() and ulTaskNo...
2021-03-02 gomonovychAdd description for vTaskList (#206)
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-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-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-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 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: uncrusitfy
2020-07-08 Alfred GedeonStyle: uncrustify kernel files
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-10 Yuhui ZhengRe-sync with upstream and stripping away none kernel... V10.3.0-kernel-only