Sign in
pigweed
/
third_party
/
github
/
FreeRTOS
/
FreeRTOS-Kernel
/
HEAD
1ec8e49
Aligned nullptr check for heap3. (#493)
by Dusan Cervenka
· 9 days ago
main
cf68505
queue.h: cTaskWokenByPost -> xTaskWokenByReceive (#491)
by Robert Berger
· 4 weeks ago
ec7c403
Format code, and rmove implicit tests (#489)
by alfred gedeon
· 5 weeks ago
15bc866
Add atomic flag for 16-bit ticks PIC24 (#488)
by Kody Stribrny
· 6 weeks ago
d5b95c9
Corrected spelling mistake in mpu_prototypes.h
by Anton Lagerholm
· 6 weeks ago
9204f9f
Correct spelling mistake in mpu_wrappers.h
by Anton Lagerholm
· 6 weeks ago
e73fabc
Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483)
by pierrenoel-bouteville-act
· 6 weeks ago
b002503
Enable use of --text-section-literals in Xtensa port (#485)
by Archit Gupta
· 6 weeks ago
40c37bd
Add configSYSTICK_CLOCK_HZ to Cortex-M0 ports (#484)
by Gaurav-Aggarwal-AWS
· 7 weeks ago
cf4ff12
tasks.c:2067:11: warning: this condition has identical branches [-Wduplicated-branches] (#482)
by pierrenoel-bouteville-act
· 7 weeks ago
b5b1ff0
Add a guard around mpu_wrappers.c (#480)
by Gaurav-Aggarwal-AWS
· 7 weeks ago
356fff8
Update portable/ThirdParty/README.md (#474)
by Gaurav-Aggarwal-AWS
· 3 months ago
bdec3b6
fix: add additional .ltorg directives to GCC CM3/CM4 mpu ports (#473)
by niniemann
· 3 months ago
f18e432
Update the README to align with TF-M v1.5.0 in TF-M integration (#469)
by xinyu-tfm
· 3 months ago
58770b0
Check for add overflow only once (#467)
by Gaurav-Aggarwal-AWS
· 3 months ago
8eb3585
Move MSB check after final size calculation (#463)
by Gaurav-Aggarwal-AWS
· 3 months ago
82be779
Heap improvements (#462)
by Gaurav-Aggarwal-AWS
· 3 months ago
4539e1c
Migrated RL78/IAR port to EWRL78v3+ (#461)
by Felipe Torrezan
· 3 months ago
840214d
Update documentation of uxTaskGetTaskNumber function (#460)
by Gaurav-Aggarwal-AWS
· 3 months ago
38efd26
CMake: Move mpu_wrapper to ports library. (#459)
by imi415
· 3 months ago
09a2c0b
Remove exception loop tags. (#457)
by Ming Yue
· 3 months ago
25d180a
Use a dedicated symbol for in-function loop to avoid the weak symbol JAL range error when a strong symbol is defined outside. (#455)
by Ming Yue
· 3 months ago
d5b2413
Fix typo (#454)
by mikisama
· 3 months ago
4014abb
Fix some warnings in doxygen comments (#453)
by Muneeb Ahmed
· 3 months ago
4a490d6
portable/Xtensa_ESP32: Add SPDX license identifiers (#452)
by Shubham Kulkarni
· 4 months ago
d5a10e4
Add alignment for the direct mode handler (#449)
by Gaurav-Aggarwal-AWS
· 4 months ago
cf248ae
Add support for 16 MPU regions to GCC Cortex-M33 ports (#448)
by Gaurav-Aggarwal-AWS
· 4 months ago
76a8335
Update History.txt to include 10.4.6 changes (#451)
by Gaurav-Aggarwal-AWS
· 4 months ago
364f0e5
Fix description of configQUEUE_REGISTRY_SIZE (#446)
by Tobias Nießen
· 4 months ago
89e4823
Update uncrustify configuration to 0.69 (#445)
by swaldhoer
· 4 months ago
9efca75
Riscv re-factoring (#444)
by Gaurav-Aggarwal-AWS
· 4 months ago
a3843bd
Fix warning message error. (#443)
by isus-ipanienko
· 4 months ago
cdd406a
Add CMake build (#421)
by yhsb2k
· 4 months ago
dca4f80
Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433)
by Paul Bartell
· 4 months ago
043c2c7
Fix GCC/RX100 function naming error. (#440)
by Ming Yue
· 4 months ago
990643e
Fix support for stepping tick by xExpectedIdleTime (#73)
by Jeff Tenney
· 5 months ago
abd887c
Clean some spell check words. (#439)
by Jon Enz
· 5 months ago
c4f9e27
Feature: Add task top/end of stack to task info report (#436)
by Joseph Julicher
· 5 months ago
becbb89
Add a cap to the queue locks (#435)
by Gaurav-Aggarwal-AWS
· 5 months ago
8e2dd5b
Add a Known Issues file in the Third Party folder (#434)
by Gaurav-Aggarwal-AWS
· 5 months ago
c13719d
fix alignment exception for ullPortInterruptNesting. (#317)
by Amit Tomar
· 5 months ago
7b95420
fixed deadlock in event groups when a mutex is used for memory allocation (#284)
by clemenskresser
· 5 months ago
f5df2c1
Documentation update for xEventGroupClearBitsFromISR (#432)
by Joseph Julicher
· 5 months ago
481c722
RISC-V: No #error on RV64 regarding byte alignment (#367)
by Fabian
· 5 months ago
81d15dc
Fix: Interrut Handler Register Function and Exception Process (#41)
by leona
· 5 months ago
455df7a
uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429)
by Joseph Julicher
· 5 months ago
53b9a80
Update third party ports readme (#428)
by Gaurav-Aggarwal-AWS
· 5 months ago
debbd25
RP2040 fixes (#424)
by Graham Sanderson
· 5 months ago
4c4089b
Remove tickless idle mode dependency with include v task suspend (#422)
by Pramith K V
· 6 months ago
052e364
Fix #415: Compiling tasks.c with configSUPPORT_DYNAMIC_ALLOCATION = 0 (#416)
by R. Dunbar Poor
· 6 months ago
271bdfb
Simplify prvInitialiseNewTask() (#417)
by RichardBarry
· 6 months ago
e13f990
Fix keil compilation error (#418)
by RichardBarry
· 6 months ago
6ac9aae
Fix formatting error
by Gaurav Aggarwal
· 6 months ago
44fc137
Add option to disable unprivileged critical sections
by Gaurav Aggarwal
· 6 months ago
7a38487
Change xPortRaisePrivilege and vPortResetPrivilege to macros
by Gaurav Aggarwal
· 6 months ago
78da9cb
Fix code example in timers.h (#412)
by Gaurav-Aggarwal-AWS
· 6 months ago
683811b
bugfix: Initialize uxTaskNumber at task initialization (#374)
by Laukik Hase
· 7 months ago
4896d6b
Mention portMAX_DELAY in xEventGroupWaitBits docs (#411)
by Tobias Nießen
· 7 months ago
cd0b7fc
Build with -Wmissing-prototypes flags vPortYieldFromISR() in the Posix port. (#409)
by Kevin Thibedeau
· 7 months ago
1ec7e50
Change hyphen to ASCII character (#410)
by Gaurav-Aggarwal-AWS
· 7 months ago
5a2a1d0
Change taskYIELD_FROM_ISR to portYIELD_FROM_ISR in docs (#408)
by Gaurav-Aggarwal-AWS
· 7 months ago
a40d52d
Fix documentation mistake (#407)
by prplz
· 7 months ago
a432a68
bugfix: Initialise stack correctly on dsPIC port (#405)
by andrewtjs
· 7 months ago
d649a77
Fix prvWriteMessageToBuffer on big endian (#391)
by Archit Gupta
· 7 months ago
06fb777
Update comments for the ARM_CA53_64_BIT_SRE port (#403)
by Gaurav-Aggarwal-AWS
· 7 months ago
68ddb32
Handle interrupt acknowledge register in Cortex-A53 SRE port (#392)
by Stephane Viau
· 7 months ago
a030d0a
fix typo (#399)
by swaldhoer
· 8 months ago
1fb4e84
Fix the defect that Heap_1.c may waste first portBYTE_ALIGNMENT bytes of ucHeap[] (#238)
by Qikai
· 8 months ago
5f290e4
Fix typo in comment (#398)
by Andres O. Vela
· 8 months ago
741185f
Xtensa_ESP32: Add definition for portMEMORY_BARRIER (#395)
by Shubham Kulkarni
· 8 months ago
1b86b39
Remove AVR ports from main repo (#394)
by Gaurav-Aggarwal-AWS
· 8 months ago
384ffc5
Fix spell-check failure
by Gaurav Aggarwal
· 9 months ago
68889fd
Update History.txt
by Gaurav Aggarwal
· 9 months ago
99a5a5f
Fix free secure context for Cortex-M23 ports
by Gaurav Aggarwal
· 9 months ago
06ea727
Implement secure stack sealing as per ARM's recommendation
by Gaurav Aggarwal
· 9 months ago
61f7560
Associate secure context with task handle
by Gaurav Aggarwal
· 9 months ago
ccaa0f4
Pre-allocate secure-side context structures
by Gaurav Aggarwal
· 9 months ago
f8ada39
Replace <pre> with @code - remaining files (#388)
by Zim Kalinowski
· 9 months ago
fa0f5c4
Add freertos_risc_v_chip_specific_extensions.h for 64-bit ports (#385)
by Gaurav-Aggarwal-AWS
· 9 months ago
bb02cf6
minor fix in stream buffer doc (#387)
by Zim Kalinowski
· 9 months ago
ae73f0d
Replace <pre> with @code{c} (#386)
by Zim Kalinowski
· 9 months ago
c290780
Update the README to align with TF-Mv1.4.0 in TF-M integration (#384)
by sherryzhang
· 9 months ago
0b1e9d7
fixes in queue documentation (#382)
by Zim Kalinowski
· 10 months ago
6ba8aa6
Xtensa_ESP32: Fix build issues when external SPIRAM is enabled (#381)
by Shubham Kulkarni
· 10 months ago
d858d1f
fix example usage of xMessageBufferCreateStatic and xStreamBufferCrea… (#380)
by Paul Adelsbach
· 10 months ago
d018018
Tidy up the 8051 sdcc port (#376)
by Jack Lam
· 10 months ago
1b38078
fixed parameter names documentation (#378)
by Zim Kalinowski
· 10 months ago
b97bb48
Indent contents of a taskENTER_CRITICAL/taskEXIT_CRITICAL block. (#348)
by RichardBarry
· 10 months ago
ce81bcb
Run uncrustify with github workflows (#369)
by alfred gedeon
· 10 months ago
85a2312
Add ReadMe for third party port contributions (#371)
by Gaurav-Aggarwal-AWS
· 10 months ago
d9d5d53
doc: fix function name typo (#368)
by Craig Kewley
· 10 months ago
b5a9229
Warning fixes. (#356)
by Kristine Jassmann
· 10 months ago
1d86b97
Fix description of vTaskDelay (#363)
by Tobias Nießen
· 11 months ago
4633870
Replace two dashes and one whitespace with their corresponding ASCII characters. (#362)
by swaldhoer
· 11 months ago
9af72db
Add RP2040 support (#341)
by Graham Sanderson
· 11 months ago
4200226
Move the community/partner supported ports to correct location (#361)
by Archit Gupta
· 11 months ago
8b2a1b8
Fix C90 Compilation Failure (#359)
by Gaurav-Aggarwal-AWS
· 11 months ago
4e3bf0f
Add Cortex-A53 port with system register interface for CPU interface access (#357)
by Gaurav-Aggarwal-AWS
· 11 months ago
56428a9
Add new submodules for port contribution (#355)
by Archit Gupta
· 11 months ago
9e85006
Update spell checker exclusion. (#354)
by Ming Yue
· 11 months ago
Next »