Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-24Update for unpaired critical section in vTaskSuspend (#959)HEADmainchinglee-iot
2024-01-23Update unpaired critical section in vTaskDelete for readability (#958)chinglee-iot
2024-01-18Make configSUPPORT_STATIC_ALLOCATION==1 an error for MPU ports (#953)IsaacDynamo
2024-01-09Assign idle task to each core before SMP scheduler start (#945)chinglee-iot
2023-12-15Update comments related to portYIELD_FROM_ISR() in queue.h #925 Soren Ptak
2023-12-11Add portTASK_SWITCH_HOOK (#867)Darian
2023-12-08Remove lint suppression comment (#920)chinglee-iot
2023-12-07Suppress MISRA C:2012 rule 21.6 for snprintf (#877)chinglee-iot
2023-12-07Declare variable without initializer (#841)Rahul Kar
2023-12-07Fix MISRA_C_2012 rule 13.2 violation (#855)Rahul Kar
2023-12-07Fix MISRA_C_2012 rule 8.4 violation (#844)Rahul Kar
2023-12-06Fix MISRA_C_2012 rule 17.7 violation (#848)Rahul Kar
2023-12-06Fix MISRA_C_2012 rule 20.7 violation (#843)Rahul Kar
2023-12-06Suppress MISRA C:2012 rule 11.5 deviations (#878)chinglee-iot
2023-12-05Update xTaskGetIdleTaskHandle() For SMP (#868)Darian
2023-11-28Suppress MISRA C rule 11.3 in MISRA.md (#857)chinglee-iot
2023-11-28Fix MISRA 2012 rule 10.4 violations (#852)chinglee-iot
2023-11-28Fix MISRA C 2012 Rule 10.3 errors (#860)chinglee-iot
2023-11-24Not to use object modified in the loop body (#861)chinglee-iot
2023-11-16In smp, every core has a idle task. (#893)Moral-Hao
2023-11-16Add vApplicationGetPassiveIdleTaskMemory for SMP (#890)chinglee-iot
2023-11-07Distinguish waiting for notify status from suspend status (#865)Moral-Hao
2023-11-06Fix vTaskSwitchContext for smp. (#879)Moral-Hao
2023-10-26vTaskListTasks prints core affinity mask (#850)Darian
2023-10-23Rename CPU to Core (#849)Darian
2023-10-17Fix xTaskNotifyWait & ulTaskNotifyTake determinism. (#833)Rahul Kar
2023-10-17Add base priority get APIs (#818)chinglee-iot
2023-10-12Separate the task create function for core affinity (#789)chinglee-iot
2023-10-12Update SMP get idle task memory for static allocation (#784)chinglee-iot
2023-10-05Add configCONTROL_INFINITE_LOOP for loop control in unit test (#783)chinglee-iot
2023-10-05Add more comment for core affinity in prvSelectHighestPriorityTask (#801)chinglee-iot
2023-10-05Move trace macro after declaration (#820)chinglee-iot
2023-10-04Implement prvYieldCore with macro (#785)chinglee-iot
2023-10-04Add taskYIELD_WITHIN_API macro (#782)chinglee-iot
2023-09-26Replace sprintf with snprintf (#802)Gaurav-Aggarwal-AWS
2023-09-25Update pxMutexHolder is NULL check description (#800)chinglee-iot
2023-09-20Add Trace Hook Macros to all API calls (#786)Sebastian Brosch
2023-09-20Add default implementations of vApplicationGetIdleTaskMemory and vApplication...Mehdi
2023-09-18Update taskYIELD_IF_USING_PREEMPTION macro (#769)chinglee-iot
2023-09-08Add Trace Hook Macros and function that returns the start of the stack. (#659)Boris van der Meer
2023-09-06Add macro taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD (#780)chinglee-iot
2023-09-06Add configUSE_CORE_AFFINITY bits check (#776)chinglee-iot
2023-09-06Update task running state type and related macros (#770)chinglee-iot
2023-09-06Assert if prvCheckForRunStateChange is called in ISR (#779)chinglee-iot
2023-09-06Update taskSELECT_HIGHEST_PRIORITY_TASK macro for SMP (#777)chinglee-iot
2023-09-04Update INFINITE_LOOP control (#775)chinglee-iot
2023-08-18Use the bigger priority whenever possible. (#760)Moral-Hao
2023-08-18Add runtime parameter checks (#761)kar-rahul-aws
2023-08-17Add missing stack alignment adjustment if stack grows upwards (#751)Chien Wong
2023-08-07Fix API for NULL task parameter (#741)kar-rahul-aws