1. a8c9d35 Fix undefined behavior from signed left-shift in MSVC-MingW port (#1411) by Anubhav Rawal · 3 days ago main
  2. d1f551e - Fixed the wrong pre-processor comment and function parameters by Ramesh · 2 weeks ago
  3. 587fe6d Fix long path errors on Windows demos by Kody Stribrny · 2 weeks ago
  4. 5f2cc25 fix stream/message buffer type and timeout in example by 1294644079@qq.com · 3 weeks ago
  5. 7c0c890 Add stack size validation in SecureContext_AllocateContext (#1402) by Patrick Zhang · 3 weeks ago
  6. bdcde95 Cleanup: remove unnecessary const variable (#1399) by Clement · 4 weeks ago
  7. 4467fa8 Fix: Change PUBLIC to INTERFACE for interface library in error message by 1294644079@qq.com · 4 weeks ago
  8. 129b09f Correct RISC-V port #endif preprocessor comments (#1395) by cui · 5 weeks ago
  9. fba8b2c Fix template configuration path in README (#1394) by Clement · 5 weeks ago
  10. f965eda Add Multicore SMP on Armv8-M ports (#1385) by Ahmed Ismail · 5 weeks ago
  11. c5c6f15 Fix: missing V prefix in release_tag and namespace-prefix (#1393) by Felicity Zhao · 6 weeks ago
  12. 2624889 Remove github_token input, correct for SBOM file placement (#1391) by Kody Stribrny · 6 weeks ago
  13. e365da1 Make the Github token optional (#1390) by Kody Stribrny · 6 weeks ago
  14. fb2ab8d Provide a default token value (#1389) by Kody Stribrny · 6 weeks ago
  15. caee8b6 Updating Auto-Release Workflow (#1388) by Kody Stribrny · 6 weeks ago
  16. fcc6653 Add history.txt for release V11.3.0 (#1373) by Kody Stribrny · 8 weeks ago
  17. f1043c4 MISRA 17.12 fixes, justifications for other reporting issues. (#1372) by Kody Stribrny · 2 months ago
  18. 0f8efd9 Correct minor mistakes in code comments (#1371) by wirelinker · 3 months ago
  19. 850d294 Add Arm China STAR-MC3 port support (#1363) by Armchina_JidongMei · 3 months ago
  20. 6cd736c Arm-Cortex-R82: Add MPU support (#1347) by Ahmed Ismail · 3 months ago
  21. d33d04b remove stray semicolon from gcc-ARM_CRx_MPU port.c by Florian La Roche · 3 months ago
  22. 67f59a5 Add missing include to fix compile error (#1358) by Mike Bloom · 4 months ago
  23. 5282247 Add assert to check for overflow in xStreamBufferSendFromISR. (#1357) by jasonpcarroll · 4 months ago
  24. 8a416d7 fix: Add big-endian support to ARM_CRx_No_GIC port (#1355) by Maxim De Clercq · 4 months ago
  25. d5c3c98 Add CFI frame unwind info in portable/IAR/RXv2/port_asm.s (#1341) by Bernd Edlinger · 4 months ago
  26. c53a6b0 RP2040: Add xPortIsInsideInterrupt to match other ARM ports (#1356) by Graham Sanderson · 4 months ago
  27. 1dbc776 [Fix] Reset correct priority on disinherit timeout (#1338) by Kody Stribrny · 4 months ago
  28. 26f9a2f Add cast in stack allocation for task creation (#1340) by Sidharth · 4 months ago
  29. 14b30f2 fix: Add missing macro guards in task.h (#1342) by Harsh Soni · 4 months ago
  30. 3ace389 Add asserts to check stack overflow at task creation by AniruddhaKanhere · 5 months ago
  31. a9cb459 Win32: Guard timeapi.h include for MinGW compatibility (#1345) by nordync · 5 months ago
  32. 536914b Add catch up behavior to xTaskDelayUntil. (#1348) by Kody Stribrny · 5 months ago
  33. 7d6890e Add ARM Cortex-M52 port support FreeRTOS#1305 (#1334) by Armchina_JidongMei · 5 months ago
  34. fed39c5 Refine comments related to taskYIELD in queue.h (#1333) by Saiiijchan · 6 months ago
  35. 439af33 riscv: refine vector context layout on stack (#1329) by Saiiijchan · 6 months ago
  36. c8d31dd Use saved mstatus for FPU/VPU state determination (#1330) by Gaurav-Aggarwal-AWS · 6 months ago
  37. 8b63f94 Fix: Propagate PICO_SDK_VERSION_* to parent scope in RP2040 port (#1326) by Sheng Tai · 6 months ago
  38. 1307487 Prefer xTaskDelayUntil in config template by Kody Stribrny · 6 months ago
  39. e5987bb Remove Unused Code and Preprocessor Directives in RP2040 Port (#1324) by Pascal Reich · 7 months ago
  40. a1f6e1f fix[RL78 Port] incorrect register image for pvParameters in FAR model (#1316) (#1317) by Ths.quiniou · 7 months ago
  41. a8ae21c armv8-r: Add Arm Cortex-R82 non-MPU port (#1289) by Ahmed Ismail · 7 months ago
  42. 3d44975 RP2040: Fix use of deprecated volatile semantics for C++20 (#1318) (#1319) by mathiasgredal · 8 months ago
  43. 692c4b0 Fix: avoid set but unused variable warning in pxPortInitialiseStack (#1320) by razrbro · 8 months ago
  44. 44ae6cf cortex-M ports: Clarify hardware-saved exception frame size variable (#1314) by Ahmed Ismail · 8 months ago
  45. ccabdec Fix risk of Win32 timer setup call getting ignored (#1311) by Kim Lindberg Schwaner · 9 months ago
  46. 386c1bc Change the macro from portMAX_DELAY to SIZE_MAX in order to initialize size_t-type variable correctly (#1310) by DuYicheng · 9 months ago
  47. 4394741 event-groups: Fix multiple definitions (#1307) by Ahmed Ismail · 9 months ago
  48. c91ee8d Fix CMake build for GCC_ARM_CRx_MPU (#1308) (#1309) by Dennis Lambe Jr. · 9 months ago
  49. e9440d4 Move windows headers to port.c (#1302) by creiter64 · 9 months ago
  50. c5bec0e LLVM assembler compatibility for ARM_CRx_MPU (#1303) by Dennis Lambe Jr. · 9 months ago
  51. 2da35de Add missing cast to BaseType_t (#1301) by Gaurav-Aggarwal-AWS · 9 months ago
  52. 32e5816 Delete thread key on process exit (#1297) by Gaurav-Aggarwal-AWS · 10 months ago
  53. 684b34c Define security extension configs before portable.h (#1294) by Gaurav-Aggarwal-AWS · 10 months ago
  54. f5e6151 Update artifact path in the backup action (#1292) by Aniruddha Kanhere · 10 months ago
  55. 48a4939 Fix compiler warning (#1291) by Florian La Roche · 10 months ago
  56. e3a362b Add artifact backup action (#1290) by Aniruddha Kanhere · 10 months ago
  57. 7225fbc Fix datatype of queue item length macros (#1286) by Gaurav-Aggarwal-AWS · 10 months ago
  58. a882b10 fix possible NULL pointer dereference after call to configASSERT() (#1284) by Florian La Roche · 10 months ago
  59. 0ae0715 Update codecov badge url (#1283) by Dakshit Babbar · 11 months ago
  60. 62bd622 Update download locations to outside repository content (#1280) by Rahul Kar · 11 months ago
  61. 2615dcd fix[IAR/RL78 Port] Compilation fails on portasm.s file (#1278) by Simon Brizard · 12 months ago
  62. 03dc002 Remove formatting bot workflow (#1274) by Archit Gupta · 1 year ago
  63. e3a0e3e Revert "FreeRTOS SMP: direct access to current TCB inside stack macros (#1270)" (#1272) by Gaurav-Aggarwal-AWS · 1 year ago
  64. 4162ca4 FreeRTOS SMP: direct access to current TCB inside stack macros (#1270) by Matth9814 · 1 year ago
  65. d03233f fix warnings from "gcc -Wconversion" (#1271) by Florian La Roche · 1 year ago
  66. 4ee6a1f MPLAB PIC32MZ-EF - Adds an assert to catch register overflow (#1265) (#1267) by Mario Luzeiro · 1 year ago
  67. 03db672 Fix race in POSIX port `vPortEndScheduler` (#1262) by arctic-alpaca · 1 year, 1 month ago
  68. 0030d60 Add support for Vector context save support on RISC-V (#1260) by Jonathan Cubides · 1 year, 1 month ago
  69. b9aa064 FreeRTOS MPU: Remove MPU region number check (#1261) by ErickReyesR · 1 year, 2 months ago
  70. dacce18 Use UBaseType_t for ullMachineTimerCompareRegisterBase (#1258) by Gaurav-Aggarwal-AWS · 1 year, 2 months ago
  71. 64fd929 RISC-V: refine fpu reg context offset (#1257) by Saiiijchan · 1 year, 2 months ago
  72. bb47bc0 RISC-V: refine fpu offset according to portFPU_REG_SIZE (#1256) by Saiiijchan · 1 year, 2 months ago
  73. 4d9cd90 RISCV Add FPU context save (#1250) by Jonathan Cubides · 1 year, 2 months ago
  74. 742729e Add an assert o catch overflow of recursive mutex counter (#1254) by Stefan Innerhofer · 1 year, 2 months ago
  75. 60f34f8 Add history.txt for release V11.2.0 (#1253) by Rahul Kar · 1 year, 2 months ago
  76. 3fd7f17 Fix MISRA violations for Kernel release V11.2.0 (#1251) by Rahul Kar · 1 year, 2 months ago
  77. df0aa5a Disable stack overflow check for MPU ports (#1231) by Gaurav-Aggarwal-AWS · 1 year, 2 months ago
  78. 1a1ae36 Update instruction to suppress SIGUSR1 in Posix with LLDB debugger (#1248) by Bhoomika R S · 1 year, 3 months ago
  79. 15ec8b8 POSIX Simulator: Assert if vPortYield called from a non-FreeRTOS thread (#1247) by John Boiles · 1 year, 3 months ago
  80. 29e817b Include current task runtime in ulTaskGetRunTimeCounter (#1234) by Gaurav-Aggarwal-AWS · 1 year, 3 months ago
  81. 51a1598 Add instruction to suppress SIGUSR1 in Posix with LLDB debugger (#1245) by Bhoomika R S · 1 year, 3 months ago
  82. fbaeba3 fix(freertos): Correct taskRESERVED_TASK_NAME_LENGTH macro definition (#1241) by Sudeep Mohanty · 1 year, 3 months ago
  83. a470b2d RP2040: update FreeRTOS_Kernel_import.cmake to match the newer version in Community-Supported-Ports (#1243) by Graham Sanderson · 1 year, 3 months ago
  84. d10ee46 Fix GCC/Posix port compilation on FreeBSD (#1239) (#1240) by Jakub Tymejczyk · 1 year, 3 months ago
  85. ae0a591 Call key creation before checking if a thread is FreeRTOS (#1238) by Rahul Kar · 1 year, 3 months ago
  86. 0f7edaf Reinstate "Fix inaccurate ticks in windows port" (#1198) by Ben Nicholls · 1 year, 3 months ago
  87. ad4e723 Mark mutex as robust to prevent deadlocks (#1233) by Gaurav-Aggarwal-AWS · 1 year, 3 months ago
  88. f94bc89 fix: SA violation fixes and simplification for idle task length restrictions (#1227) by Kody Stribrny · 1 year, 3 months ago
  89. b421abc Update Community-Supported-Ports submod to fix RP2350 port - FreeRTOS-Kernel#1220 (#1232) by Cavin McKinley · 1 year, 3 months ago
  90. 11d0caa Fix the context array size for MPU ports (#1230) by Gaurav-Aggarwal-AWS · 1 year, 3 months ago
  91. 2b35979 POSIX Simulator: Handle `pthread`s not created by FreeRTOS differently (#1223) by John Boiles · 1 year, 4 months ago
  92. 72bb476 portable: aarch64_sre: Add support for vApplicationFPUSafeIRQHandler by Marouen Ghodhbane · 1 year, 4 months ago
  93. 630cfb5 portable: aarch64_sre: add the configuration and status registers to the fpu saved context by Marouen Ghodhbane · 1 year, 4 months ago
  94. ff0989e portable: aarch64_sre: add configUSE_TASK_FPU_SUPPORT support by Marouen Ghodhbane · 1 year, 4 months ago
  95. 1b8f596 Add xQueueCreateSetStatic method for static allocation of Queue Sets (#1228) by kzorer · 1 year, 4 months ago
  96. b5d1b97 Update stream and message buffer documentation (#1226) by Gaurav-Aggarwal-AWS · 1 year, 4 months ago
  97. a585796 POSIX Simulator: Remove unused __APPLE__ mach_vm.h include (#1225) by John Boiles · 1 year, 4 months ago
  98. 78e0cc7 ARMv8.1-M: Add task dedicated PAC key support (#1195) by Ahmed Ismail · 1 year, 4 months ago
  99. c38427e Fix function parameter shadowing global variable. (#1221) by creiter64 · 1 year, 4 months ago
  100. 3a7b308 Update community supported ports submodulees (#1218) by iotah · 1 year, 4 months ago