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-23Add check for if the scheduler is running to MPU ports (#954)Soren Ptak
2024-01-23Update unpaired critical section in vTaskDelete for readability (#958)chinglee-iot
2024-01-18Posix port - set name for threads (#950)Mikhail Paulyshka
2024-01-18MPU assert for ARM_CM3_MPU (#952)IsaacDynamo
2024-01-18Make configSUPPORT_STATIC_ALLOCATION==1 an error for MPU ports (#953)IsaacDynamo
2024-01-17Add mpu_wrappers_v2_asm.c to MPU ports (#951)IsaacDynamo
2024-01-13Fix -Werror=unused-parameter in GCC posix prvTimerTickHandler() (#949)Tony Josi
2024-01-11POSIX port - Switch from allowing the user to specify the stack memory itself...Chris Morgan
2024-01-11Revert pthread_attr_setstacksizeChing-Hsin Lee
2024-01-11Revert timer tick functionChing-Hsin,Lee
2024-01-11Add back event signalChing-Hsin,Lee
2024-01-11Remove redundent cancellation pointChing-Hsin,Lee
2024-01-11format and header fileChing-Hsin,Lee
2024-01-11Add back heap setup codeChing-Hsin,Lee
2024-01-11UPdate formatChing-Hsin,Lee
2024-01-11Add back the pthread stack fitChing-Hsin Lee
2024-01-11Fix potential race conditionChing-Hsin,Lee
2024-01-11POSIX port - Cancel and join all FreeRTOS managed pthreads upon shutdownChris Morgan
2024-01-11POSIX - Switch from posix timers to a timer thread to fix signal handling wit...Chris Morgan
2024-01-10Revert #768 on the XCC/Xtensa portable files (#948)Soren Ptak
2024-01-09Assign idle task to each core before SMP scheduler start (#945)chinglee-iot
2024-01-08Add new common words to the cSpellWordList.txt (#946)Soren Ptak
2024-01-04Added ability to change task notification index for streambuffers (#939)Gabriele Monaco
2024-01-03Fix documentation for xQueueTakeMutexRecursive (#943)Eric Jackson
2024-01-03Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940)chinglee-iot
2024-01-03RP2040: Fix removal of idle_task_static_memory.c (#935)dps.lwk
2023-12-29Fix build error for MSP430 and Cortex A with IAR (#937)Jeff Tenney
2023-12-26Export MPU Section Attributes (#931)Soren Ptak
2023-12-26RP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDED_STATIC_MEMORY (#934)dps.lwk
2023-12-23Fix build with modern GCC (#933)Forty-Bot
2023-12-21Update History.txt for V11.0.1 (#932)Rahul Kar
2023-12-18Update History.txt for v11.0.0 (#926)chinglee-iot
2023-12-18Rename sample configuration to template configuration (#927)Rahul Kar
2023-12-15Update comments related to portYIELD_FROM_ISR() in queue.h #925 Soren Ptak
2023-12-15Update sample configuration file (#923)Rahul Kar
2023-12-13Remove the sample smp configuration folder (#922)chinglee-iot
2023-12-11Add portTASK_SWITCH_HOOK (#867)Darian
2023-12-11Detect more startup config errors on Cortex M (#832)Jeff Tenney
2023-12-09Update the memory alignment within the Cortex-A9 port asm code (#426)RichardBarry
2023-12-08Remove lint suppression comment (#920)chinglee-iot
2023-12-08Add constanst suffix to prevent potential type conversion (#921)chinglee-iot
2023-12-07Add coverity example (#870)chinglee-iot
2023-12-07Revert Portable/BCC formatting (#828)Soren Ptak
2023-12-07Revert Portable/oWatcom formatting (#829)Soren Ptak
2023-12-07Revert Portable/Paradigm formatting (#830)Soren Ptak
2023-12-07Revert Portable/CodeWarrior formatting (#831)Soren Ptak
2023-12-07Update partner and community supported port submodule pointer (#919)chinglee-iot
2023-12-07Suppress MISRA C:2012 rule 21.6 for snprintf (#877)chinglee-iot
2023-12-07Fix MISRA C 2012 Rule 11.1 deviations (#856)chinglee-iot