1. 6a57845 Upstream stack masking fix to GCC ports. (#210) by Carl Lundin · 3 years, 6 months ago
  2. bdb38d8 update interrupt vector names for ATMega32 (#196) by Jon Snow · 3 years, 6 months ago
  3. 94ffcac Added CODEOWNERS file (#209) by Cobus van Eeden · 3 years, 6 months ago
  4. 82df397 Xtensa: fix the coproc_area incorrect issue (#117) by magicse7en · 3 years, 6 months ago
  5. b9748e5 Xtensa: fix stack overlap coproc_area issue (#118) by magicse7en · 3 years, 6 months ago
  6. f376c3b Fix: Pass lexicon.txt as a parameter (#208) by alfred gedeon · 3 years, 6 months ago
  7. db62e30 Fix missed yield in xTaskResumeFromISR (#207) by Gaurav-Aggarwal-AWS · 3 years, 6 months ago
  8. c6636f4 Move markdown files and lexicon into .github directory (#205) by alfred gedeon · 3 years, 6 months ago
  9. f62dfa2 Fix: C++ compiler warning (#203) by alfred gedeon · 3 years, 6 months ago
  10. 5fb26de Recently vTaskDelayUntil() was updated to xTaskDelayUntil() because the function now returns a value. The PR didn't make the same change in the MPU port, or update the constants required to include the xTaskDelayUntil() function in the build. (#199) by RichardBarry · 3 years, 6 months ago
  11. 71be31b xStreamBufferSend() caps the maximum amount of data a stream buffer can send to the maximum capacity of the buffer - however the value to which the length is capped was wrong, and is correct by this check in. Likewise when sending to a message buffer if the send length is too long the block time is set to 0 to ensure the sending task does not wait indefinitely for the impossible send to complete - but the length check was wrong, and is corrected by this check in. (#195) by RichardBarry · 3 years, 6 months ago
  12. 167ea16 Minor updates to formatting and MISRA compliance of the PR used to update the vTaskDelayUntil() function to xTaskDelayUntil(). (#198) by RichardBarry · 3 years, 6 months ago
  13. 6375d52 matching the preprocessor conditionals for xTaskGetCurrentTaskHandle() (#197) by Joseph Julicher · 3 years, 6 months ago
  14. 3260e22 vTaskDelayUntil improvement (#77) by Spacefish · 3 years, 6 months ago
  15. 3d4d171 Reintroduce Espressif's IDF v4.2 changes to ESP32 port (#193) by Carl Lundin · 3 years, 6 months ago
  16. 77ad717 Posix: Fix no task switching issue if a task ended its main function (#184) by Reda Maher · 3 years, 7 months ago
  17. fccb97b No functional changes. (#194) by RichardBarry · 3 years, 7 months ago
  18. b1307db OpenOCD Support: Re-introduce uxTopUsedPriority (#188) by David Chalco · 3 years, 7 months ago
  19. a4625fb Update issue templates by Cobus van Eeden · 3 years, 7 months ago
  20. 3e9f748 Update issue templates (#191) by Cobus van Eeden · 3 years, 7 months ago
  21. f2be29d Create config.yml (#190) by Cobus van Eeden · 3 years, 7 months ago
  22. baeb5af Posix: Free the allocated memory after deleting a task or ending the scheduler (#181) by Reda Maher · 3 years, 7 months ago
  23. 2225bb5 Fix Stack alignment for Microchip PIC32MX port (#182) by Gaurav-Aggarwal-AWS · 3 years, 7 months ago
  24. c3117b4 Maintenance: Add readme.txt in each Renesas RX folder to show recommended port (#152) by NoMaY (a user of Japan.RenesasRulz.com) · 3 years, 7 months ago
  25. f2d8f66 Maintenance: Github workflow URL checker (#179) by alfred gedeon · 3 years, 7 months ago
  26. d428209 Fix some broken/redirected URL (#172) by alfred gedeon · 3 years, 7 months ago
  27. 375b085 Updated wording of ulTaskNotifyTakeIndexed fix (#178) by Cobus van Eeden · 3 years, 7 months ago V10.4.1-kernel-only
  28. 385e700 Update History.txt and fix versioning in asm files (#177) by Cobus van Eeden · 3 years, 7 months ago
  29. 3604527 Update version number to 10.4.1 (#173) by David Chalco · 3 years, 7 months ago
  30. 31dc8f3 Fix: Rename parameter uxIndexToNotify to uxIndexToWaitOn (#174) by Ravishankar Bhagavandas · 3 years, 7 months ago
  31. acee77b FreeRTOS Kernel Spelling Update (#170) by Carl Lundin · 3 years, 7 months ago
  32. 2428081 Fix broken #warning message in ARM_CMx_MPU/portmacro.h between 10.3.1 and 10.4.0 (#171) by NoMaY (a user of Japan.RenesasRulz.com) · 3 years, 7 months ago V10.4.0-kernel-only
  33. 85768bb Sets the version number to 10.4.0 in assembly files. The (#166) by RichardBarry · 3 years, 7 months ago
  34. 5dfab03 Update version number to 10.4.0 (#153) by David Chalco · 3 years, 7 months ago
  35. c1dff8f Update History.txt (#160) by yngki · 3 years, 7 months ago
  36. 16bc35c Fix: Comment - xTaskIncrementTick loop - to adhere to demo requirement (#162) by alfred gedeon · 3 years, 7 months ago
  37. 2f14899 Revert "RISC-V: Add RV32E / FPU support for GCC (#140)" (#163) by Joseph Julicher · 3 years, 7 months ago
  38. cfb51b3 Add url link for Linux Simulator documentation (#161) by Cobus van Eeden · 3 years, 7 months ago
  39. 0037a6c RISC-V: Add RV32E / FPU support for GCC (#140) by Emmanuel Puerto · 3 years, 7 months ago
  40. 524e78d Introduce Trusted Firmware M support in Kernel on ARM Cortex M33 (#108) by sherryzhang · 3 years, 7 months ago
  41. 651289e Synopsys ARC v1 Port: add support to Synopsys ARC v1 series cores (#110) by YuguoWH · 3 years, 7 months ago
  42. 35f0b2a Change the Linux Port to use condition variables instead of Signals (#156) by alfred gedeon · 3 years, 7 months ago
  43. 700c1cf Fix compiler warning in config assert() on 64 bit architecture (#158) by RichardBarry · 3 years, 8 months ago
  44. 82fdc1c Change the header file name into lower case so it can work on GNU/Linux for MinGW cross-compiling. (#144) by Ming Yue · 3 years, 8 months ago
  45. 148c81a Revert "Fix: Add Parenthesis around if-statement in macro (#138)" (#148) by alfred gedeon · 3 years, 8 months ago
  46. 58ffcb1 Revert "Fix race condition when tracing is enabled (#95)" (#149) by Ming Yue · 3 years, 8 months ago
  47. ce39ebe Update history.txt (#150) by RichardBarry · 3 years, 8 months ago
  48. 5308b1a Use unsigned constant in pdMS_TO_TICKS(). (#147) by Gary Wicker · 3 years, 8 months ago
  49. d7fd5a1 Revert "Fix inaccurate ticks in windows port (#142)" (#143) by Cobus van Eeden · 3 years, 8 months ago
  50. d85fd46 Fix inaccurate ticks in windows port (#142) by Cobus van Eeden · 3 years, 8 months ago
  51. 805b15a Removing general-inquiry.md to divert people to the forums. (#141) by Cobus van Eeden · 3 years, 8 months ago
  52. 45e97bd Fix: Add Parenthesis around if-statement in macro (#138) by alfred gedeon · 3 years, 8 months ago
  53. 1d8df47 Update Renesas GCC compiler ports (#135) by Ravishankar Bhagavandas · 3 years, 8 months ago
  54. 0afc048 Style: Add uncrustify guards, fix asm (#136) by alfred gedeon · 3 years, 8 months ago
  55. a038146 Style: Make freertos.org = FreeRTOS.org and add https (#134) by alfred gedeon · 3 years, 8 months ago
  56. 7cd4a4f Fix compiler issues cause by formatting assembly code on ESP32 port (#133) by Carl Lundin · 3 years, 8 months ago
  57. 0b0a206 Style: Change FreeRTOS websites in comments (#131) by alfred gedeon · 3 years, 8 months ago
  58. 10a0b1e Revert "Update ESP32 port files (#92)" (#132) by Carl Lundin · 3 years, 8 months ago
  59. ebda493 finish up PR67. Also add missing <\pre> tags (#130) by David Chalco · 3 years, 8 months ago
  60. 6ef079f StackMacros now includes stack_macros (#129) by Joseph Julicher · 3 years, 8 months ago
  61. 1865857 Moving the function prototypes to headers (#128) by Joseph Julicher · 3 years, 8 months ago
  62. 9a1ebfe Style: Uncrustify kernel file - remove tab == 4 spaces (#123) by alfred gedeon · 3 years, 8 months ago
  63. 386d854 added a warning concerning the incomplete testing of the RX700v3_DFPU port (#124) by Joseph Julicher · 3 years, 8 months ago
  64. 8c77117 Style: Remove tabs and tab == 4 spaces (#120) by alfred gedeon · 3 years, 8 months ago
  65. 86653e2 Style: Revert uncrustify for portable directories (#122) by alfred gedeon · 3 years, 8 months ago
  66. a6da1cd Add Renesas RXv3 port layer supporting RXv3's double precision FPU (#104) by NoMaY (a user of Japan.RenesasRulz.com) · 3 years, 8 months ago
  67. 4bde12f Use pdTRUE/pdFALSE instead of TRUE/FALSE in xStreamBufferSend(). (#114) by Yuhui Zheng · 3 years, 8 months ago
  68. 61fc74f Update stream_buffer.c (#94) by Simon Beaudoin · 3 years, 8 months ago
  69. 61635d5 Fix race condition when tracing is enabled (#95) by Simon Beaudoin · 3 years, 8 months ago
  70. 55da959 Fix: Two one line fixes, xTaskCheckForTimeOut() and ulTaskGenericNotifyValueClear(). (#82) by RichardBarry · 3 years, 8 months ago
  71. 2873610 Allow application to override TEX,S,C and B bits for Flash and RAM (#113) by Gaurav-Aggarwal-AWS · 3 years, 8 months ago
  72. a2e00f0 Update to AVR_Mega0 and AVR_Dx GCC ports + addition of their IAR equivalents (#106) by m17336 · 3 years, 9 months ago
  73. bda9869 IAR Embedded Workbench modified behaviour of weak declaration "#pragma weak" in release 8.50.5. (#83) by DavidJurajdaNXP · 3 years, 9 months ago
  74. adbfca5 Update ESP32 port files (#92) by Shubham Kulkarni · 3 years, 9 months ago
  75. 4383c8f Change the xRunningPrivileged check from "!=true" to "==false" (#109) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  76. 676d99e Use configSYSTICK_CLOCK_HZ to configure SysTick (#103) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  77. 7dd6b76 Add support for 16 MPU regions to Cortex-M4 MPU ports (#96) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  78. 367faab Specify where the uncrustify config is (#102) by Carl Lundin · 3 years, 9 months ago
  79. 5b6c2ab Synopsys ARC update, with updated BSP support (#99) by YuguoWH · 3 years, 9 months ago
  80. bb56edf Added GCC port files for AVR Mega0 and AVR Dx. (#101) by m17336 · 3 years, 9 months ago
  81. c273690 Rmove MPU_pvPortMalloc and MPU_vPortFree from mpu_wrappers.c (#88) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  82. 149f06c Update incorrect port in comments (#87) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  83. a717d9c Update portNVIC_SYSPRI2_REG to portNVIC_SHPR3_REG (#86) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  84. bb1c429 Place privileged symbols correctly (#84) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  85. b6a4386 Add support for privileged heap to ARMV8-M ports (#85) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  86. 587a83d Style: uncrustify kernel files by Alfred Gedeon · 3 years, 10 months ago
  87. 66a8156 Style: uncrustify by Alfred Gedeon · 3 years, 10 months ago
  88. f8ac410 Style: uncrustify by Alfred Gedeon · 3 years, 10 months ago
  89. 2c530ba Style: uncrustify by Alfred Gedeon · 3 years, 10 months ago
  90. 718178c Style: uncrusitfy by Alfred Gedeon · 3 years, 10 months ago
  91. a5dbc2b Style: uncrustify kernel files by Alfred Gedeon · 3 years, 10 months ago
  92. 4a61f9f Improvement to O.F. protections (#75) by David Chalco · 3 years, 10 months ago
  93. b47ca71 Update mpu_wrappers with task notification changes (#79) by Gaurav-Aggarwal-AWS · 3 years, 10 months ago
  94. 359b10a Added index to all trace points. (#69) by eriktamlin · 3 years, 10 months ago
  95. c4b4156 Fix out of offset errors when LTO is enabled (#71) by Gaurav-Aggarwal-AWS · 3 years, 10 months ago
  96. 6199b72 Renamed trace point in prvNotifyQueueSetContainer() so it isn't a d… (#47) by cykro82 · 3 years, 11 months ago
  97. 4b353bf Updated History.txt for task notification array change (#65) by RichardBarry · 3 years, 11 months ago
  98. 968a26c updates FreeRTOS.h to handle new usages of task notify (#64) by syntroniks · 3 years, 11 months ago
  99. f602be2 Removing vPortEndScheduler() implementation, since it's not implemented according to spec. (#61) by Yuhui Zheng · 3 years, 11 months ago
  100. f2081af Feature/multiple direct to task notifications (#63) by RichardBarry · 3 years, 11 months ago