]> begriffs open source - freertos/history - tasks.c
Add assert check for NULL TCB handle (#1177)
[freertos] / tasks.c
2024-11-02 Rahul KarAdd assert check for NULL TCB handle (#1177)
2024-10-16 kakkokoFix incorrect error checking of prvCreateIdleTasks...
2024-10-07 Guilherme Giácomo... refactor: change methods ENTER|EXIT critical (#1140)
2024-09-04 Rahul KarUpdate config macro for xTaskGetCurrentTaskHandle ...
2024-08-20 chinglee-iotYield for task when core affinity of a ready task is...
2024-08-19 Chen YMOptimize xTaskIncrementTick for configNUMBER_OF_CORES...
2024-08-06 Gaurav-Aggarwal-AWSReset xNextTaskUnblockTime in task notify FromISR APIs...
2024-08-05 Rahul KarUpdate broken links in readme and comments (#1110)
2024-07-26 Björn SchäpersDefine vApplicationGetTimerTaskMemory only when configU...
2024-06-19 chinglee-iotRemove run state assertion in prvCheckForRunStateChange...
2024-06-10 Philipp SchilkAdd traceSTARTING_SCHEDULER tracing hook. (#1082)
2024-05-24 Rahul KarChange UBaseType_t to BaseType_t for a boolean variable...
2024-05-20 Gaurav-Aggarwal-AWSUpdate documentation of prvGetExpectedIdleTime (#1061)
2024-04-19 chinglee-iotUse suffix "U" for unsigned constant (#1041)
2024-04-19 chinglee-iotAdding SMP coverity example (#1039)
2024-04-18 Rahul KarFix cmake example errors (#1037)
2024-04-11 chinglee-iotFix vTaskSuspendAll assert for critical nesting count...
2024-04-11 Rahul KarRemove unwanted volatile keyword (#1028)
2024-03-06 chinglee-iotNot using pxIndex to iterate ready list in trace utilit...
2024-02-26 Soren PtakUse Regex for Copyright Year in Header Check (#1002)
2024-02-19 chinglee-iotSupport reset kernel state for restarting scheduler...
2024-02-16 Christoph SeitzAdd default core affinity config value. (#996)
2024-02-14 bradleysmith23Fix MISRA C 2012 Rule 13.3 Violations (#988)
2024-02-13 bradleysmith23Fix MISRA C 2012 Rule 13.2 Violations (#979)
2024-02-07 DarianUpdate task notification scheduler suspension usage...
2024-02-06 chinglee-iotFix SMP task self void run state change (#984)
2024-02-02 bradleysmith23Fix MISRA C 2012 Rule 14.4 Violations. (#975)
2024-02-02 DarianEnable xTaskGetCurrentTaskHandleForCore() for single...
2024-02-01 bradleysmith23Fix MISRA C 2012 Rule 10.3 Violations (#974)
2024-02-01 chinglee-iotDelete kernel created task in vTaskEndScheduler (#962)
2024-01-29 Soren PtakAdd missing Task Notification IFDEF (#967)
2024-01-27 Phillip Stevensuse configSTACK_DEPTH_TYPE consequently (updated for...
2024-01-24 chinglee-iotUpdate for unpaired critical section in vTaskSuspend...
2024-01-23 chinglee-iotUpdate unpaired critical section in vTaskDelete for...
2024-01-18 IsaacDynamoMake configSUPPORT_STATIC_ALLOCATION==1 an error for...
2024-01-09 chinglee-iotAssign idle task to each core before SMP scheduler...
2023-12-15 Soren PtakUpdate comments related to portYIELD_FROM_ISR() in...
2023-12-11 DarianAdd portTASK_SWITCH_HOOK (#867)
2023-12-08 chinglee-iotRemove lint suppression comment (#920)
2023-12-07 chinglee-iotSuppress MISRA C:2012 rule 21.6 for snprintf (#877)
2023-12-07 Rahul KarDeclare variable without initializer (#841)
2023-12-07 Rahul KarFix MISRA_C_2012 rule 13.2 violation (#855)
2023-12-07 Rahul KarFix MISRA_C_2012 rule 8.4 violation (#844)
2023-12-06 Rahul KarFix MISRA_C_2012 rule 17.7 violation (#848)
2023-12-06 Rahul KarFix MISRA_C_2012 rule 20.7 violation (#843)
2023-12-06 chinglee-iotSuppress MISRA C:2012 rule 11.5 deviations (#878)
2023-12-05 DarianUpdate xTaskGetIdleTaskHandle() For SMP (#868)
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-11-24 chinglee-iotNot to use object modified in the loop body (#861)
2023-11-16 Moral-HaoIn smp, every core has a idle task. (#893)
2023-11-16 chinglee-iotAdd vApplicationGetPassiveIdleTaskMemory for SMP (...
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)
next