1. ac2c383 Posix: fix copyright (#250) by Evgeny Ermakov · 3 years ago
  2. 6bf3a75 Create macro versions of uxListRemove() and vListInsertEnd() for use in xTaskIncrementTick(). This provides a minor optimisation to remove the need for a few function calls. (#241) by RichardBarry · 3 years ago
  3. 71f5af4 Fix regression in vQueueAddToRegistry. (#315) by Paul Bartell · 3 years ago
  4. d877074 [kernel & MemMang] use space to replace tab and remove meaningless space in the end of each line (#314) by Meco Jianting Man · 3 years ago
  5. 46f7feb Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL pointer check. (#313) by Paul Bartell · 3 years ago
  6. 99295c9 simplify and beautify portBYTE_ALIGNMENT (#309) by Meco Jianting Man · 3 years ago
  7. 05ded5b Remove support for tmrCOMMAND_START_DONT_TRACE (#305) by Jeff Tenney · 3 years ago
  8. a22b438 Overwrite existing QueueRegistry entries when a handle is added multiple times. (#306) by Paul Bartell · 3 years, 1 month ago
  9. a31018d Update parent repository primary branch name from "master" to "main". (#304) by Paul Bartell · 3 years, 1 month ago
  10. 75e0c36 Code cleanup (#288) by carlo-dev-git · 3 years, 1 month ago
  11. b08c19f Define default values of macros before first use (#298) by Gaurav-Aggarwal-AWS · 3 years, 1 month ago
  12. 534eba6 Check NULL pointer input for vEventGroupDelete. (#293) by Ming Yue · 3 years, 1 month ago
  13. 9b679c3 Fix comments in list.h and clarify list usage in xTaskRemoveFromEventList (#289) by Paul Bartell · 3 years, 1 month ago
  14. 9efe10b Add assert to catch invalid task priority (#292) by Gaurav-Aggarwal-AWS · 3 years, 1 month ago
  15. 4ad8492 Build the posix port on pushes and PRs to the Kernel repository (#290) by Paul Bartell · 3 years, 1 month ago
  16. 9cd1960 Code: Remove redundant check (#287) by alfred gedeon · 3 years, 1 month ago
  17. 6b72419 Fix error introduced when merging #264. (#286) by RichardBarry · 3 years, 1 month ago
  18. 6685c04 Fix race condition bugs when reading and writing to message buffers (#264) by milesfrain · 3 years, 1 month ago
  19. 086d52f A recent change in the FreeRTOS/FreeRTOS hub repo (which submodules this repo) introduced use of a new compile time constant configRUN_ADDITIONAL_TESTS. This check in adds a default for the constant that will be used in builds to which it does not apply. (#266) by RichardBarry · 3 years, 1 month ago
  20. 9706a69 Fix: testing for mpu wrapers to be equal to 1 (#285) by alfred gedeon · 3 years, 1 month ago
  21. cb7bef0 Adjust portPOINTER_SIZE_TYPE to correct size (#275) by Tobias Schulte · 3 years, 1 month ago
  22. 49c38f0 Update port.c (#283) by carlo-dev-git · 3 years, 1 month ago
  23. 1059b35 Comment: xTaskResumeAll: comment: doesn't match the code (#281) by alfred gedeon · 3 years, 1 month ago
  24. 95433d0 Run CMock unit tests on each pull request with a github action. (#279) by Paul Bartell · 3 years, 1 month ago
  25. 755daad Improve comments and assertions in stream buffer (#277) by Ravishankar Bhagavandas · 3 years, 1 month ago
  26. 66b3f90 Update comment in list.c (#276) by Gaurav-Aggarwal-AWS · 3 years, 1 month ago
  27. 18d4ba9 Add some assertions and coverage exceptions to queue.c (#273) by Paul Bartell · 3 years, 2 months ago
  28. de19eeb Moved git-secrets check to a different workflow (#271) by xuelix · 3 years, 2 months ago
  29. 4b5d1e4 Comment: fix code comment for xTaskAbortDelay (#272) by alfred gedeon · 3 years, 2 months ago
  30. 98eba93 Added git-secrets check to Github Actions (#270) by xuelix · 3 years, 2 months ago
  31. 5e45472 fixed documentation for ulTaskNotifyTake() and ulTaskNotifyTakeIndexed() (#269) by Joseph Julicher · 3 years, 2 months ago
  32. 4fde4a8 Add description for vTaskList (#206) by gomonovych · 3 years, 2 months ago
  33. 2a604f4 Support allocating stack from separate heap (#267) by Gaurav-Aggarwal-AWS · 3 years, 2 months ago
  34. 81f5892 Update python version to 3.7.10 (#265) by Carl Lundin · 3 years, 2 months ago
  35. 1d4d16f Update URL in history.txt (#259) by Jeff Tenney · 3 years, 2 months ago
  36. 5b9549a Remove unmatched braces in MessageBuffer pre tags (#256) by milesfrain · 3 years, 2 months ago
  37. a4b2e0c Check: improve verbosity of url verifier (#260) by alfred gedeon · 3 years, 2 months ago
  38. 21b1058 Update issue templates by Cobus van Eeden · 3 years, 2 months ago
  39. 0345a20 incorporate updates from common (#255) by David Chalco · 3 years, 3 months ago
  40. 6b4a3d0 Typos (#248) by nazar01 · 3 years, 3 months ago
  41. d0afede Delete gitattributes (#253) by David Chalco · 3 years, 3 months ago
  42. 6b524a2 Fix typo in comment in task.h (#244) by Evgeny Ermakov · 3 years, 3 months ago
  43. d060479 Fix Github checks after move from master to main (#246) by alfred gedeon · 3 years, 3 months ago
  44. 578d040 Add git attributes (#245) by David Chalco · 3 years, 3 months ago
  45. 23f6418 Posix: fix build failure (#235) by Thomas Pedersen · 3 years, 4 months ago
  46. 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
  47. 341e9f0 update version in version checker (#239) by David Chalco · 3 years, 4 months ago
  48. 6349871 AutoRelease + Header Checker Upgrades (#236) by David Chalco · 3 years, 4 months ago
  49. 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
  50. 9c048e0 Update History.txt by Cobus van Eeden · 3 years, 4 months ago V10.4.3
  51. a8a9c3e Updated History.txt for V10.4.3 (#233) by Joseph Julicher · 3 years, 4 months ago
  52. aa471cf [AUTO][RELEASE]: Bump task.h version macros to "10.4.3" by Cobus van Eeden · 3 years, 4 months ago
  53. ec62f69 [AUTO][RELEASE]: Bump file header version to "10.4.3" by Cobus van Eeden · 3 years, 4 months ago
  54. 7825a40 Updated History.txt for V10.4.3 (#232) by Joseph Julicher · 3 years, 4 months ago
  55. a48f137 Posix Port: Comment and remove unused variables (#230) by alfred gedeon · 3 years, 4 months ago
  56. 4733839 add assert for addition overflow on queue creation (#225) by Cobus van Eeden · 3 years, 5 months ago
  57. d05b9c1 Add addition overflow check for stream buffer (#226) by Cobus van Eeden · 3 years, 5 months ago
  58. c7a9a01 Improve heap2 bounds checking (#224) by Cobus van Eeden · 3 years, 5 months ago
  59. b5020cb Prevent unprivileged task from altering MPU configuration (#227) by Gaurav-Aggarwal-AWS · 3 years, 5 months ago
  60. 68ca3a9 Update branch of c-sdk repo to main (#223) by Gaurav-Aggarwal-AWS · 3 years, 5 months ago
  61. d0933fd Add kernel header check workflow (#219) by David Chalco · 3 years, 5 months ago
  62. 50a2321 [AUTO][RELEASE]: Bump task.h version macros to "10.4.2" by David Chalco · 3 years, 6 months ago V10.4.2
  63. 337bca6 [AUTO][RELEASE]: Bump file header version to "10.4.2" by David Chalco · 3 years, 6 months ago
  64. 18f714f Update release date (#217) by David Chalco · 3 years, 6 months ago
  65. cf5c8b3 Update History.txt for 10.4.2 (#216) by David Chalco · 3 years, 6 months ago
  66. ebbe2cf Ensure interrupts are enabled at first task start (#214) by Gaurav-Aggarwal-AWS · 3 years, 6 months ago
  67. 1431b65 porthardware.h file update for AVR Mega0 and Dx (#212) by filipgeorge · 3 years, 6 months ago
  68. 6a57845 Upstream stack masking fix to GCC ports. (#210) by Carl Lundin · 3 years, 6 months ago
  69. bdb38d8 update interrupt vector names for ATMega32 (#196) by Jon Snow · 3 years, 6 months ago
  70. 94ffcac Added CODEOWNERS file (#209) by Cobus van Eeden · 3 years, 6 months ago
  71. 82df397 Xtensa: fix the coproc_area incorrect issue (#117) by magicse7en · 3 years, 6 months ago
  72. b9748e5 Xtensa: fix stack overlap coproc_area issue (#118) by magicse7en · 3 years, 6 months ago
  73. f376c3b Fix: Pass lexicon.txt as a parameter (#208) by alfred gedeon · 3 years, 6 months ago
  74. db62e30 Fix missed yield in xTaskResumeFromISR (#207) by Gaurav-Aggarwal-AWS · 3 years, 6 months ago
  75. c6636f4 Move markdown files and lexicon into .github directory (#205) by alfred gedeon · 3 years, 6 months ago
  76. f62dfa2 Fix: C++ compiler warning (#203) by alfred gedeon · 3 years, 6 months ago
  77. 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, 7 months ago
  78. 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, 7 months ago
  79. 167ea16 Minor updates to formatting and MISRA compliance of the PR used to update the vTaskDelayUntil() function to xTaskDelayUntil(). (#198) by RichardBarry · 3 years, 7 months ago
  80. 6375d52 matching the preprocessor conditionals for xTaskGetCurrentTaskHandle() (#197) by Joseph Julicher · 3 years, 7 months ago
  81. 3260e22 vTaskDelayUntil improvement (#77) by Spacefish · 3 years, 7 months ago
  82. 3d4d171 Reintroduce Espressif's IDF v4.2 changes to ESP32 port (#193) by Carl Lundin · 3 years, 7 months ago
  83. 77ad717 Posix: Fix no task switching issue if a task ended its main function (#184) by Reda Maher · 3 years, 7 months ago
  84. fccb97b No functional changes. (#194) by RichardBarry · 3 years, 7 months ago
  85. b1307db OpenOCD Support: Re-introduce uxTopUsedPriority (#188) by David Chalco · 3 years, 7 months ago
  86. a4625fb Update issue templates by Cobus van Eeden · 3 years, 7 months ago
  87. 3e9f748 Update issue templates (#191) by Cobus van Eeden · 3 years, 7 months ago
  88. f2be29d Create config.yml (#190) by Cobus van Eeden · 3 years, 7 months ago
  89. baeb5af Posix: Free the allocated memory after deleting a task or ending the scheduler (#181) by Reda Maher · 3 years, 7 months ago
  90. 2225bb5 Fix Stack alignment for Microchip PIC32MX port (#182) by Gaurav-Aggarwal-AWS · 3 years, 7 months ago
  91. 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
  92. f2d8f66 Maintenance: Github workflow URL checker (#179) by alfred gedeon · 3 years, 7 months ago
  93. d428209 Fix some broken/redirected URL (#172) by alfred gedeon · 3 years, 7 months ago
  94. 375b085 Updated wording of ulTaskNotifyTakeIndexed fix (#178) by Cobus van Eeden · 3 years, 7 months ago V10.4.1-kernel-only
  95. 385e700 Update History.txt and fix versioning in asm files (#177) by Cobus van Eeden · 3 years, 7 months ago
  96. 3604527 Update version number to 10.4.1 (#173) by David Chalco · 3 years, 7 months ago
  97. 31dc8f3 Fix: Rename parameter uxIndexToNotify to uxIndexToWaitOn (#174) by Ravishankar Bhagavandas · 3 years, 7 months ago
  98. acee77b FreeRTOS Kernel Spelling Update (#170) by Carl Lundin · 3 years, 7 months ago
  99. 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
  100. 85768bb Sets the version number to 10.4.0 in assembly files. The (#166) by RichardBarry · 3 years, 7 months ago