]> begriffs open source - freertos/history - timers.c
POSIX - Switch from posix timers to a timer thread to fix signal handling with non...
[freertos] / timers.c
2023-12-08 chinglee-iotRemove lint suppression comment (#920)
2023-12-07 Rahul KarDeclare variable without initializer (#841)
2023-12-06 chinglee-iotSuppress MISRA C:2012 rule 11.5 deviations (#878)
2023-11-28 chinglee-iotSuppress MISRA C rule 11.3 in MISRA.md (#857)
2023-11-28 chinglee-iotFix MISRA 2012 rule 10.4 violations (#852)
2023-11-28 chinglee-iotFix MISRA C 2012 Rule 10.3 errors (#860)
2023-10-16 Sudeep MohantyAdd option to set the core affinity for the Timer Svc...
2023-10-05 chinglee-iotAdd configCONTROL_INFINITE_LOOP for loop control in...
2023-10-04 chinglee-iotAdd taskYIELD_WITHIN_API macro (#782)
2023-09-20 Sebastian BroschAdd Trace Hook Macros to all API calls (#786)
2023-09-05 Soren PtakCI-CD Updates (#768)
2023-08-21 Gaurav-Aggarwal-AWSFix remarks emitted by IAR compiler (#763)
2023-07-24 chinglee-iotMerge SMP feature to main (#716)
2023-06-12 chinglee-iot Use portTASK_FUNCTION_PROTO to replace portNORETURN...
2023-06-02 Aniruddha KanhereAdd back croutines by reverting PR#590 (#685)
2023-03-22 DarianAdd functions to get the buffers of statically created...
2023-02-23 phelterFeature/fixing clang gnu compiler warnings (#620)
2022-11-29 Paul BartellNormalize line endings and whitespace in source files
2022-11-28 Paul BartellRemove coroutine references from MISRA exception comments
2022-01-19 Paul BartellAdd configUSE_MINI_LIST_ITEM configuration option to...
2021-12-27 Joseph JulicheruxAutoReload replaced with xAutoReload to improve MISRA...
2021-07-29 alfred gedeonRun uncrustify with github workflows (#369)
2021-07-20 Kristine JassmannWarning fixes. (#356)
2021-06-02 Paul BartellNormalize files with mixed line endings (introduced...
2021-05-28 Paul BartellAdd SPDX-License-Identifier: MIT to MIT licensed files.
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-04-19 Meco Jianting Man[kernel & MemMang] use space to replace tab and remove...
2021-04-13 Jeff TenneyRemove support for tmrCOMMAND_START_DONT_TRACE (#305)
2021-03-21 alfred gedeonCode: Remove redundant check (#287)
2020-12-14 Cobus van Eeden[AUTO][RELEASE]: Bump file header version to "10.4.3"
2020-11-10 David Chalco[AUTO][RELEASE]: Bump file header version to "10.4.2"
2020-09-17 David ChalcoUpdate version number to 10.4.1 (#173)
2020-09-11 David ChalcoUpdate version number to 10.4.0 (#153)
2020-08-20 alfred gedeonStyle: Change FreeRTOS websites in comments (#131)
2020-08-18 Joseph JulicherMoving the function prototypes to headers (#128)
2020-08-17 alfred gedeonStyle: Remove tabs and tab == 4 spaces (#120)
2020-07-14 Gaurav-Aggarwal-AWSPlace privileged symbols correctly (#84)
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-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