1. 25d180a Use a dedicated symbol for in-function loop to avoid the weak symbol JAL range error when a strong symbol is defined outside. (#455) by Ming Yue · 2 years, 3 months ago
  2. d5b2413 Fix typo (#454) by mikisama · 2 years, 3 months ago
  3. 4014abb Fix some warnings in doxygen comments (#453) by Muneeb Ahmed · 2 years, 3 months ago
  4. 4a490d6 portable/Xtensa_ESP32: Add SPDX license identifiers (#452) by Shubham Kulkarni · 2 years, 3 months ago
  5. d5a10e4 Add alignment for the direct mode handler (#449) by Gaurav-Aggarwal-AWS · 2 years, 3 months ago
  6. cf248ae Add support for 16 MPU regions to GCC Cortex-M33 ports (#448) by Gaurav-Aggarwal-AWS · 2 years, 3 months ago
  7. 76a8335 Update History.txt to include 10.4.6 changes (#451) by Gaurav-Aggarwal-AWS · 2 years, 3 months ago
  8. 364f0e5 Fix description of configQUEUE_REGISTRY_SIZE (#446) by Tobias Nießen · 2 years, 3 months ago
  9. 89e4823 Update uncrustify configuration to 0.69 (#445) by swaldhoer · 2 years, 3 months ago
  10. 9efca75 Riscv re-factoring (#444) by Gaurav-Aggarwal-AWS · 2 years, 3 months ago
  11. a3843bd Fix warning message error. (#443) by isus-ipanienko · 2 years, 3 months ago
  12. cdd406a Add CMake build (#421) by yhsb2k · 2 years, 3 months ago
  13. dca4f80 Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433) by Paul Bartell · 2 years, 4 months ago
  14. 043c2c7 Fix GCC/RX100 function naming error. (#440) by Ming Yue · 2 years, 4 months ago
  15. 990643e Fix support for stepping tick by xExpectedIdleTime (#73) by Jeff Tenney · 2 years, 4 months ago
  16. abd887c Clean some spell check words. (#439) by Jon Enz · 2 years, 4 months ago
  17. c4f9e27 Feature: Add task top/end of stack to task info report (#436) by Joseph Julicher · 2 years, 4 months ago
  18. becbb89 Add a cap to the queue locks (#435) by Gaurav-Aggarwal-AWS · 2 years, 4 months ago
  19. 8e2dd5b Add a Known Issues file in the Third Party folder (#434) by Gaurav-Aggarwal-AWS · 2 years, 4 months ago
  20. c13719d fix alignment exception for ullPortInterruptNesting. (#317) by Amit Tomar · 2 years, 4 months ago
  21. 7b95420 fixed deadlock in event groups when a mutex is used for memory allocation (#284) by clemenskresser · 2 years, 4 months ago
  22. f5df2c1 Documentation update for xEventGroupClearBitsFromISR (#432) by Joseph Julicher · 2 years, 4 months ago
  23. 481c722 RISC-V: No #error on RV64 regarding byte alignment (#367) by Fabian · 2 years, 4 months ago
  24. 81d15dc Fix: Interrut Handler Register Function and Exception Process (#41) by leona · 2 years, 4 months ago
  25. 455df7a uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429) by Joseph Julicher · 2 years, 4 months ago
  26. 53b9a80 Update third party ports readme (#428) by Gaurav-Aggarwal-AWS · 2 years, 4 months ago
  27. debbd25 RP2040 fixes (#424) by Graham Sanderson · 2 years, 4 months ago
  28. 4c4089b Remove tickless idle mode dependency with include v task suspend (#422) by Pramith K V · 2 years, 5 months ago
  29. 052e364 Fix #415: Compiling tasks.c with configSUPPORT_DYNAMIC_ALLOCATION = 0 (#416) by R. Dunbar Poor · 2 years, 6 months ago
  30. 271bdfb Simplify prvInitialiseNewTask() (#417) by RichardBarry · 2 years, 6 months ago
  31. e13f990 Fix keil compilation error (#418) by RichardBarry · 2 years, 6 months ago
  32. 6ac9aae Fix formatting error by Gaurav Aggarwal · 2 years, 6 months ago
  33. 44fc137 Add option to disable unprivileged critical sections by Gaurav Aggarwal · 2 years, 7 months ago
  34. 7a38487 Change xPortRaisePrivilege and vPortResetPrivilege to macros by Gaurav Aggarwal · 2 years, 7 months ago
  35. 78da9cb Fix code example in timers.h (#412) by Gaurav-Aggarwal-AWS · 2 years, 6 months ago
  36. 683811b bugfix: Initialize uxTaskNumber at task initialization (#374) by Laukik Hase · 2 years, 6 months ago
  37. 4896d6b Mention portMAX_DELAY in xEventGroupWaitBits docs (#411) by Tobias Nießen · 2 years, 6 months ago
  38. cd0b7fc Build with -Wmissing-prototypes flags vPortYieldFromISR() in the Posix port. (#409) by Kevin Thibedeau · 2 years, 6 months ago
  39. 1ec7e50 Change hyphen to ASCII character (#410) by Gaurav-Aggarwal-AWS · 2 years, 6 months ago
  40. 5a2a1d0 Change taskYIELD_FROM_ISR to portYIELD_FROM_ISR in docs (#408) by Gaurav-Aggarwal-AWS · 2 years, 6 months ago
  41. a40d52d Fix documentation mistake (#407) by prplz · 2 years, 6 months ago
  42. a432a68 bugfix: Initialise stack correctly on dsPIC port (#405) by andrewtjs · 2 years, 6 months ago
  43. d649a77 Fix prvWriteMessageToBuffer on big endian (#391) by Archit Gupta · 2 years, 7 months ago
  44. 06fb777 Update comments for the ARM_CA53_64_BIT_SRE port (#403) by Gaurav-Aggarwal-AWS · 2 years, 7 months ago
  45. 68ddb32 Handle interrupt acknowledge register in Cortex-A53 SRE port (#392) by Stephane Viau · 2 years, 7 months ago
  46. a030d0a fix typo (#399) by swaldhoer · 2 years, 7 months ago
  47. 1fb4e84 Fix the defect that Heap_1.c may waste first portBYTE_ALIGNMENT bytes of ucHeap[] (#238) by Qikai · 2 years, 7 months ago
  48. 5f290e4 Fix typo in comment (#398) by Andres O. Vela · 2 years, 7 months ago
  49. 741185f Xtensa_ESP32: Add definition for portMEMORY_BARRIER (#395) by Shubham Kulkarni · 2 years, 8 months ago
  50. 1b86b39 Remove AVR ports from main repo (#394) by Gaurav-Aggarwal-AWS · 2 years, 8 months ago
  51. 384ffc5 Fix spell-check failure by Gaurav Aggarwal · 2 years, 8 months ago
  52. 68889fd Update History.txt by Gaurav Aggarwal · 2 years, 8 months ago
  53. 99a5a5f Fix free secure context for Cortex-M23 ports by Gaurav Aggarwal · 2 years, 9 months ago
  54. 06ea727 Implement secure stack sealing as per ARM's recommendation by Gaurav Aggarwal · 2 years, 9 months ago
  55. 61f7560 Associate secure context with task handle by Gaurav Aggarwal · 2 years, 9 months ago
  56. ccaa0f4 Pre-allocate secure-side context structures by Gaurav Aggarwal · 2 years, 9 months ago
  57. f8ada39 Replace <pre> with @code - remaining files (#388) by Zim Kalinowski · 2 years, 8 months ago
  58. fa0f5c4 Add freertos_risc_v_chip_specific_extensions.h for 64-bit ports (#385) by Gaurav-Aggarwal-AWS · 2 years, 8 months ago
  59. bb02cf6 minor fix in stream buffer doc (#387) by Zim Kalinowski · 2 years, 8 months ago
  60. ae73f0d Replace <pre> with @code{c} (#386) by Zim Kalinowski · 2 years, 8 months ago
  61. c290780 Update the README to align with TF-Mv1.4.0 in TF-M integration (#384) by sherryzhang · 2 years, 8 months ago
  62. 0b1e9d7 fixes in queue documentation (#382) by Zim Kalinowski · 2 years, 9 months ago
  63. 6ba8aa6 Xtensa_ESP32: Fix build issues when external SPIRAM is enabled (#381) by Shubham Kulkarni · 2 years, 9 months ago
  64. d858d1f fix example usage of xMessageBufferCreateStatic and xStreamBufferCrea… (#380) by Paul Adelsbach · 2 years, 9 months ago
  65. d018018 Tidy up the 8051 sdcc port (#376) by Jack Lam · 2 years, 9 months ago
  66. 1b38078 fixed parameter names documentation (#378) by Zim Kalinowski · 2 years, 9 months ago
  67. b97bb48 Indent contents of a taskENTER_CRITICAL/taskEXIT_CRITICAL block. (#348) by RichardBarry · 2 years, 9 months ago
  68. ce81bcb Run uncrustify with github workflows (#369) by alfred gedeon · 2 years, 9 months ago
  69. 85a2312 Add ReadMe for third party port contributions (#371) by Gaurav-Aggarwal-AWS · 2 years, 9 months ago
  70. d9d5d53 doc: fix function name typo (#368) by Craig Kewley · 2 years, 10 months ago
  71. b5a9229 Warning fixes. (#356) by Kristine Jassmann · 2 years, 10 months ago
  72. 1d86b97 Fix description of vTaskDelay (#363) by Tobias Nießen · 2 years, 10 months ago
  73. 4633870 Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) by swaldhoer · 2 years, 10 months ago
  74. 9af72db Add RP2040 support (#341) by Graham Sanderson · 2 years, 10 months ago
  75. 4200226 Move the community/partner supported ports to correct location (#361) by Archit Gupta · 2 years, 10 months ago
  76. 8b2a1b8 Fix C90 Compilation Failure (#359) by Gaurav-Aggarwal-AWS · 2 years, 11 months ago
  77. 4e3bf0f Add Cortex-A53 port with system register interface for CPU interface access (#357) by Gaurav-Aggarwal-AWS · 2 years, 11 months ago
  78. 56428a9 Add new submodules for port contribution (#355) by Archit Gupta · 2 years, 11 months ago
  79. 9e85006 Update spell checker exclusion. (#354) by Ming Yue · 2 years, 11 months ago
  80. ddc840f Make the type used to hold run-time counter values configurable (#350) by RichardBarry · 2 years, 11 months ago
  81. 6a84f2c Posix: fix event_wait_timed() (#346) by Thomas Pedersen · 2 years, 11 months ago
  82. bad8f01 Adds SemphrGetCountFromISR with QMsgWaitingFromISR (#345) by Raul Rojas · 2 years, 11 months ago
  83. eec4233 Normalize files with mixed line endings (introduced in commit 3a413d1) by Paul Bartell · 3 years ago
  84. 2f6c91b [AUTO][RELEASE]: Bump task.h version macros to "10.4.4+" by paulbartell · 3 years ago
  85. b4a7a04 Add history.txt for the 10.4.4 release (#336) by Joseph Julicher · 3 years ago
  86. 6425e58 Update github Auto-Release workflow to add an option to set the main branch version in task.h (#337) by Paul Bartell · 3 years ago
  87. 3f7e75d Add license header to wait_for_event.c and wait_for_event.h by Paul Bartell · 3 years ago
  88. b5e9896 Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. by Paul Bartell · 3 years ago
  89. 1041b63 Add SPDX and MIT to lexicon by Paul Bartell · 3 years ago
  90. 3a413d1 Add SPDX-License-Identifier: MIT to MIT licensed files. by Paul Bartell · 3 years ago
  91. b286f17 Update license text for ports that were previously missed. by Paul Bartell · 3 years ago
  92. e31dcca Remove "1 tab == 4 spaces!" line from files that still contain it. by Paul Bartell · 3 years ago
  93. a1b9132 Update tskKERNEL_VERSION_NUMBER and tskKERNEL_VERSION_BUILD to V10.4.999 to denote the development branch by Paul Bartell · 3 years ago
  94. 9a3a5a8 Update kernel_checker.py with new version and copyright date. by Paul Bartell · 3 years ago
  95. adfc533 Update copyright year from 2020 to 2021 by Paul Bartell · 3 years ago
  96. 08dc6f6 Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH> by Paul Bartell · 3 years ago
  97. 8e2f723 queue.c: Change some asserts into conditionals and improve overflow checks (#328) by Dan Good · 3 years ago
  98. a1b918c Code: Fix stream buffer warning (#335) by alfred gedeon · 3 years ago
  99. 736f230 deprecating the mcf5235 port (#334) by Joseph Julicher · 3 years ago
  100. f37bcd5 Wrap macros in do { ... } while( 0 ) (#240) by j4cbo · 3 years ago