]> begriffs open source - freertos/history - tasks.c
RP2040: Fix compiler warning and comment (#509)
[freertos] / tasks.c
2022-06-22 Sudeep MohantyUpdate prvYieldCore() compile warning for single core...
2022-05-31 DarianAdd support for newlib dynamic reentrancy (#496)
2022-03-18 DarianAdd task creation with affinity functions (#470)
2022-03-06 DarianFix pxPreviousTCB compile warning (#464)
2021-10-14 Gaurav-Aggarwal-AWSAdd SMP in the License Header (#402) V202110.00-SMP
2021-10-14 Gaurav-Aggarwal-AWSSMP version (#401)
2021-10-11 Gaurav-Aggarwal-AWSUpdate SMP docs (#400)
2021-07-30 N3xedMove uxCoreAffinityMask after xMPUSettings (#372)
2021-05-19 Joseph Julicheradding a minimal idle hook to the SMP port (#329)
2021-05-19 Joseph JulicherMerge branch 'smp' into smp
2021-05-19 Joseph JulicherUpdated from upstream
2021-05-19 Joseph JulicherStatic allocation and lightweight idle tasks (#323)
2021-05-19 Joseph JulicherUncrustified tasks.c
2021-05-19 Joseph JulicherAdjustments to tasks from PR review
2021-05-19 Joseph Julicheradded multiple idle tasks
2021-05-19 Joseph JulicherStatic allocation and lightweight idle tasks (#323)
2021-05-19 Joseph Julichermissed taskYield in minimalIDLE task 326/head
2021-05-19 Joseph JulicherUncrustified tasks.c
2021-05-19 Joseph JulicherFixed static allocation internal array
2021-05-18 Joseph Julicherfixed additional bit mask test errors 325/head
2021-05-18 Joseph JulicherFixed bit mask compare bug
2021-05-14 Joseph Julicherconverted exclusion to affinity
2021-05-13 Joseph JulicherStatic allocation and lightweight idle tasks (#323)
2021-05-13 Joseph JulicherAdjustments to tasks from PR review 323/head
2021-05-12 Joseph JulicherAdded multiple IDLE tasks to non-static allocation
2021-05-12 Joseph Julicheradded multiple idle tasks
2021-03-17 Joseph JulicherMerge github.com:FreeRTOS/FreeRTOS-Kernel into HEAD
2021-03-16 Joseph JulicherAdded a rough pico support. Remove rtos_prints from...
2021-03-16 Joseph JulicherFeature: SMP (#278)
2021-03-05 alfred gedeonComment: fix code comment for xTaskAbortDelay (#272)
2021-03-02 gomonovychAdd description for vTaskList (#206)
2021-02-24 Gaurav-Aggarwal-AWSSupport allocating stack from separate heap (#267)
2021-01-29 nazar01Typos (#248)
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-10-23 Gaurav-Aggarwal-AWSFix missed yield in xTaskResumeFromISR (#207)
2020-10-11 RichardBarryRecently vTaskDelayUntil() was updated to xTaskDelayUnt...
2020-10-09 SpacefishvTaskDelayUntil improvement (#77) 187/head
2020-10-01 David ChalcoOpenOCD Support: Re-introduce uxTopUsedPriority (#188)
2020-09-21 alfred gedeonFix some broken/redirected URL (#172)
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-09-07 RichardBarryFix compiler warning in config assert() on 64 bit archi...
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 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-08-09 RichardBarryFix: Two one line fixes, xTaskCheckForTimeOut() and...
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-06-17 eriktamlinAdded index to all trace points. (#69)
2020-05-27 RichardBarryFeature/multiple direct to task notifications (#63)
2020-05-22 Daniel GlaserAdding volatile to tasks.c's runtime information to...
2020-03-24 Yuhui ZhengpxTCB is no longer needed in this local function.
2020-03-23 WineQ圈9Update tasks.c (#22)
2020-03-19 WineQ圈9Update tasks.c (#26)
2020-03-16 RichardBarryImprove documentation for the ulTaskNotifyValueClear...
2020-03-14 WineQ圈9Update tasks.c (#24)
2020-02-28 RichardBarryThis change prevents tickless idle mode potentially...
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