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