1. 310ace5 Add configuration include to secure_heap.c (#1141) by Oliver Mueller · 3 hours ago main
  2. 93e8199 Fix IA32 compilation with common IRQ entry disabled (#1137) by Ryzee119 · 25 hours ago
  3. a045081 Update config macro for xTaskGetCurrentTaskHandle (#1136) by Rahul Kar · 6 days ago
  4. 4a3c920 Update comment in the example for declaration of xTimerReset (#1133) by Rahul Kar · 8 days ago
  5. 6dab25a Pend a yield in portPRE_TASK_DELETE_HOOK (#1132) by Gaurav-Aggarwal-AWS · 12 days ago
  6. e6d8308 GCC: ARM_CM0: Fix L6286E error on Keil MDK (#1131) by Tomas Galbicka · 12 days ago
  7. 23cfd11 Update CMakeLists.txt to proper name for the ports (#1129) by Rahul Kar · 3 weeks ago
  8. 0b904a5 Remove access check from ISR function (#1127) by Rahul Kar · 3 weeks ago
  9. 18a168b Add heap protector to allocted heap blocks (#1125) by Saiiijchan · 3 weeks ago
  10. e43553a Yield for task when core affinity of a ready task is changed (#1123) by chinglee-iot · 3 weeks ago
  11. 2faa8bc Remove hardware dependence in portmacros.h (#1112) by mayl · 3 weeks ago
  12. 49e8831 Fix compilation issue of IA32_flat port (#1122) by Rahul Kar · 3 weeks ago
  13. 294569e Optimize xTaskIncrementTick for configNUMBER_OF_CORES > 1 (#1118) by Chen YM · 3 weeks ago
  14. a936c10 Modify the name of a private function to reflect what it actually does (#1119) by xuelix · 4 weeks ago
  15. 40dbccf Updated the return values for functions in queue.c based on the actua… (#1117) by xuelix · 4 weeks ago
  16. 190906a Add portMEMORY_BARRIER defination to fix over-optimization in xTaskResumeAll. (#1116) by superroc · 4 weeks ago
  17. da3c35a Add CC-RH port for Renesas F1Kx devices (#1100) by Trong Nguyen · 5 weeks ago
  18. c963d24 Add support for vApplicationFPUSafeIRQHandler (#1113) by Rahul Kar · 5 weeks ago
  19. 53c7e7c Reset xNextTaskUnblockTime in task notify FromISR APIs (#1111) by Gaurav-Aggarwal-AWS · 5 weeks ago
  20. d750173 Only check for stream buffer dependencies, if configUSE_STREAM_BUFFERS==1. (#1109) by Daniel Otte · 5 weeks ago
  21. 3d935e8 Update broken links in readme and comments (#1110) by Rahul Kar · 5 weeks ago
  22. fffed5e Define vApplicationGetTimerTaskMemory only when configUSE_TIMERS is set (#1104) by Björn Schäpers · 7 weeks ago
  23. d844312 Fix POSIX port to respect configUSE_TIME_SLICING (#1103) by Gaurav-Aggarwal-AWS · 7 weeks ago
  24. 5588ae6 Update ARM_CRx_No_GIC port (#1101) by Rahul Kar · 7 weeks ago
  25. 0452603 Update LTS 202406 information (#1099) by chinglee-iot · 2 months ago
  26. f4f2e15 Fix gcc warning in posix port (#1098) by Florian La Roche · 2 months ago
  27. 646881e fix typo gab -> gap and adjust indentation level (#1097) by Florian La Roche · 2 months ago
  28. 17dfd0f Update XMOS xcore.ai port to be compatible with v11.x (#1096) by Angel Cascarino · 2 months ago
  29. 9e83829 Update README.md (#1094) by Eric Dawe · 3 months ago
  30. 31419bf FreeRTOS MPU: Add Privileged eXecute Never MPU attribute support (#1092) by Ahmed Ismail · 3 months ago
  31. 0c79e74 Remove run state assertion in prvCheckForRunStateChange (#1093) by chinglee-iot · 3 months ago
  32. 76eb443 Fix traceMALLOC() allocated bytes (#1089) by 耀眼的大神 · 3 months ago
  33. 663eaad Update link in third_party_tools.md (#1090) by Gaurav-Aggarwal-AWS · 3 months ago
  34. 28b6a14 - Changed macro __VFP_FP__ to __ARM_FP for ports GCC/ARM_CM7, GCC/ARM_CM4_MPU, and GCC/ARM_CM4F to accurately reflect if floating point hardware support is enabled (#1088) by haydenridd · 3 months ago
  35. e64d1e0 Add traceSTARTING_SCHEDULER tracing hook. (#1082) by Philipp Schilk · 3 months ago
  36. bee9037 Fix compilation warning about undelcared pthread_setname_np (#1079) by maxiao · 3 months ago
  37. c431b35 event_create(): check malloc() return value to be non-NULL (#1084) by Florian La Roche · 3 months ago
  38. 11174fb Add a list of third party tools (#1080) by Gaurav-Aggarwal-AWS · 3 months ago
  39. 5a08982 Give queue set queues a unique type number. (#1083) by Philipp Schilk · 3 months ago
  40. 69e1b7c Clarify documentation of xTaskNumber in TaskStatus_t. (#1081) by Philipp Schilk · 3 months ago
  41. 65e6297 Add missing Extern "C" to MSVC portmacro.h by Ethan Slattery · 4 months ago
  42. 9f22177 Readability enhancements in heap_1.c (#1074) by wdfk-prog · 3 months ago
  43. ef22228 Change UBaseType_t to BaseType_t for a boolean variable (#1072) by Rahul Kar · 4 months ago
  44. 27c4fef typo: add space to examples/template_configuration/FreeRTOSConfig.h (#1069) by Florian La Roche · 4 months ago
  45. 9697f8c Update documentation of prvGetExpectedIdleTime (#1061) by Gaurav-Aggarwal-AWS · 4 months ago
  46. 0801c91 Add Noreturn attribute in template port for static analysis (#1060) by Rahul Kar · 4 months ago
  47. c9e3949 added configUSE_POSIX_ERRNO to the template FreeRTOSConfig.h (#1052) by Joseph Julicher · 4 months ago
  48. a8376db Revert the change introduced in PR #1051 (#1056) by Gaurav-Aggarwal-AWS · 4 months ago
  49. 2e0c623 Fix race in prvProcessSimulatedInterrupts (#1055) by Gaurav-Aggarwal-AWS · 4 months ago
  50. 29b202a list.c: improve code comments to point to official documentation about problems which may cause code to get stuck inside of list.c (#1051) by Gabriel Staples · 4 months ago
  51. 55eceb2 Add configUSE_TASK_FPU_SUPPORT to AARCH64 port (#1048) by StefanBalt · 4 months ago
  52. 067d04e Add vPortGenerateSimulatedInterruptFromWindowsThread in MSVC port (#1044) by chinglee-iot · 4 months ago
  53. 78c8bbd Update xPortRunning before resuming first task (#1049) by Gaurav-Aggarwal-AWS · 4 months ago
  54. 2eb2d65 Move header includes before extern c (#1047) by Holden · 4 months ago
  55. 30afc1a Fix wrong source file list in CMake of GCC_ARM_CM0 port. (#1045) by 0mhu · 4 months ago
  56. 8e07366 Update kernel version v11.1.0+ in tasks.h (#1043) by chinglee-iot · 5 months ago
  57. 111e775 Update History.txt for V11.1.0 (#1042) by chinglee-iot · 5 months ago
  58. c02a347 Use suffix "U" for unsigned constant (#1041) by chinglee-iot · 5 months ago
  59. fdf4695 Adding SMP coverity example (#1039) by chinglee-iot · 5 months ago
  60. 2a014ce Update submodule pointer (#1040) by chinglee-iot · 5 months ago
  61. 8d28021 armv8-m: Remove redundant constant pools (#1035) by Devaraj Ranganna · 5 months ago
  62. bbc0589 Fix cmake example errors (#1037) by Rahul Kar · 5 months ago
  63. e143832 tf-m: Update tf-m to TF-Mv2.0.0 release (#1038) by Devaraj Ranganna · 5 months ago
  64. c6487d9 Fix build with C90 (#1036) by Tony Josi · 5 months ago
  65. f69b1db Add Stream Batching Buffer (#916) by Caleb Perkinson · 5 months ago
  66. 5a72344 Add MPU wrapper from xStreamBufferResetFromISR (#1034) by Rahul Kar · 5 months ago
  67. 9bfd0ab Add IRQ safe API for message buffer reset (#1033) by HagaiMoshe · 5 months ago
  68. 1ed681c Add readme to example directory (#1032) by Aniruddha Kanhere · 5 months ago
  69. 6de0d7a Fix the pxTopcOfStack typo in the RISC-V ports. (#1030) by Soren Ptak · 5 months ago
  70. 4d4f8d0 Fix vTaskSuspendAll assert for critical nesting count (#1029) by chinglee-iot · 5 months ago
  71. 73851fb Remove unwanted volatile keyword (#1028) by Rahul Kar · 5 months ago
  72. 2829f3e Replace volatile with configLIST_VOLATILE (#1027) by Rahul Kar · 5 months ago
  73. 030c1aa Add event group and stream buffer config option in template (#1026) by Rahul Kar · 5 months ago
  74. 6270e2a Update the memory alignment within the Cortex-R5 port asm code (#1023) by Florian La Roche · 5 months ago
  75. 5da55ba Add configCHECK_HANDLER_INSTALLATION description in template file (#1025) by Rahul Kar · 5 months ago
  76. f0ff383 Fix spelling in comment (#1024) by Rahul Kar · 5 months ago
  77. 8afb3a5 fix typos in comments: interace -> interface, swtich -> switch (#1022) by Florian La Roche · 5 months ago
  78. 8c49c54 Fix TFM about link (#1021) by Kody Stribrny · 5 months ago
  79. ccbbf04 Update coverity example README (#1020) by chinglee-iot · 5 months ago
  80. 52ee9fa Add in CI-CD builds of the Cortex-Rx MPU Demos (#1018) by Soren Ptak · 6 months ago
  81. 7c91049 Update checkout action used in workflow files (#1017) by Soren Ptak · 6 months ago
  82. e8289df Add config option for event groups and stream buffers (#994) by Rahul Kar · 6 months ago
  83. 39dbff7 Allow xPortIsAuthorizedToAccessBuffer() API call only from mpu_wrappers_v2 (#992) by Rahul Kar · 6 months ago
  84. a455b86 Add removed unprivileged access check to ARM_CRx_MPU xPortIsAuthorizedToAccessBuffer() (#1016) by Soren Ptak · 6 months ago
  85. 345a86d ARM CM0+ MPU Port (#1005) by Soren Ptak · 6 months ago
  86. 625b24a Remove duplicate pop from MPU Wrappers ASM Files (#1008) by Soren Ptak · 6 months ago
  87. 6dcce92 Improvement for 64bit Windows port (#1011) by wat · 6 months ago
  88. 4732b96 Add daemon task startup hook / timer task creation consistency check (#1009) by RichardBarry · 6 months ago
  89. d95451d Define portNOP in RP2040 port (#1003) by chinglee-iot · 6 months ago
  90. 30f6061 Not using pxIndex to iterate ready list in trace utility (#1000) by chinglee-iot · 6 months ago
  91. cff947a Update comment in template FreeRTOSConfig.h (#1007) by Gaurav-Aggarwal-AWS · 6 months ago
  92. 83b5b24 Fix typo in croutine.c (#1004) by Asmeili · 6 months ago
  93. 61111b1 Add ARMv7-R MPU Port (#938) by Soren Ptak · 7 months ago
  94. 839ccb7 Use Regex for Copyright Year in Header Check (#1002) by Soren Ptak · 7 months ago
  95. 2fcb0f4 Fix small bugs in Kernel (#998) by Aniruddha Kanhere · 7 months ago
  96. 1a500f1 Support reset kernel state for restarting scheduler (#944) by chinglee-iot · 7 months ago
  97. e68975f Add default core affinity config value. (#996) by Christoph Seitz · 7 months ago
  98. 4d34700 Fix MISRA C 2012 Rule 13.3 Violations (#988) by bradleysmith23 · 7 months ago
  99. 8c10944 Remove PRIVILEGED FUNCTION from function definiton (#989) by Rahul Kar · 7 months ago
  100. 8cfa715 Fix MISRA C 2012 Rule 13.2 Violations (#979) by bradleysmith23 · 7 months ago