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
2023-10-03Deprecate smp branch (#799)smpchinglee-iot
2023-02-03performance counting: ulTaskSwitchedInTime and ulTotalRunTime must be (#618)Hardy Griech
2023-01-24Remove prvSelectHighestPriorityTask call in vTaskSuspend (#610)chinglee-iot
2022-10-12Add support for retrieving a task's uxCoreAffinityMask with the vTaskGetInfo(...Sudeep Mohanty
2022-06-24RP2040: Fix compiler warning and comment (#509)Graham Sanderson
2022-06-24Remove ThirdParty from core checker in smp branch (#512)Gaurav-Aggarwal-AWS
2022-06-23RP2040: Allow FreeRTOS to be added to the parent CMake project post initializ...graham sanderson
2022-06-22Update prvYieldCore() compile warning for single core targets (#505)Sudeep Mohanty
2022-06-09Fix RP2040 assertion due to yield spin lock info being wrongly shared between...Graham Sanderson
2022-06-01Add support for newlib dynamic reentrancy (#496)Darian
2022-03-18Add task creation with affinity functions (#470)Darian
2022-03-07Fix pxPreviousTCB compile warning (#464)Darian
2021-12-28smp branch: bugfix for race condition on RP2040 (#431)Timo Sandmann
2021-12-18Rp2040 fixes smp (#425)Graham Sanderson
2021-10-14Add SMP in the License Header (#402)V202110.00-SMPGaurav-Aggarwal-AWS
2021-10-14SMP version (#401)Gaurav-Aggarwal-AWS
2021-10-11Update SMP docs (#400)Gaurav-Aggarwal-AWS
2021-08-10Update xSTATIC_TCB layout in line with tskTCB (#375)N3xed
2021-07-30Move uxCoreAffinityMask after xMPUSettings (#372)N3xed
2021-07-06Rp2040 smp (#342)Graham Sanderson
2021-06-28Fix XCore DP/CP register corruption bug (#352)Michael Bruno
2021-05-22Change XCC to xClang for XCore ports (#332)Michael Bruno
2021-05-20fixed CI repo branch (#330)Joseph Julicher
2021-05-20adding a minimal idle hook to the SMP port (#329)Joseph Julicher
2021-05-19Merge branch 'smp' into smpJoseph Julicher
2021-05-19Updated from upstreamJoseph Julicher
2021-05-19Static allocation and lightweight idle tasks (#323)Joseph Julicher
2021-05-19Uncrustified tasks.cJoseph Julicher
2021-05-19Adjustments to tasks from PR reviewJoseph Julicher
2021-05-19added multiple idle tasksJoseph Julicher
2021-05-19Static allocation and lightweight idle tasks (#323)Joseph Julicher
2021-05-19removed extra parameter in TCB structureJoseph Julicher
2021-05-19missed taskYield in minimalIDLE taskJoseph Julicher
2021-05-19Uncrustified tasks.cJoseph Julicher
2021-05-19Fixed static allocation internal arrayJoseph Julicher
2021-05-19fixed additional bit mask test errorsJoseph Julicher
2021-05-19Fixed bit mask compare bugJoseph Julicher
2021-05-14converted exclusion to affinityJoseph Julicher
2021-05-14Static allocation and lightweight idle tasks (#323)Joseph Julicher
2021-05-13Adjustments to tasks from PR reviewJoseph Julicher
2021-05-12Added multiple IDLE tasks to non-static allocationJoseph Julicher
2021-05-12added multiple idle tasksJoseph Julicher
2021-03-22Removed Xtensa port from XCC folderJoseph Julicher
2021-03-22moved XMOS ports to thirdpartyJoseph Julicher
2021-03-17ignoring build artifactsJoseph Julicher
2021-03-17fixed line endings for stream_bufferJoseph Julicher
2021-03-17Merge github.com:FreeRTOS/FreeRTOS-Kernel into HEADJoseph Julicher
2021-03-17Run CMock unit tests on each pull request with a github action. (#279)Paul Bartell
2021-03-17Added a cmakelists to memmang to facilitate a cmake buildJoseph Julicher
2021-03-17Added a rough pico support. Remove rtos_prints from task.cJoseph Julicher