Sign in
pigweed
/
third_party
/
github
/
FreeRTOS
/
FreeRTOS-Kernel
/
HEAD
91c20f5
Added support of 64bit events. (#597)
by Dusan Cervenka
· 2 days ago
main
260a37c
Fix some CMake documentation typos (#616)
by David J. Fiddes
· 13 days ago
78319fd
Add ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent (#611)
by Chris Copeland
· 2 weeks ago
8592fd2
Update FreeRTOS/FreeRTOS build checks (#613)
by Gaurav-Aggarwal-AWS
· 3 weeks ago
bb6071e
Update equal priority task preemption (#603)
by chinglee-iot
· 4 weeks ago
6d65558
move the prototype for vApplicationIdleHook to task.h. (#600)
by tcpluess
· 7 weeks ago
99d3d54
Fix array-bounds compiler warning on gcc11+ in list.h (#580)
by Archit Gupta
· 7 weeks ago
91927ab
Introduce .git-blame-ignore-revs
by Paul Bartell
· 10 weeks ago
01820d3
Normalize line endings and whitespace in source files
by Paul Bartell
· 10 weeks ago
151fb04
ci: Enforce unix-style LF line endings
by Paul Bartell
· 10 weeks ago
779402c
Enable automatic EOL conversion by git
by Paul Bartell
· 10 weeks ago
1d59f65
Add IAR RISC-V 32 Embedded Extension Support (#588)
by Kody Stribrny
· 10 weeks ago
b213ad8
Remove croutine.c from RP2040 cmake include file
by Paul Bartell
· 10 weeks ago
3d28cda
Remove xCoRoutineHandle definition from FreeRTOS.h
by Paul Bartell
· 10 weeks ago
893b6b2
Remove coroutine references from MISRA exception comments
by Paul Bartell
· 10 weeks ago
04dfb70
parenthesize expression-like macro (#592)
by tcpluess
· 10 weeks ago
b3b097b
README.md: Remove coroutine references.
by Paul Bartell
· 2 months ago
df99587
CMakeLists.txt: Remove croutine.c from CMakeLists.txt
by Paul Bartell
· 2 months ago
fbfbc1a
Remove coroutine terms from lexicon
by Paul Bartell
· 2 months ago
d986252
Remove coroutines from FreeRTOS-Kernel.
by Paul Bartell
· 2 months ago
5f7ca3a
Make unit-test run on 20.04 ubuntu
by Aniruddha Kanhere
· 3 months ago
0a2ad87
Update kernel-checks.yml
by Aniruddha Kanhere
· 3 months ago
d7435b9
Update ci.yml
by Aniruddha Kanhere
· 3 months ago
cdf37ae
Update actions to use 20.04 ubuntu
by Aniruddha Kanhere
· 3 months ago
1b8bb88
Only adding freertos_config if it exists. Removing auto generation of it from a FREERTOS_CONFIG_FILE_DIRECTORY.
by Paul Helter
· 3 months ago
01987eb
Added in documentation on how to consume from a main project. Added default PORT selection for native POSIX and MINGW platforms.
by Paul Helter
· 3 months ago
927ad2d
Removing compiler warnings for GNU and Clang. (#571)
by Paul Helter
· 3 months ago
5287c01
Supporting backwards compatibility with FREERTOS_CONFIG_FILE_DIRECTORY (#571)
by Paul Helter
· 3 months ago
f6b7bd6
Using single name definition for libraries everywhere. (#558)
by Paul Helter
· 3 months ago
8ede710
Adding in ability to support a library for freertos_config and a custom freertos_kernel_port (#558)
by Paul Helter
· 3 months ago
f5f6fd5
Version Change (#587)
by Soren Ptak
· 3 months ago
cd1f51c
Add support for the configUSE_TASK_FPU_SUPPORT constant in the GCC/ARM_CR5 port (#584)
by ChristosZosi
· 3 months ago
1072988
Fix context switch when time slicing is off (#568)
by Gaurav-Aggarwal-AWS
· 3 months ago
44e02bf
Update Cortex-M55 and Cortex-M85 ports (#579)
by Gaurav-Aggarwal-AWS
· 3 months ago
d7b7126
Update the NIOSII port to enable longer jumps (#578)
by RichardBarry
· 4 months ago
4e2bf2c
Removed the 'configASSERT( xInheritanceOccurred == pdFALSE )' assertion from xQueueSemaphoreTake as the reasoning behind it is wrong; it can trigger on wrongly on highly-contested semaphores on multicore systems. See https://forums.freertos.org/t/15967 (#576)
by Niklas Gürtler
· 4 months ago
1d20f0e
Add warning message to ensure min stack size (#575)
by arshi016
· 4 months ago
963abe6
Updated ESP32 port-layer to ESP-IDF `v4.4.2` (#572)
by Laukik Hase
· 4 months ago
195a351
Tickless idle fixes/improvement (#59)
by Jeff Tenney
· 4 months ago
6311ad1
Update doc comments in task.h (#570)
by Gaurav-Aggarwal-AWS
· 4 months ago
24ade42
Added better pointer declaration readability (#567)
by Cristian Cristea
· 4 months ago
f789a0e
Update RISC-V IAR port to support vector mode. (#458)
by Ming Yue
· 5 months ago
49777e3
Update History.txt as per the PR feedback
by Gaurav Aggarwal
· 5 months ago
8e4be9f
Update History.txt
by Gaurav Aggarwal
· 5 months ago
331362d
Restrict unpriv task to invoke code with privilege
by Gaurav Aggarwal
· 5 months ago
79704b8
Remove local stack variable form MPU wrappers
by Gaurav Aggarwal
· 5 months ago
c2d616e
Make RAM regions non-executable
by Gaurav Aggarwal
· 5 months ago
ea9c26f
Use highest numbered MPU regions for kernel
by Gaurav Aggarwal
· 5 months ago
ca099b9
Update CMakeLists.txt for Cortex-M55 and Cortex-M85 ports (#560)
by Paul Bartell
· 5 months ago
ff88fc8
portable-RP2040: Fix typo in README.md (#559)
by Paul Bartell
· 5 months ago
030e766
M85 support (#556)
by Gabor Toth
· 5 months ago
c09187e
Update of three badly terminated macro definitions (#555)
by newbrain
· 5 months ago
6324f6f
Added checks for index in ThreadLocalStorage APIs (#552)
by Aniruddha Kanhere
· 5 months ago
d91cd6f
RISC-V: Add support for RV32E extension in GCC port (#543)
by Jakub Lužný
· 5 months ago
dc8f8be
[Fix] Type for pointers operations (#550)
by Octaviarius
· 5 months ago
ac69aa8
Add FreeRTOS config directory to include dirs (#548)
by Gaurav-Aggarwal-AWS
· 6 months ago
11c72bc
Add support for MISRA rule 20.7 (#546)
by Monika Singh
· 6 months ago
992ff1b
Fix warnings in posix port (#544)
by Archit Gupta
· 6 months ago
48ad473
correct grammar in include/FreeRTOS.h
by Paul Bartell
· 6 months ago
ab25da6
Fix formatting of FreeRTOS.h
by Paul Bartell
· 6 months ago
c2bbe92
Move some of the complex pre-processor guards on prvWriteNameToBuffer() to compile time checks in FreeRTOS.h.
by RichardBarry
· 6 months ago
8741c4f
Include string.h at the top of portable/GCC/ARM_CA9/port.c to prevent memset() generating a warning. (#430)
by RichardBarry
· 6 months ago
b0a8bd8
Change default value of INCLUDE_xTaskGetCurrentTaskHandle (#542)
by Ravishankar Bhagavandas
· 6 months ago
95669cc
Generalize Thread Local Storage (TLS) support (#540)
by Gaurav-Aggarwal-AWS
· 6 months ago
3b18a07
Add .syntax unified to GCC assembly functions (#538)
by Gaurav-Aggarwal-AWS
· 6 months ago
4649d58
Update History.txt (#535)
by Gaurav-Aggarwal-AWS
· 6 months ago
fc61562
Block SIG_RESUME in the main thread of the Posix port so that sigwait works as expected (#532)
by Chris Copeland
· 6 months ago
4a8c066
Change type of message buffer handle (#537)
by Ravishankar Bhagavandas
· 6 months ago
618e165
Fix NULL pointer dereference in vPortGetHeapStats
by Gaurav Aggarwal
· 6 months ago
dc9c034
Add vPortRemoveInterruptHandler API (#533)
by Gaurav-Aggarwal-AWS
· 6 months ago
2070d9d
Update codecov action to v3.1.0
by Paul Bartell
· 6 months ago
63f86fc
Implement MicroBlazeV9 stack protection (#523)
by Gavin Lambert
· 6 months ago
bfe0573
add portDONT_DISCARD to pxCurrentTCB (#479)
by Patrick Oppenlander
· 6 months ago
c22f40d
Add SBOM Generation in auto_release.yml (#524)
by Xin Lin
· 6 months ago
349e803
Posix: Removed unused signal set from port (#528)
by 0xjakob
· 7 months ago
859dbaf
RP2040: Use indirect reference for pxCurrentTCB (#525)
by NomiChirps
· 7 months ago
2dfdfc4
Add Cortex M7 r0p1 Errata 837070 workaround to CM4_MPU ports (#513)
by Paul Bartell
· 7 months ago
8e89acf
Update submodule pointer of Community Supported Ports (#486)
by Gaurav-Aggarwal-AWS
· 7 months ago
57530af
Update to TF-M version TF-Mv1.6.0 (#517)
by Xinyu Zhang
· 7 months ago
d2a8153
RP2040: Allow FreeRTOS to be added to the parent CMake project post initialization of the Pico SDK (#497)
by Graham Sanderson
· 8 months ago
7af41c2
Ensure that xTaskGetCurrentTaskHandle is included (#507)
by Gaurav-Aggarwal-AWS
· 8 months ago
90d9204
RP2040: Remove incorrect assertion (#508)
by Graham Sanderson
· 8 months ago
d5771a7
Add configUSE_MUTEXES to function declarations in header (#504)
by Gaurav-Aggarwal-AWS
· 8 months ago
0b46492
Add callback overrides for stream buffer and message buffers (#437)
by Ravishankar Bhagavandas
· 8 months ago
49cb8e8
Update feature_request.md (#500)
by Tanmoy Sen
· 8 months ago
daf544f
add extra check for compiler time (#499)
by AndreiCherniaev
· 8 months ago
719ceee
Add suppport for ARM CM55 (#494)
by alfred gedeon
· 8 months ago
1ec8e49
Aligned nullptr check for heap3. (#493)
by Dusan Cervenka
· 9 months ago
cf68505
queue.h: cTaskWokenByPost -> xTaskWokenByReceive (#491)
by Robert Berger
· 10 months ago
ec7c403
Format code, and rmove implicit tests (#489)
by alfred gedeon
· 10 months ago
15bc866
Add atomic flag for 16-bit ticks PIC24 (#488)
by Kody Stribrny
· 10 months ago
d5b95c9
Corrected spelling mistake in mpu_prototypes.h
by Anton Lagerholm
· 10 months ago
9204f9f
Correct spelling mistake in mpu_wrappers.h
by Anton Lagerholm
· 10 months ago
e73fabc
Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483)
by pierrenoel-bouteville-act
· 10 months ago
b002503
Enable use of --text-section-literals in Xtensa port (#485)
by Archit Gupta
· 10 months ago
40c37bd
Add configSYSTICK_CLOCK_HZ to Cortex-M0 ports (#484)
by Gaurav-Aggarwal-AWS
· 10 months ago
cf4ff12
tasks.c:2067:11: warning: this condition has identical branches [-Wduplicated-branches] (#482)
by pierrenoel-bouteville-act
· 10 months ago
b5b1ff0
Add a guard around mpu_wrappers.c (#480)
by Gaurav-Aggarwal-AWS
· 10 months ago
356fff8
Update portable/ThirdParty/README.md (#474)
by Gaurav-Aggarwal-AWS
· 11 months ago
bdec3b6
fix: add additional .ltorg directives to GCC CM3/CM4 mpu ports (#473)
by niniemann
· 11 months ago
Next »