1. 686b6e6 ARMv7M: Adjust implemented priority bit assertions (#665) by Paul Bartell · 1 year, 2 months ago
  2. aa987a3 fix conversion warning (#658) by Vo Trung Chi · 1 year, 3 months ago
  3. 1b8a424 add a missing comma (#651) by Nicolas · 1 year, 3 months ago
  4. 68f1053 Only add alignment padding when needed (#650) by Gaurav-Aggarwal-AWS · 1 year, 3 months ago
  5. 97e58da Remove C90 requirement from CMakeLists (#649) by Gaurav-Aggarwal-AWS · 1 year, 3 months ago
  6. 99797e1 Cortex-M Assert when NVIC implements 8 PRIO bits (#639) by kar-rahul-aws · 1 year, 3 months ago
  7. 9488ba2 Add functions to get the buffers of statically created objects (#641) by Darian · 1 year, 3 months ago
  8. d4d5e43 Run kernel demos and unit tests for PR changes (#645) by Gaurav-Aggarwal-AWS · 1 year, 3 months ago
  9. 55658e1 Add missing FreeRTOS+ defines by Holden · 1 year, 3 months ago
  10. 309a18a Fix freertos_kernel cmake property, Posix Port (#640) by Kody Stribrny · 1 year, 3 months ago
  11. 7b26ea6 Enable building the GCC Cortex-R5 port without an FPU (#586) by Paul Bartell · 1 year, 4 months ago
  12. 563c57e Fix TLS and stack alignment when using picolibc (#637) by Keith Packard · 1 year, 4 months ago
  13. ddd50d9 added portPOINTER_SIZE_TYPE and SIZE_MAX definition to PIC24/dsPIC port (#636) by Joseph Julicher · 1 year, 4 months ago
  14. 97acc2e Introduced code coverage status badge (#635) by Nikhil Kamath · 1 year, 4 months ago
  15. a9e1f66 Interrupt priority assert improvements for CM3/4/7 (#602) by Chris Copeland · 1 year, 4 months ago
  16. c3e1df0 Add Thread Local Storage (TLS) support using Picolibc functions (#343) by Keith Packard · 1 year, 4 months ago
  17. e6514fb Remove C99 requirement from CMake file (#633) by Gaurav-Aggarwal-AWS · 1 year, 4 months ago
  18. 0a70ecb Introduced Github Status Badge for Unit Tests (#634) by Nikhil Kamath · 1 year, 4 months ago
  19. 5fdbb7f Cortex-M35P: Add Cortex-M35P port (#631) by Devaraj Ranganna · 1 year, 4 months ago
  20. cd87681 POSIX port fixes (#626) by jacky309 · 1 year, 4 months ago
  21. 8cd5451 Feature/fixing clang gnu compiler warnings (#620) by phelter · 1 year, 4 months ago
  22. 5d05601 Fix build failure introduced in PR #597 (#629) by Gaurav-Aggarwal-AWS · 1 year, 4 months ago
  23. ba1deb5 Update PR template to include checkbox for Unit Test related changes (#627) by Aniruddha Kanhere · 1 year, 4 months ago
  24. 8252ede Do not call exit() on MSVC Port when calling vPortEndScheduler (#624) by Ju1He1 · 1 year, 4 months ago
  25. 050cf0d Introduce portMEMORY_BARRIER for Microblaze port. (#621) by bbain · 1 year, 4 months ago
  26. 91c20f5 Added support of 64bit events. (#597) by Dusan Cervenka · 1 year, 5 months ago
  27. 260a37c Fix some CMake documentation typos (#616) by David J. Fiddes · 1 year, 5 months ago
  28. 78319fd Add ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent (#611) by Chris Copeland · 1 year, 5 months ago
  29. 8592fd2 Update FreeRTOS/FreeRTOS build checks (#613) by Gaurav-Aggarwal-AWS · 1 year, 5 months ago
  30. bb6071e Update equal priority task preemption (#603) by chinglee-iot · 1 year, 5 months ago
  31. 6d65558 move the prototype for vApplicationIdleHook to task.h. (#600) by tcpluess · 1 year, 6 months ago
  32. 99d3d54 Fix array-bounds compiler warning on gcc11+ in list.h (#580) by Archit Gupta · 1 year, 6 months ago
  33. 91927ab Introduce .git-blame-ignore-revs by Paul Bartell · 1 year, 10 months ago
  34. 01820d3 Normalize line endings and whitespace in source files by Paul Bartell · 1 year, 7 months ago
  35. 151fb04 ci: Enforce unix-style LF line endings by Paul Bartell · 1 year, 10 months ago
  36. 779402c Enable automatic EOL conversion by git by Paul Bartell · 1 year, 10 months ago
  37. 1d59f65 Add IAR RISC-V 32 Embedded Extension Support (#588) by Kody Stribrny · 1 year, 7 months ago
  38. b213ad8 Remove croutine.c from RP2040 cmake include file by Paul Bartell · 1 year, 7 months ago
  39. 3d28cda Remove xCoRoutineHandle definition from FreeRTOS.h by Paul Bartell · 1 year, 7 months ago
  40. 893b6b2 Remove coroutine references from MISRA exception comments by Paul Bartell · 1 year, 7 months ago
  41. 04dfb70 parenthesize expression-like macro (#592) by tcpluess · 1 year, 7 months ago
  42. b3b097b README.md: Remove coroutine references. by Paul Bartell · 1 year, 7 months ago
  43. df99587 CMakeLists.txt: Remove croutine.c from CMakeLists.txt by Paul Bartell · 1 year, 7 months ago
  44. fbfbc1a Remove coroutine terms from lexicon by Paul Bartell · 1 year, 7 months ago
  45. d986252 Remove coroutines from FreeRTOS-Kernel. by Paul Bartell · 3 years, 2 months ago
  46. 5f7ca3a Make unit-test run on 20.04 ubuntu by Aniruddha Kanhere · 1 year, 7 months ago
  47. 0a2ad87 Update kernel-checks.yml by Aniruddha Kanhere · 1 year, 7 months ago
  48. d7435b9 Update ci.yml by Aniruddha Kanhere · 1 year, 7 months ago
  49. cdf37ae Update actions to use 20.04 ubuntu by Aniruddha Kanhere · 1 year, 7 months ago
  50. 1b8bb88 Only adding freertos_config if it exists. Removing auto generation of it from a FREERTOS_CONFIG_FILE_DIRECTORY. by Paul Helter · 1 year, 8 months ago
  51. 01987eb Added in documentation on how to consume from a main project. Added default PORT selection for native POSIX and MINGW platforms. by Paul Helter · 1 year, 8 months ago
  52. 927ad2d Removing compiler warnings for GNU and Clang. (#571) by Paul Helter · 1 year, 8 months ago
  53. 5287c01 Supporting backwards compatibility with FREERTOS_CONFIG_FILE_DIRECTORY (#571) by Paul Helter · 1 year, 8 months ago
  54. f6b7bd6 Using single name definition for libraries everywhere. (#558) by Paul Helter · 1 year, 9 months ago
  55. 8ede710 Adding in ability to support a library for freertos_config and a custom freertos_kernel_port (#558) by Paul Helter · 1 year, 9 months ago
  56. f5f6fd5 Version Change (#587) by Soren Ptak · 1 year, 7 months ago
  57. cd1f51c Add support for the configUSE_TASK_FPU_SUPPORT constant in the GCC/ARM_CR5 port (#584) by ChristosZosi · 1 year, 7 months ago
  58. 1072988 Fix context switch when time slicing is off (#568) by Gaurav-Aggarwal-AWS · 1 year, 7 months ago
  59. 44e02bf Update Cortex-M55 and Cortex-M85 ports (#579) by Gaurav-Aggarwal-AWS · 1 year, 8 months ago
  60. d7b7126 Update the NIOSII port to enable longer jumps (#578) by RichardBarry · 1 year, 8 months ago
  61. 4e2bf2c Removed the 'configASSERT( xInheritanceOccurred == pdFALSE )' assertion from xQueueSemaphoreTake as the reasoning behind it is wrong; it can trigger on wrongly on highly-contested semaphores on multicore systems. See https://forums.freertos.org/t/15967 (#576) by Niklas Gürtler · 1 year, 8 months ago
  62. 1d20f0e Add warning message to ensure min stack size (#575) by arshi016 · 1 year, 8 months ago
  63. 963abe6 Updated ESP32 port-layer to ESP-IDF `v4.4.2` (#572) by Laukik Hase · 1 year, 8 months ago
  64. 195a351 Tickless idle fixes/improvement (#59) by Jeff Tenney · 1 year, 9 months ago
  65. 6311ad1 Update doc comments in task.h (#570) by Gaurav-Aggarwal-AWS · 1 year, 9 months ago
  66. 24ade42 Added better pointer declaration readability (#567) by Cristian Cristea · 1 year, 9 months ago
  67. f789a0e Update RISC-V IAR port to support vector mode. (#458) by Ming Yue · 1 year, 9 months ago
  68. 49777e3 Update History.txt as per the PR feedback by Gaurav Aggarwal · 1 year, 9 months ago
  69. 8e4be9f Update History.txt by Gaurav Aggarwal · 1 year, 9 months ago
  70. 331362d Restrict unpriv task to invoke code with privilege by Gaurav Aggarwal · 1 year, 10 months ago
  71. 79704b8 Remove local stack variable form MPU wrappers by Gaurav Aggarwal · 1 year, 10 months ago
  72. c2d616e Make RAM regions non-executable by Gaurav Aggarwal · 1 year, 10 months ago
  73. ea9c26f Use highest numbered MPU regions for kernel by Gaurav Aggarwal · 1 year, 10 months ago
  74. ca099b9 Update CMakeLists.txt for Cortex-M55 and Cortex-M85 ports (#560) by Paul Bartell · 1 year, 9 months ago
  75. ff88fc8 portable-RP2040: Fix typo in README.md (#559) by Paul Bartell · 1 year, 9 months ago
  76. 030e766 M85 support (#556) by Gabor Toth · 1 year, 9 months ago
  77. c09187e Update of three badly terminated macro definitions (#555) by newbrain · 1 year, 9 months ago
  78. 6324f6f Added checks for index in ThreadLocalStorage APIs (#552) by Aniruddha Kanhere · 1 year, 10 months ago
  79. d91cd6f RISC-V: Add support for RV32E extension in GCC port (#543) by Jakub Lužný · 1 year, 10 months ago
  80. dc8f8be [Fix] Type for pointers operations (#550) by Octaviarius · 1 year, 10 months ago
  81. ac69aa8 Add FreeRTOS config directory to include dirs (#548) by Gaurav-Aggarwal-AWS · 1 year, 10 months ago
  82. 11c72bc Add support for MISRA rule 20.7 (#546) by Monika Singh · 1 year, 10 months ago
  83. 992ff1b Fix warnings in posix port (#544) by Archit Gupta · 1 year, 10 months ago
  84. 48ad473 correct grammar in include/FreeRTOS.h by Paul Bartell · 1 year, 10 months ago
  85. ab25da6 Fix formatting of FreeRTOS.h by Paul Bartell · 1 year, 10 months ago
  86. c2bbe92 Move some of the complex pre-processor guards on prvWriteNameToBuffer() to compile time checks in FreeRTOS.h. by RichardBarry · 2 years, 6 months ago
  87. 8741c4f Include string.h at the top of portable/GCC/ARM_CA9/port.c to prevent memset() generating a warning. (#430) by RichardBarry · 1 year, 10 months ago
  88. b0a8bd8 Change default value of INCLUDE_xTaskGetCurrentTaskHandle (#542) by Ravishankar Bhagavandas · 1 year, 10 months ago
  89. 95669cc Generalize Thread Local Storage (TLS) support (#540) by Gaurav-Aggarwal-AWS · 1 year, 11 months ago
  90. 3b18a07 Add .syntax unified to GCC assembly functions (#538) by Gaurav-Aggarwal-AWS · 1 year, 11 months ago
  91. 4649d58 Update History.txt (#535) by Gaurav-Aggarwal-AWS · 1 year, 11 months ago
  92. fc61562 Block SIG_RESUME in the main thread of the Posix port so that sigwait works as expected (#532) by Chris Copeland · 1 year, 11 months ago
  93. 4a8c066 Change type of message buffer handle (#537) by Ravishankar Bhagavandas · 1 year, 11 months ago
  94. 618e165 Fix NULL pointer dereference in vPortGetHeapStats by Gaurav Aggarwal · 1 year, 11 months ago
  95. dc9c034 Add vPortRemoveInterruptHandler API (#533) by Gaurav-Aggarwal-AWS · 1 year, 11 months ago
  96. 2070d9d Update codecov action to v3.1.0 by Paul Bartell · 2 years ago
  97. 63f86fc Implement MicroBlazeV9 stack protection (#523) by Gavin Lambert · 1 year, 11 months ago
  98. bfe0573 add portDONT_DISCARD to pxCurrentTCB (#479) by Patrick Oppenlander · 1 year, 11 months ago
  99. c22f40d Add SBOM Generation in auto_release.yml (#524) by Xin Lin · 1 year, 11 months ago
  100. 349e803 Posix: Removed unused signal set from port (#528) by 0xjakob · 1 year, 11 months ago