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-23Add check for if the scheduler is running to MPU ports (#954)Soren Ptak
2024-01-18Posix port - set name for threads (#950)Mikhail Paulyshka
2024-01-18MPU assert for ARM_CM3_MPU (#952)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-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-26RP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDED_STATIC_MEMORY (#934)dps.lwk
2023-12-23Fix build with modern GCC (#933)Forty-Bot
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-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-04Add SMP template port and example (#900)chinglee-iot
2023-11-30Fix prototype of MPU_vTimerSetReloadMode (#913)Rahul Kar
2023-11-29Fix typo in comment (#910)Legend
2023-11-29Add portMEMORY_BARRIER() to RX MCU ports (#864)Soren Ptak
2023-11-28Upgrade msvc port to winsock2 (#895)Soren Ptak
2023-11-28Revert Portable/Renesas formatting (#876)Soren Ptak
2023-11-23Revert Portable/WizC Formatting (#888)Soren Ptak
2023-11-23Revert formatting on Tasking ports (#887)Soren Ptak
2023-11-23Revert Portable/Softune Formatting (#886)Soren Ptak
2023-11-23Revert formatting on SDCC ports (#885)Soren Ptak
2023-11-23Revert formatting on Rowley ports (#884)Soren Ptak
2023-11-23Revert Portable/MPLAB Formatting (#883)Soren Ptak
2023-11-23Revert the formatting changes on MikroC ports. (#882)Soren Ptak
2023-11-23Revert formatting on CCS port files (#881)Soren Ptak
2023-11-23Update system call entry mechanism (#898)Gaurav-Aggarwal-AWS
2023-11-18fix IAR/CM0/portmacro.h missing semicolon (#894)Ha Thach
2023-10-31aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE (#822)Devaraj Ranganna
2023-10-27Support configurable RISC-V chip extension (#773)Joe Benczarski
2023-10-23Update example cmake project path (#851)Tony Josi
2023-10-20Covert object type check to runtime check (#846)Gaurav-Aggarwal-AWS