]> begriffs open source - freertos/history - tasks.c
Add time conversion macros (#866)
[freertos] / tasks.c
2023-11-07 Moral-HaoDistinguish waiting for notify status from suspend...
2023-11-06 Moral-HaoFix vTaskSwitchContext for smp. (#879)
2023-10-25 DarianvTaskListTasks prints core affinity mask (#850)
2023-10-23 DarianRename CPU to Core (#849)
2023-10-17 Rahul KarFix xTaskNotifyWait & ulTaskNotifyTake determinism...
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-05 chinglee-iotAdd more comment for core affinity in prvSelectHighestP...
2023-10-05 chinglee-iotMove trace macro after declaration (#820)
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-24 chinglee-iotUpdate pxMutexHolder is NULL check description (#800)
2023-09-20 Sebastian BroschAdd Trace Hook Macros to all API calls (#786)
2023-09-20 MehdiAdd default implementations of vApplicationGetIdleTaskM...
2023-09-18 chinglee-iotUpdate taskYIELD_IF_USING_PREEMPTION macro (#769)
2023-09-07 Boris van der MeerAdd Trace Hook Macros and function that returns the...
2023-09-06 chinglee-iotAdd macro taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD...
2023-09-06 chinglee-iotAdd configUSE_CORE_AFFINITY bits check (#776)
2023-09-06 chinglee-iotUpdate task running state type and related macros ...
2023-09-06 chinglee-iotAssert if prvCheckForRunStateChange is called in ISR...
2023-09-06 chinglee-iotUpdate taskSELECT_HIGHEST_PRIORITY_TASK macro for SMP...
2023-09-04 chinglee-iotUpdate INFINITE_LOOP control (#775)
2023-08-18 Moral-HaoUse the bigger priority whenever possible. (#760) 754/head
2023-08-18 kar-rahul-awsAdd runtime parameter checks (#761)
2023-08-17 Chien WongAdd missing stack alignment adjustment if stack grows...
2023-08-07 kar-rahul-awsFix API for NULL task parameter (#741)
2023-08-03 ActoryOuFix RP2040 compile warning (#736)
2023-08-02 Gaurav-Aggarwal-AWSFix warning introduced in PR 730 (#735)
2023-07-31 ActoryOuFix Pico compile warning (#732)
2023-07-31 vinceburnsFeature: Add top/end of stack to task info report whene...
2023-07-26 kar-rahul-awsFix warning issue for warning in arithmetic conversion...
2023-07-24 chinglee-iotMerge SMP feature to main (#716)
2023-07-13 kar-rahul-awsMemory Protection Unit (MPU) Enhancements (#705)
2023-07-10 chinglee-iotUpdate uxTaskGetSystemState for tasks in pending ready...
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-iotUse UBaseType_t as interrupt mask (#689)
2023-06-02 Aniruddha KanhereAdd back croutines by reverting PR#590 (#685)
2023-05-25 Gaurav-Aggarwal-AWSFix eTaskGetState for pending ready tasks (#679)
2023-05-08 Sudeep MohantyUpdated tasks.c checks for scheduler suspension (#670)
2023-03-22 DarianAdd functions to get the buffers of statically created...
2023-03-02 Keith PackardAdd Thread Local Storage (TLS) support using Picolibc...
2023-02-23 phelterFeature/fixing clang gnu compiler warnings (#620)
2023-02-03 Dusan CervenkaAdded support of 64bit events. (#597)
2023-01-19 Chris CopelandAdd ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent...
2023-01-06 chinglee-iotUpdate equal priority task preemption (#603)
2022-12-19 tcpluessmove the prototype for vApplicationIdleHook to task...
2022-11-29 Paul BartellNormalize line endings and whitespace in source files
2022-11-28 Paul BartellRemove coroutine references from MISRA exception comments
2022-11-08 Gaurav-Aggarwal-AWSFix context switch when time slicing is off (#568)
2022-09-26 Cristian CristeaAdded better pointer declaration readability (#567)
2022-09-01 Aniruddha KanhereAdded checks for index in ThreadLocalStorage APIs ...
2022-08-19 Monika SinghAdd support for MISRA rule 20.7 (#546)
2022-08-10 RichardBarryMove some of the complex pre-processor guards on prvWri...
2022-08-08 Gaurav-Aggarwal-AWSGeneralize Thread Local Storage (TLS) support (#540)
2022-08-02 Patrick Oppenlanderadd portDONT_DISCARD to pxCurrentTCB (#479)
2022-04-06 pierrenoel-boutevi... tasks.c:2067:11: warning: this condition has identical...
2022-01-19 Paul BartellAdd configUSE_MINI_LIST_ITEM configuration option to...
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-18 R. Dunbar PoorFix #415: Compiling tasks.c with configSUPPORT_DYNAMIC_...
2021-11-18 RichardBarrySimplify prvInitialiseNewTask() (#417)
2021-11-11 Laukik Hasebugfix: Initialize uxTaskNumber at task initialization...
2021-09-30 Andres O. VelaFix typo in comment (#398)
2021-09-10 Gaurav AggarwalFix free secure context for Cortex-M23 ports
2021-07-29 alfred gedeonRun uncrustify with github workflows (#369)
2021-06-14 RichardBarryMake the type used to hold run-time counter values...
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 RichardBarryCreate macro versions of uxListRemove() and vListInsert...
2021-03-25 Paul BartellFix comments in list.h and clarify list usage in xTaskR...
2021-03-25 Gaurav-Aggarwal-AWSAdd assert to catch invalid task priority (#292)
2021-03-19 alfred gedeonComment: xTaskResumeAll: comment: doesn't match the...
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)
next