1. d060479 Fix Github checks after move from master to main (#246) by alfred gedeon · 3 years, 3 months ago
  2. 578d040 Add git attributes (#245) by David Chalco · 3 years, 3 months ago
  3. 23f6418 Posix: fix build failure (#235) by Thomas Pedersen · 3 years, 3 months ago
  4. ef4c305 Update ESP32 port to ESP-IDF release v4.2 and add ESP-IDF version check (#231) by Shubham Kulkarni · 3 years, 4 months ago
  5. 341e9f0 update version in version checker (#239) by David Chalco · 3 years, 4 months ago
  6. 6349871 AutoRelease + Header Checker Upgrades (#236) by David Chalco · 3 years, 4 months ago
  7. 8e99e2d Align the TF-M version of the integration with kernel to version TF-Mv1.2.0 (#228) by sherryzhang · 3 years, 4 months ago
  8. 9c048e0 Update History.txt by Cobus van Eeden · 3 years, 4 months ago V10.4.3
  9. a8a9c3e Updated History.txt for V10.4.3 (#233) by Joseph Julicher · 3 years, 4 months ago
  10. aa471cf [AUTO][RELEASE]: Bump task.h version macros to "10.4.3" by Cobus van Eeden · 3 years, 4 months ago
  11. ec62f69 [AUTO][RELEASE]: Bump file header version to "10.4.3" by Cobus van Eeden · 3 years, 4 months ago
  12. 7825a40 Updated History.txt for V10.4.3 (#232) by Joseph Julicher · 3 years, 4 months ago
  13. a48f137 Posix Port: Comment and remove unused variables (#230) by alfred gedeon · 3 years, 4 months ago
  14. 4733839 add assert for addition overflow on queue creation (#225) by Cobus van Eeden · 3 years, 4 months ago
  15. d05b9c1 Add addition overflow check for stream buffer (#226) by Cobus van Eeden · 3 years, 4 months ago
  16. c7a9a01 Improve heap2 bounds checking (#224) by Cobus van Eeden · 3 years, 4 months ago
  17. b5020cb Prevent unprivileged task from altering MPU configuration (#227) by Gaurav-Aggarwal-AWS · 3 years, 4 months ago
  18. 68ca3a9 Update branch of c-sdk repo to main (#223) by Gaurav-Aggarwal-AWS · 3 years, 5 months ago
  19. d0933fd Add kernel header check workflow (#219) by David Chalco · 3 years, 5 months ago
  20. 50a2321 [AUTO][RELEASE]: Bump task.h version macros to "10.4.2" by David Chalco · 3 years, 5 months ago V10.4.2
  21. 337bca6 [AUTO][RELEASE]: Bump file header version to "10.4.2" by David Chalco · 3 years, 5 months ago
  22. 18f714f Update release date (#217) by David Chalco · 3 years, 5 months ago
  23. cf5c8b3 Update History.txt for 10.4.2 (#216) by David Chalco · 3 years, 5 months ago
  24. ebbe2cf Ensure interrupts are enabled at first task start (#214) by Gaurav-Aggarwal-AWS · 3 years, 6 months ago
  25. 1431b65 porthardware.h file update for AVR Mega0 and Dx (#212) by filipgeorge · 3 years, 6 months ago
  26. 6a57845 Upstream stack masking fix to GCC ports. (#210) by Carl Lundin · 3 years, 6 months ago
  27. bdb38d8 update interrupt vector names for ATMega32 (#196) by Jon Snow · 3 years, 6 months ago
  28. 94ffcac Added CODEOWNERS file (#209) by Cobus van Eeden · 3 years, 6 months ago
  29. 82df397 Xtensa: fix the coproc_area incorrect issue (#117) by magicse7en · 3 years, 6 months ago
  30. b9748e5 Xtensa: fix stack overlap coproc_area issue (#118) by magicse7en · 3 years, 6 months ago
  31. f376c3b Fix: Pass lexicon.txt as a parameter (#208) by alfred gedeon · 3 years, 6 months ago
  32. db62e30 Fix missed yield in xTaskResumeFromISR (#207) by Gaurav-Aggarwal-AWS · 3 years, 6 months ago
  33. c6636f4 Move markdown files and lexicon into .github directory (#205) by alfred gedeon · 3 years, 6 months ago
  34. f62dfa2 Fix: C++ compiler warning (#203) by alfred gedeon · 3 years, 6 months ago
  35. 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
  36. 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
  37. 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
  38. 6375d52 matching the preprocessor conditionals for xTaskGetCurrentTaskHandle() (#197) by Joseph Julicher · 3 years, 6 months ago
  39. 3260e22 vTaskDelayUntil improvement (#77) by Spacefish · 3 years, 6 months ago
  40. 3d4d171 Reintroduce Espressif's IDF v4.2 changes to ESP32 port (#193) by Carl Lundin · 3 years, 6 months ago
  41. 77ad717 Posix: Fix no task switching issue if a task ended its main function (#184) by Reda Maher · 3 years, 7 months ago
  42. fccb97b No functional changes. (#194) by RichardBarry · 3 years, 7 months ago
  43. b1307db OpenOCD Support: Re-introduce uxTopUsedPriority (#188) by David Chalco · 3 years, 7 months ago
  44. a4625fb Update issue templates by Cobus van Eeden · 3 years, 7 months ago
  45. 3e9f748 Update issue templates (#191) by Cobus van Eeden · 3 years, 7 months ago
  46. f2be29d Create config.yml (#190) by Cobus van Eeden · 3 years, 7 months ago
  47. baeb5af Posix: Free the allocated memory after deleting a task or ending the scheduler (#181) by Reda Maher · 3 years, 7 months ago
  48. 2225bb5 Fix Stack alignment for Microchip PIC32MX port (#182) by Gaurav-Aggarwal-AWS · 3 years, 7 months ago
  49. 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
  50. f2d8f66 Maintenance: Github workflow URL checker (#179) by alfred gedeon · 3 years, 7 months ago
  51. d428209 Fix some broken/redirected URL (#172) by alfred gedeon · 3 years, 7 months ago
  52. 375b085 Updated wording of ulTaskNotifyTakeIndexed fix (#178) by Cobus van Eeden · 3 years, 7 months ago V10.4.1-kernel-only
  53. 385e700 Update History.txt and fix versioning in asm files (#177) by Cobus van Eeden · 3 years, 7 months ago
  54. 3604527 Update version number to 10.4.1 (#173) by David Chalco · 3 years, 7 months ago
  55. 31dc8f3 Fix: Rename parameter uxIndexToNotify to uxIndexToWaitOn (#174) by Ravishankar Bhagavandas · 3 years, 7 months ago
  56. acee77b FreeRTOS Kernel Spelling Update (#170) by Carl Lundin · 3 years, 7 months ago
  57. 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
  58. 85768bb Sets the version number to 10.4.0 in assembly files. The (#166) by RichardBarry · 3 years, 7 months ago
  59. 5dfab03 Update version number to 10.4.0 (#153) by David Chalco · 3 years, 7 months ago
  60. c1dff8f Update History.txt (#160) by yngki · 3 years, 7 months ago
  61. 16bc35c Fix: Comment - xTaskIncrementTick loop - to adhere to demo requirement (#162) by alfred gedeon · 3 years, 7 months ago
  62. 2f14899 Revert "RISC-V: Add RV32E / FPU support for GCC (#140)" (#163) by Joseph Julicher · 3 years, 7 months ago
  63. cfb51b3 Add url link for Linux Simulator documentation (#161) by Cobus van Eeden · 3 years, 7 months ago
  64. 0037a6c RISC-V: Add RV32E / FPU support for GCC (#140) by Emmanuel Puerto · 3 years, 7 months ago
  65. 524e78d Introduce Trusted Firmware M support in Kernel on ARM Cortex M33 (#108) by sherryzhang · 3 years, 7 months ago
  66. 651289e Synopsys ARC v1 Port: add support to Synopsys ARC v1 series cores (#110) by YuguoWH · 3 years, 7 months ago
  67. 35f0b2a Change the Linux Port to use condition variables instead of Signals (#156) by alfred gedeon · 3 years, 8 months ago
  68. 700c1cf Fix compiler warning in config assert() on 64 bit architecture (#158) by RichardBarry · 3 years, 8 months ago
  69. 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
  70. 148c81a Revert "Fix: Add Parenthesis around if-statement in macro (#138)" (#148) by alfred gedeon · 3 years, 8 months ago
  71. 58ffcb1 Revert "Fix race condition when tracing is enabled (#95)" (#149) by Ming Yue · 3 years, 8 months ago
  72. ce39ebe Update history.txt (#150) by RichardBarry · 3 years, 8 months ago
  73. 5308b1a Use unsigned constant in pdMS_TO_TICKS(). (#147) by Gary Wicker · 3 years, 8 months ago
  74. d7fd5a1 Revert "Fix inaccurate ticks in windows port (#142)" (#143) by Cobus van Eeden · 3 years, 8 months ago
  75. d85fd46 Fix inaccurate ticks in windows port (#142) by Cobus van Eeden · 3 years, 8 months ago
  76. 805b15a Removing general-inquiry.md to divert people to the forums. (#141) by Cobus van Eeden · 3 years, 8 months ago
  77. 45e97bd Fix: Add Parenthesis around if-statement in macro (#138) by alfred gedeon · 3 years, 8 months ago
  78. 1d8df47 Update Renesas GCC compiler ports (#135) by Ravishankar Bhagavandas · 3 years, 8 months ago
  79. 0afc048 Style: Add uncrustify guards, fix asm (#136) by alfred gedeon · 3 years, 8 months ago
  80. a038146 Style: Make freertos.org = FreeRTOS.org and add https (#134) by alfred gedeon · 3 years, 8 months ago
  81. 7cd4a4f Fix compiler issues cause by formatting assembly code on ESP32 port (#133) by Carl Lundin · 3 years, 8 months ago
  82. 0b0a206 Style: Change FreeRTOS websites in comments (#131) by alfred gedeon · 3 years, 8 months ago
  83. 10a0b1e Revert "Update ESP32 port files (#92)" (#132) by Carl Lundin · 3 years, 8 months ago
  84. ebda493 finish up PR67. Also add missing <\pre> tags (#130) by David Chalco · 3 years, 8 months ago
  85. 6ef079f StackMacros now includes stack_macros (#129) by Joseph Julicher · 3 years, 8 months ago
  86. 1865857 Moving the function prototypes to headers (#128) by Joseph Julicher · 3 years, 8 months ago
  87. 9a1ebfe Style: Uncrustify kernel file - remove tab == 4 spaces (#123) by alfred gedeon · 3 years, 8 months ago
  88. 386d854 added a warning concerning the incomplete testing of the RX700v3_DFPU port (#124) by Joseph Julicher · 3 years, 8 months ago
  89. 8c77117 Style: Remove tabs and tab == 4 spaces (#120) by alfred gedeon · 3 years, 8 months ago
  90. 86653e2 Style: Revert uncrustify for portable directories (#122) by alfred gedeon · 3 years, 8 months ago
  91. 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
  92. 4bde12f Use pdTRUE/pdFALSE instead of TRUE/FALSE in xStreamBufferSend(). (#114) by Yuhui Zheng · 3 years, 8 months ago
  93. 61fc74f Update stream_buffer.c (#94) by Simon Beaudoin · 3 years, 8 months ago
  94. 61635d5 Fix race condition when tracing is enabled (#95) by Simon Beaudoin · 3 years, 8 months ago
  95. 55da959 Fix: Two one line fixes, xTaskCheckForTimeOut() and ulTaskGenericNotifyValueClear(). (#82) by RichardBarry · 3 years, 8 months ago
  96. 2873610 Allow application to override TEX,S,C and B bits for Flash and RAM (#113) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago
  97. a2e00f0 Update to AVR_Mega0 and AVR_Dx GCC ports + addition of their IAR equivalents (#106) by m17336 · 3 years, 9 months ago
  98. bda9869 IAR Embedded Workbench modified behaviour of weak declaration "#pragma weak" in release 8.50.5. (#83) by DavidJurajdaNXP · 3 years, 9 months ago
  99. adbfca5 Update ESP32 port files (#92) by Shubham Kulkarni · 3 years, 9 months ago
  100. 4383c8f Change the xRunningPrivileged check from "!=true" to "==false" (#109) by Gaurav-Aggarwal-AWS · 3 years, 9 months ago