| 2025-02-13 |
Bhoomika R S | Update instruction to suppress SIGUSR1 in Posix with... |
tree | commitdiff |
| 2025-02-13 |
John Boiles | POSIX Simulator: Assert if vPortYield called from a... |
tree | commitdiff |
| 2025-02-12 |
Bhoomika R S | Add instruction to suppress SIGUSR1 in Posix with LLDB... |
tree | commitdiff |
| 2025-02-10 |
Graham Sanderson | RP2040: update FreeRTOS_Kernel_import.cmake to match... |
tree | commitdiff |
| 2025-02-07 |
Jakub Tymejczyk | Fix GCC/Posix port compilation on FreeBSD (#1239) ... |
tree | commitdiff |
| 2025-02-06 |
Rahul Kar | Call key creation before checking if a thread is FreeRT... |
tree | commitdiff |
| 2025-01-29 |
Gaurav-Aggarwal-AWS | Mark mutex as robust to prevent deadlocks (#1233) |
tree | commitdiff |
| 2025-01-25 |
Cavin McKinley | Update Community-Supported-Ports submod to fix RP2350... |
tree | commitdiff |
| 2025-01-25 |
John Boiles | POSIX Simulator: Handle `pthread`s not created by FreeR... |
tree | commitdiff |
| 2025-01-21 |
John Boiles | POSIX Simulator: Remove unused __APPLE__ mach_vm.h... |
tree | commitdiff |
| 2025-01-06 |
iotah | Update community supported ports submodulees (#1218) |
tree | commitdiff |
| 2024-12-30 |
Felix van Oost | Pass core ID to port lock macros (#1212) |
tree | commitdiff |
| 2024-12-19 |
Felix van Oost | Pass core ID to critical nesting count macros (#1206) |
tree | commitdiff |
| 2024-11-14 |
Tony Josi | Update partner supported and community supported ports... |
tree | commitdiff |
| 2024-11-14 |
Graham Sanderson | RP2040 Updates: (#1193) |
tree | commitdiff |
| 2024-11-04 |
Vishwanath Martur | Fix SMP debugging issue on rp2040 (#1174) |
tree | commitdiff |
| 2024-11-04 |
ActoryOu | Move configASSERT default definition above before inclu... |
tree | commitdiff |
| 2024-11-01 |
ActoryOu | Fix spelling typos (#1168) |
tree | commitdiff |
| 2024-10-24 |
Paul Hollinsky | POSIX Port: Remove pthread_attr_setstacksize call ... |
tree | commitdiff |
| 2024-10-15 |
Ian Thompson | Xtensa support updated and moved to Partner-Supported... |
tree | commitdiff |
| 2024-08-12 |
superroc | Add portMEMORY_BARRIER defination to fix over-optimizat... |
tree | commitdiff |
| 2024-07-26 |
Gaurav-Aggarwal-AWS | Fix POSIX port to respect configUSE_TIME_SLICING (... |
tree | commitdiff |
| 2024-06-29 |
Florian La Roche | Fix gcc warning in posix port (#1098) |
tree | commitdiff |
| 2024-06-27 |
Angel Cascarino | Update XMOS xcore.ai port to be compatible with v11... |
tree | commitdiff |
| 2024-06-24 |
Eric Dawe | Update README.md (#1094) |
tree | commitdiff |
| 2024-06-10 |
maxiao | Fix compilation warning about undelcared pthread_setnam... |
tree | commitdiff |
| 2024-06-07 |
Florian La Roche | event_create(): check malloc() return value to be non... |
tree | commitdiff |
| 2024-04-19 |
chinglee-iot | Update submodule pointer (#1040) |
tree | commitdiff |
| 2024-04-18 |
Devaraj Ranganna | tf-m: Update tf-m to TF-Mv2.0.0 release (#1038) |
tree | commitdiff |
| 2024-04-09 |
Florian La Roche | fix typos in comments: interace -> interface, swtich... |
tree | commitdiff |
| 2024-04-05 |
Kody Stribrny | Fix TFM about link (#1021) |
tree | commitdiff |
| 2024-03-06 |
chinglee-iot | Define portNOP in RP2040 port (#1003) |
tree | commitdiff |
| 2024-02-26 |
Soren Ptak | Use Regex for Copyright Year in Header Check (#1002) |
tree | commitdiff |
| 2024-02-20 |
Aniruddha Kanhere | Fix small bugs in Kernel (#998) |
tree | commitdiff |
| 2024-02-06 |
Paul Bartell | Update version number (#983) |
tree | commitdiff |
| 2024-02-01 |
chinglee-iot | Delete kernel created task in vTaskEndScheduler (#962) |
tree | commitdiff |
| 2024-01-30 |
Phillip Stevens | Fix ThirdParty/GCC/ATmega formatting (#965) |
tree | commitdiff |
| 2024-01-28 |
Soren Ptak | Fix MacOS Posix port (#957) |
tree | commitdiff |
| 2024-01-27 |
Phillip Stevens | use configSTACK_DEPTH_TYPE consequently (updated for... |
tree | commitdiff |
| 2024-01-18 |
Mikhail Paulyshka | Posix port - set name for threads (#950) |
tree | commitdiff |
| 2024-01-13 |
Tony Josi | Fix -Werror=unused-parameter in GCC posix prvTimerTickH... |
tree | commitdiff |
| 2024-01-11 |
Chris Morgan | POSIX port - Switch from allowing the user to specify... |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin Lee | Revert pthread_attr_setstacksize |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin,Lee | Revert timer tick function |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin,Lee | Add back event signal |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin,Lee | Remove redundent cancellation point |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin,Lee | format and header file |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin,Lee | Add back heap setup code |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin,Lee | UPdate format |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin Lee | Add back the pthread stack fit |
tree | commitdiff |
| 2024-01-11 |
Ching-Hsin,Lee | Fix potential race condition |
tree | commitdiff |
| 2024-01-11 |
Chris Morgan | POSIX port - Cancel and join all FreeRTOS managed pthre... |
tree | commitdiff |
| 2024-01-11 |
Chris Morgan | POSIX - Switch from posix timers to a timer thread... |
tree | commitdiff |
| 2024-01-10 |
Soren Ptak | Revert #768 on the XCC/Xtensa portable files (#948) |
tree | commitdiff |
| 2024-01-03 |
chinglee-iot | Fix portSET_INTERRUPT_MASK_FROM_ISR definition for... |
tree | commitdiff |
| 2023-12-26 |
dps.lwk | RP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDE... |
tree | commitdiff |
| 2023-12-07 |
chinglee-iot | Update partner and community supported port submodule... |
tree | commitdiff |
| 2023-10-03 |
Michael Fairman | bugfix: correct computation of stack size on Mac Posix... |
tree | commitdiff |
| 2023-09-20 |
Boris van der Meer | Add trace hook macro for most ports (#794) |
tree | commitdiff |
| 2023-09-05 |
Soren Ptak | CI-CD Updates (#768) |
tree | commitdiff |
| 2023-08-03 |
ActoryOu | Fix RP2040 compile warning (#736) |
tree | commitdiff |
| 2023-07-31 |
Gaurav-Aggarwal-AWS | Update submodule pointer for contributed Ports (#733) |
tree | commitdiff |
| 2023-07-31 |
ActoryOu | Fix Pico compile warning (#732) |
tree | commitdiff |
| 2023-07-28 |
Zim Kalinowski | Align some Linux and RL78 port types with other ports... |
tree | commitdiff |
| 2023-07-25 |
Gaurav-Aggarwal-AWS | Fix compilation warnings with Clang (#721) |
tree | commitdiff |
| 2023-07-24 |
chinglee-iot | Merge SMP feature to main (#716) |
tree | commitdiff |
| 2023-07-19 |
Gaurav-Aggarwal-AWS | Fic clang compiler warnings (#711) |
tree | commitdiff |
| 2023-06-29 |
Joris Putcuyps | Fix #697: Missing portPOINTER_SIZE_TYPE definition... |
tree | commitdiff |
| 2023-06-12 |
chinglee-iot | Use portTASK_FUNCTION_PROTO to replace portNORETURN... |
tree | commitdiff |
| 2023-06-12 |
chinglee-iot | Use UBaseType_t as interrupt mask (#689) |
tree | commitdiff |
| 2023-06-02 |
Aniruddha Kanhere | Add back croutines by reverting PR#590 (#685) |
tree | commitdiff |
| 2023-05-10 |
Monika Singh | Align StackSize and StackAddress for macOS (#674) |
tree | commitdiff |
| 2023-04-25 |
Paul Bartell | tree-wide: Unify formatting of __cplusplus ifdefs |
tree | commitdiff |
| 2023-03-07 |
Kody Stribrny | Fix freertos_kernel cmake property, Posix Port (#640) |
tree | commitdiff |
| 2023-03-02 |
Keith Packard | Add Thread Local Storage (TLS) support using Picolibc... |
tree | commitdiff |
| 2023-02-27 |
jacky309 | POSIX port fixes (#626) |
tree | commitdiff |
| 2023-02-23 |
phelter | Feature/fixing clang gnu compiler warnings (#620) |
tree | commitdiff |
| 2023-02-03 |
Dusan Cervenka | Added support of 64bit events. (#597) |
tree | commitdiff |
| 2022-11-29 |
Paul Bartell | Normalize line endings and whitespace in source files |
tree | commitdiff |
| 2022-11-28 |
Paul Bartell | Remove croutine.c from RP2040 cmake include file |
tree | commitdiff |
| 2022-10-12 |
arshi016 | Add warning message to ensure min stack size (#575) |
tree | commitdiff |
| 2022-10-11 |
Laukik Hase | Updated ESP32 port-layer to ESP-IDF `v4.4.2` (#572) |
tree | commitdiff |
| 2022-09-26 |
Cristian Cristea | Added better pointer declaration readability (#567) |
tree | commitdiff |
| 2022-09-14 |
Paul Bartell | portable-RP2040: Fix typo in README.md (#559) |
tree | commitdiff |
| 2022-09-13 |
Gabor Toth | M85 support (#556) |
tree | commitdiff |
| 2022-08-22 |
Gaurav-Aggarwal-AWS | Add FreeRTOS config directory to include dirs (#548) |
tree | commitdiff |
| 2022-08-16 |
Archit Gupta | Fix warnings in posix port (#544) |
tree | commitdiff |
| 2022-08-04 |
Chris Copeland | Block SIG_RESUME in the main thread of the Posix port... |
tree | commitdiff |
| 2022-07-25 |
0xjakob | Posix: Removed unused signal set from port (#528) |
tree | commitdiff |
| 2022-07-18 |
NomiChirps | RP2040: Use indirect reference for pxCurrentTCB (#525) |
tree | commitdiff |
| 2022-06-29 |
Gaurav-Aggarwal-AWS | Update submodule pointer of Community Supported Ports... |
tree | commitdiff |
| 2022-06-29 |
Xinyu Zhang | Update to TF-M version TF-Mv1.6.0 (#517) |
tree | commitdiff |
| 2022-06-24 |
Graham Sanderson | RP2040: Allow FreeRTOS to be added to the parent CMake... |
tree | commitdiff |
| 2022-06-22 |
Graham Sanderson | RP2040: Remove incorrect assertion (#508) |
tree | commitdiff |
| 2022-06-02 |
AndreiCherniaev | add extra check for compiler time (#499) |
tree | commitdiff |
| 2022-04-21 |
alfred gedeon | Format code, and rmove implicit tests (#489) |
tree | commitdiff |
| 2022-04-11 |
Archit Gupta | Enable use of --text-section-literals in Xtensa port... |
tree | commitdiff |
| 2022-03-11 |
Gaurav-Aggarwal-AWS | Update portable/ThirdParty/README.md (#474) |
tree | commitdiff |
| 2022-03-06 |
xinyu-tfm | Update the README to align with TF-M v1.5.0 in TF-M... |
tree | commitdiff |
| 2022-02-09 |
Shubham Kulkarni | portable/Xtensa_ESP32: Add SPDX license identifiers... |
tree | commitdiff |
| next |