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