1. 5a9d7c8 Sample FreeRTOSConfig.h and template port (#812) by Joseph Julicher · 2 days ago main
  2. 9d2571d Cortex-M23: Do not use PSPLIM_NS (#791) by Devaraj Ranganna · 4 days ago
  3. a695b67 Apply formatting bot fix (#806) by Soren Ptak · 4 days ago
  4. 96d6190 Replace sprintf with snprintf (#802) by Gaurav-Aggarwal-AWS · 6 days ago
  5. 84bdb05 Fix portSWITCH_TO_USER_MODE() on Armv7-M MPU ports (#803) by Soren Ptak · 6 days ago
  6. ac5deb1 Remove unwanted variable portACL_ENTRY_SIZE_BYTES (#810) by kar-rahul-aws · 6 days ago
  7. 2f25cb9 Reduce memory usage of ACL. (#809) by Moral-Hao · 7 days ago
  8. 2bc6188 Update pxMutexHolder is NULL check description (#800) by chinglee-iot · 7 days ago
  9. d43062b Add trace hook macro for most ports (#794) by Boris van der Meer · 12 days ago
  10. 83861f5 Add Trace Hook Macros to all API calls (#786) by Sebastian Brosch · 12 days ago
  11. 15e0364 xQueueSendToFromFromISR --> xQueueSendToFrontFromISR (#795) by Robert Berger · 12 days ago
  12. c59ce22 Fix xQueueSendToFront code comment (#796) by Robert Berger · 12 days ago
  13. c6ec829 Remove CORTEX_M3_MPS2_QEMU_GCC Demo from kernel demos yaml file (#798) by kar-rahul-aws · 12 days ago
  14. 7cd201c Add default implementations of vApplicationGetIdleTaskMemory and vApplicationGetTimerTaskMemory (#790) by Mehdi · 12 days ago
  15. c3ece08 Fix prototype in mpu_prototypes.h (#797) by Gaurav-Aggarwal-AWS · 12 days ago
  16. 596292f Add the formatting bot action to FreeRTOS-Kernel (#787) by Soren Ptak · 13 days ago
  17. 170a291 Add Access Control List to MPU ports (#765) by kar-rahul-aws · 14 days ago
  18. 7db0e87 Update taskYIELD_IF_USING_PREEMPTION macro (#769) by chinglee-iot · 2 weeks ago
  19. 26c48de Fix xStreamBufferCreateStatic() API for buffer size 1 (#793) by kar-rahul-aws · 3 weeks ago
  20. 2f94b18 Add Trace Hook Macros and function that returns the start of the stack. (#659) by Boris van der Meer · 3 weeks ago
  21. f13ad77 Add macro taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD (#780) by chinglee-iot · 4 weeks ago
  22. f7565c2 Add configUSE_CORE_AFFINITY bits check (#776) by chinglee-iot · 4 weeks ago
  23. c93d386 Update task running state type and related macros (#770) by chinglee-iot · 4 weeks ago
  24. 53229b1 Assert if prvCheckForRunStateChange is called in ISR (#779) by chinglee-iot · 4 weeks ago
  25. 288d143 Update taskSELECT_HIGHEST_PRIORITY_TASK macro for SMP (#777) by chinglee-iot · 4 weeks ago
  26. 5fb9b50 CI-CD Updates (#768) by Soren Ptak · 4 weeks ago
  27. d6bccb1 Fix heap address calculation issue (#781) by Gaurav-Aggarwal-AWS · 4 weeks ago
  28. 231278e Fix cast alignment warning in heap_4.c and heap_5.c (#771) by kar-rahul-aws · 4 weeks ago
  29. 1aaa318 Update INFINITE_LOOP control (#775) by chinglee-iot · 4 weeks ago
  30. 80a390c Update block validate macro in heap_5 (#774) by chinglee-iot · 4 weeks ago
  31. af2904b Fix typo in the include directory for the the GCC_ARM_CM55_TFM port (#764) by Jordan Williams · 5 weeks ago
  32. 0d9649c Heap protect (#747) by oliverlavery · 6 weeks ago
  33. b9f488a Fix remarks emitted by IAR compiler (#763) by Gaurav-Aggarwal-AWS · 6 weeks ago
  34. 7372519 Use the bigger priority whenever possible. (#760) by Moral-Hao · 6 weeks ago
  35. cdd3678 Add runtime parameter checks (#761) by kar-rahul-aws · 6 weeks ago
  36. cd87a39 Update version number in manifest.yml (#755) by kar-rahul-aws · 7 weeks ago
  37. b1a8511 Add missing stack alignment adjustment if stack grows upwards (#751) by Chien Wong · 7 weeks ago
  38. bd720c3 Bring the heap_4 improvements to secure_heap (#749) by Moral-Hao · 7 weeks ago
  39. bcd6dbd Move size calculation out of critical section (#748) by Moral-Hao · 7 weeks ago
  40. 6f35865 fix MPU wrapper for vTaskDelete for calling task deletion (#745) by kar-rahul-aws · 8 weeks ago
  41. b5f670f Fix pxTopOfStack calculation in configINIT_TLS_BLOCK for picolib (#739) by bebebib-rs · 8 weeks ago
  42. 05d93e0 Fix API for NULL task parameter (#741) by kar-rahul-aws · 8 weeks ago
  43. 4689d8f fix: typos in README.md (#744) by Leonardo de Araujo · 8 weeks ago
  44. ee0a82b Fix bug of heap_2 introduced by pr738. (#743) by Moral-Hao · 8 weeks ago
  45. 02be485 Update MPU wrapper for pcTaskGetName API (#737) by kar-rahul-aws · 8 weeks ago
  46. a5bf4d9 Improve the speed of split memory. (#738) by Moral-Hao · 9 weeks ago
  47. dd1b87d Fix RP2040 compile warning (#736) by ActoryOu · 9 weeks ago
  48. 20300df PR Process for Open Source Contribution (#717) by Nikhil Kamath · 9 weeks ago
  49. 85d2cba Fix warning introduced in PR 730 (#735) by Gaurav-Aggarwal-AWS · 9 weeks ago
  50. b51a373 Update MPU wrapper for xTimerGenericCommand API (#734) by kar-rahul-aws · 9 weeks ago
  51. 0066c28 Update submodule pointer for contributed Ports (#733) by Gaurav-Aggarwal-AWS · 9 weeks ago
  52. 225bace Enable MSVC Port to leave the prvProcessSimulatedInterrupts loop when scheduler is stopped (#728) by Ju1He1 · 9 weeks ago
  53. 8d80cf6 Fix Pico compile warning (#732) by ActoryOu · 9 weeks ago
  54. da2428f Feature: Add top/end of stack to task info report whenever it is available. (#729) (#730) by vinceburns · 9 weeks ago
  55. 785250d Align some Linux and RL78 port types with other ports (#727) by Zim Kalinowski · 9 weeks ago
  56. 3786856 Remove stdint.h in stream buffer file (#725) by kar-rahul-aws · 9 weeks ago
  57. 95c638b Update GNU ARM Toolchain demo workflow (#726) by chinglee-iot · 9 weeks ago
  58. 1544768 Updated README.md for cross-compilation (#723) by Nuno Guterres Nogueira · 10 weeks ago
  59. b13e269 Work around SysTick bug for QEMU ARMv8-M (#724) by Jeff Tenney · 10 weeks ago
  60. d02ab77 Fix warning issue for warning in arithmetic conversion for UBaseType_t (#720) by kar-rahul-aws · 10 weeks ago
  61. dbef667 Update attribution in History.txt (#722) by Gaurav-Aggarwal-AWS · 10 weeks ago
  62. cfd4c73 Fix compilation warnings with Clang (#721) by Gaurav-Aggarwal-AWS · 10 weeks ago
  63. a33ba8e Define (U)BaseType_t to 64-bit types on Windows (#715) by Gaurav-Aggarwal-AWS · 10 weeks ago
  64. ae3a498 Merge SMP feature to main (#716) by chinglee-iot · 10 weeks ago
  65. 83da5fc Update portSTACK_REGION macro for continuity with user Regions (#713) by kar-rahul-aws · 2 months ago
  66. 2cdd0e5 Add `-Wconversion` in CMakeLists.txt (#712) by Gaurav-Aggarwal-AWS · 2 months ago
  67. 50b2d8f Update mpu_wrappers_v2.c (#709) by kar-rahul-aws · 2 months ago
  68. b375458 Add port-optimised task selection for ARMv8-M (#703) by Jeff Tenney · 2 months ago
  69. 0d03a93 Fic clang compiler warnings (#711) by Gaurav-Aggarwal-AWS · 2 months ago
  70. 71662b5 Correct the misspelled name (#708) by Gaurav-Aggarwal-AWS · 3 months ago
  71. c3dc20f Update xSemaphoreGetStaticBuffer prototype in comment (#704) by chinglee-iot · 3 months ago
  72. 54b1356 Fix the comments in the CM3 and CM4 MPU Ports about the MPU Region numbers being loaded (#707) by Soren Ptak · 3 months ago
  73. 6f6f656 Fixed compile options polluting project (#694) by Mr. Jake · 3 months ago
  74. b60ab2f Update History for Version 10.6.0 (#706) by kar-rahul-aws · 3 months ago
  75. 97050a1 Memory Protection Unit (MPU) Enhancements (#705) by kar-rahul-aws · 3 months ago
  76. 18e2937 Fix circular dependency in CMake project (#700) by Patrick Cook · 3 months ago
  77. 77ec05e Update uxTaskGetSystemState for tasks in pending ready list (#702) by chinglee-iot · 3 months ago
  78. d0a490e Remove empty expression statement compiler warning (#692) by chinglee-iot · 3 months ago
  79. 1c5eca3 Fix #697: Missing portPOINTER_SIZE_TYPE definition for ATmega port (#698) by Joris Putcuyps · 3 months ago
  80. 891dcdf Fix typos in comments for the AT91SAM7S port (#695) by Evgeny Ermakov · 3 months ago
  81. 788f8cf Update static stream buffer size check (#693) by chinglee-iot · 3 months ago
  82. aa012e8 Add constant type for portMAX_DELAY in port (#691) by chinglee-iot · 3 months ago
  83. 9a62842 Fix typo in check comment of configMAX_SYSCALL_INTERRUPT_PRIORITY (#690) by chinglee-iot · 3 months ago
  84. 17a46c2 Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688) by chinglee-iot · 4 months ago
  85. 77d8086 Fix clang warning in croutine and stream buffer (#686) by chinglee-iot · 4 months ago
  86. 80f6744 Use UBaseType_t as interrupt mask (#689) by chinglee-iot · 4 months ago
  87. 4a35c97 Remove __NVIC_PRIO_BITS and configPRIO_BITS check in port (#683) by chinglee-iot · 4 months ago
  88. d3c289f Add back croutines by reverting PR#590 (#685) by Aniruddha Kanhere · 4 months ago
  89. d436801 Generates SBOM after source files are updated with release tag (#680) by Tony Josi · 4 months ago
  90. 953c1ee Fix eTaskGetState for pending ready tasks (#679) by Gaurav-Aggarwal-AWS · 4 months ago
  91. 97434a4 Use the extended movx instruction instead of mov (#676) by Gaurav-Aggarwal-AWS · 5 months ago
  92. a07f649 Armv8-M (except Cortex-M23) interrupt priority checking (#673) by Devaraj Ranganna · 5 months ago
  93. 9149af9 Align StackSize and StackAddress for macOS (#674) by Monika Singh · 5 months ago
  94. 153e52b Fix cast alignment warning (#669) by Gaurav-Aggarwal-AWS · 5 months ago
  95. 4550780 Updated tasks.c checks for scheduler suspension (#670) by Sudeep Mohanty · 5 months ago
  96. eb00a53 Paranthesize expression-like macro (#668) by tcpluess · 5 months ago
  97. c1980ce tree-wide: Unify formatting of __cplusplus ifdefs by Paul Bartell · 5 months ago
  98. 5f19e34 portable/ARM_CM0: Add xPortIsInsideInterrupt by Paul Bartell · 5 months ago
  99. 714e543 Format portmacro.h in arm CM0 ports by Paul Bartell · 5 months ago
  100. 686b6e6 ARMv7M: Adjust implemented priority bit assertions (#665) by Paul Bartell · 6 months ago