1. ddc840f Make the type used to hold run-time counter values configurable (#350) by RichardBarry · 2 years, 11 months ago
  2. 6a84f2c Posix: fix event_wait_timed() (#346) by Thomas Pedersen · 2 years, 11 months ago
  3. bad8f01 Adds SemphrGetCountFromISR with QMsgWaitingFromISR (#345) by Raul Rojas · 2 years, 11 months ago
  4. eec4233 Normalize files with mixed line endings (introduced in commit 3a413d1) by Paul Bartell · 2 years, 11 months ago
  5. 2f6c91b [AUTO][RELEASE]: Bump task.h version macros to "10.4.4+" by paulbartell · 2 years, 11 months ago
  6. b4a7a04 Add history.txt for the 10.4.4 release (#336) by Joseph Julicher · 2 years, 11 months ago
  7. 6425e58 Update github Auto-Release workflow to add an option to set the main branch version in task.h (#337) by Paul Bartell · 2 years, 11 months ago
  8. 3f7e75d Add license header to wait_for_event.c and wait_for_event.h by Paul Bartell · 2 years, 11 months ago
  9. b5e9896 Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. by Paul Bartell · 2 years, 11 months ago
  10. 1041b63 Add SPDX and MIT to lexicon by Paul Bartell · 2 years, 11 months ago
  11. 3a413d1 Add SPDX-License-Identifier: MIT to MIT licensed files. by Paul Bartell · 2 years, 11 months ago
  12. b286f17 Update license text for ports that were previously missed. by Paul Bartell · 2 years, 11 months ago
  13. e31dcca Remove "1 tab == 4 spaces!" line from files that still contain it. by Paul Bartell · 3 years ago
  14. a1b9132 Update tskKERNEL_VERSION_NUMBER and tskKERNEL_VERSION_BUILD to V10.4.999 to denote the development branch by Paul Bartell · 3 years ago
  15. 9a3a5a8 Update kernel_checker.py with new version and copyright date. by Paul Bartell · 3 years ago
  16. adfc533 Update copyright year from 2020 to 2021 by Paul Bartell · 3 years ago
  17. 08dc6f6 Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH> by Paul Bartell · 3 years ago
  18. 8e2f723 queue.c: Change some asserts into conditionals and improve overflow checks (#328) by Dan Good · 2 years, 11 months ago
  19. a1b918c Code: Fix stream buffer warning (#335) by alfred gedeon · 2 years, 11 months ago
  20. 736f230 deprecating the mcf5235 port (#334) by Joseph Julicher · 2 years, 11 months ago
  21. f37bcd5 Wrap macros in do { ... } while( 0 ) (#240) by j4cbo · 3 years ago
  22. ac2c383 Posix: fix copyright (#250) by Evgeny Ermakov · 3 years ago
  23. 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
  24. 71f5af4 Fix regression in vQueueAddToRegistry. (#315) by Paul Bartell · 3 years ago
  25. 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
  26. 46f7feb Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL pointer check. (#313) by Paul Bartell · 3 years ago
  27. 99295c9 simplify and beautify portBYTE_ALIGNMENT (#309) by Meco Jianting Man · 3 years ago
  28. 05ded5b Remove support for tmrCOMMAND_START_DONT_TRACE (#305) by Jeff Tenney · 3 years ago
  29. a22b438 Overwrite existing QueueRegistry entries when a handle is added multiple times. (#306) by Paul Bartell · 3 years, 1 month ago
  30. a31018d Update parent repository primary branch name from "master" to "main". (#304) by Paul Bartell · 3 years, 1 month ago
  31. 75e0c36 Code cleanup (#288) by carlo-dev-git · 3 years, 1 month ago
  32. b08c19f Define default values of macros before first use (#298) by Gaurav-Aggarwal-AWS · 3 years, 1 month ago
  33. 534eba6 Check NULL pointer input for vEventGroupDelete. (#293) by Ming Yue · 3 years, 1 month ago
  34. 9b679c3 Fix comments in list.h and clarify list usage in xTaskRemoveFromEventList (#289) by Paul Bartell · 3 years, 1 month ago
  35. 9efe10b Add assert to catch invalid task priority (#292) by Gaurav-Aggarwal-AWS · 3 years, 1 month ago
  36. 4ad8492 Build the posix port on pushes and PRs to the Kernel repository (#290) by Paul Bartell · 3 years, 1 month ago
  37. 9cd1960 Code: Remove redundant check (#287) by alfred gedeon · 3 years, 1 month ago
  38. 6b72419 Fix error introduced when merging #264. (#286) by RichardBarry · 3 years, 1 month ago
  39. 6685c04 Fix race condition bugs when reading and writing to message buffers (#264) by milesfrain · 3 years, 1 month ago
  40. 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
  41. 9706a69 Fix: testing for mpu wrapers to be equal to 1 (#285) by alfred gedeon · 3 years, 1 month ago
  42. cb7bef0 Adjust portPOINTER_SIZE_TYPE to correct size (#275) by Tobias Schulte · 3 years, 1 month ago
  43. 49c38f0 Update port.c (#283) by carlo-dev-git · 3 years, 1 month ago
  44. 1059b35 Comment: xTaskResumeAll: comment: doesn't match the code (#281) by alfred gedeon · 3 years, 1 month ago
  45. 95433d0 Run CMock unit tests on each pull request with a github action. (#279) by Paul Bartell · 3 years, 1 month ago
  46. 755daad Improve comments and assertions in stream buffer (#277) by Ravishankar Bhagavandas · 3 years, 1 month ago
  47. 66b3f90 Update comment in list.c (#276) by Gaurav-Aggarwal-AWS · 3 years, 1 month ago
  48. 18d4ba9 Add some assertions and coverage exceptions to queue.c (#273) by Paul Bartell · 3 years, 2 months ago
  49. de19eeb Moved git-secrets check to a different workflow (#271) by xuelix · 3 years, 2 months ago
  50. 4b5d1e4 Comment: fix code comment for xTaskAbortDelay (#272) by alfred gedeon · 3 years, 2 months ago
  51. 98eba93 Added git-secrets check to Github Actions (#270) by xuelix · 3 years, 2 months ago
  52. 5e45472 fixed documentation for ulTaskNotifyTake() and ulTaskNotifyTakeIndexed() (#269) by Joseph Julicher · 3 years, 2 months ago
  53. 4fde4a8 Add description for vTaskList (#206) by gomonovych · 3 years, 2 months ago
  54. 2a604f4 Support allocating stack from separate heap (#267) by Gaurav-Aggarwal-AWS · 3 years, 2 months ago
  55. 81f5892 Update python version to 3.7.10 (#265) by Carl Lundin · 3 years, 2 months ago
  56. 1d4d16f Update URL in history.txt (#259) by Jeff Tenney · 3 years, 2 months ago
  57. 5b9549a Remove unmatched braces in MessageBuffer pre tags (#256) by milesfrain · 3 years, 2 months ago
  58. a4b2e0c Check: improve verbosity of url verifier (#260) by alfred gedeon · 3 years, 2 months ago
  59. 21b1058 Update issue templates by Cobus van Eeden · 3 years, 2 months ago
  60. 0345a20 incorporate updates from common (#255) by David Chalco · 3 years, 3 months ago
  61. 6b4a3d0 Typos (#248) by nazar01 · 3 years, 3 months ago
  62. d0afede Delete gitattributes (#253) by David Chalco · 3 years, 3 months ago
  63. 6b524a2 Fix typo in comment in task.h (#244) by Evgeny Ermakov · 3 years, 3 months ago
  64. d060479 Fix Github checks after move from master to main (#246) by alfred gedeon · 3 years, 3 months ago
  65. 578d040 Add git attributes (#245) by David Chalco · 3 years, 3 months ago
  66. 23f6418 Posix: fix build failure (#235) by Thomas Pedersen · 3 years, 4 months ago
  67. 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
  68. 341e9f0 update version in version checker (#239) by David Chalco · 3 years, 4 months ago
  69. 6349871 AutoRelease + Header Checker Upgrades (#236) by David Chalco · 3 years, 4 months ago
  70. 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
  71. 9c048e0 Update History.txt by Cobus van Eeden · 3 years, 4 months ago V10.4.3
  72. a8a9c3e Updated History.txt for V10.4.3 (#233) by Joseph Julicher · 3 years, 4 months ago
  73. aa471cf [AUTO][RELEASE]: Bump task.h version macros to "10.4.3" by Cobus van Eeden · 3 years, 4 months ago
  74. ec62f69 [AUTO][RELEASE]: Bump file header version to "10.4.3" by Cobus van Eeden · 3 years, 4 months ago
  75. 7825a40 Updated History.txt for V10.4.3 (#232) by Joseph Julicher · 3 years, 4 months ago
  76. a48f137 Posix Port: Comment and remove unused variables (#230) by alfred gedeon · 3 years, 4 months ago
  77. 4733839 add assert for addition overflow on queue creation (#225) by Cobus van Eeden · 3 years, 5 months ago
  78. d05b9c1 Add addition overflow check for stream buffer (#226) by Cobus van Eeden · 3 years, 5 months ago
  79. c7a9a01 Improve heap2 bounds checking (#224) by Cobus van Eeden · 3 years, 5 months ago
  80. b5020cb Prevent unprivileged task from altering MPU configuration (#227) by Gaurav-Aggarwal-AWS · 3 years, 5 months ago
  81. 68ca3a9 Update branch of c-sdk repo to main (#223) by Gaurav-Aggarwal-AWS · 3 years, 5 months ago
  82. d0933fd Add kernel header check workflow (#219) by David Chalco · 3 years, 5 months ago
  83. 50a2321 [AUTO][RELEASE]: Bump task.h version macros to "10.4.2" by David Chalco · 3 years, 6 months ago V10.4.2
  84. 337bca6 [AUTO][RELEASE]: Bump file header version to "10.4.2" by David Chalco · 3 years, 6 months ago
  85. 18f714f Update release date (#217) by David Chalco · 3 years, 6 months ago
  86. cf5c8b3 Update History.txt for 10.4.2 (#216) by David Chalco · 3 years, 6 months ago
  87. ebbe2cf Ensure interrupts are enabled at first task start (#214) by Gaurav-Aggarwal-AWS · 3 years, 6 months ago
  88. 1431b65 porthardware.h file update for AVR Mega0 and Dx (#212) by filipgeorge · 3 years, 6 months ago
  89. 6a57845 Upstream stack masking fix to GCC ports. (#210) by Carl Lundin · 3 years, 6 months ago
  90. bdb38d8 update interrupt vector names for ATMega32 (#196) by Jon Snow · 3 years, 6 months ago
  91. 94ffcac Added CODEOWNERS file (#209) by Cobus van Eeden · 3 years, 6 months ago
  92. 82df397 Xtensa: fix the coproc_area incorrect issue (#117) by magicse7en · 3 years, 6 months ago
  93. b9748e5 Xtensa: fix stack overlap coproc_area issue (#118) by magicse7en · 3 years, 6 months ago
  94. f376c3b Fix: Pass lexicon.txt as a parameter (#208) by alfred gedeon · 3 years, 6 months ago
  95. db62e30 Fix missed yield in xTaskResumeFromISR (#207) by Gaurav-Aggarwal-AWS · 3 years, 6 months ago
  96. c6636f4 Move markdown files and lexicon into .github directory (#205) by alfred gedeon · 3 years, 6 months ago
  97. f62dfa2 Fix: C++ compiler warning (#203) by alfred gedeon · 3 years, 6 months ago
  98. 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
  99. 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
  100. 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