1. 460e953 Add new common words to the cSpellWordList.txt (#946) by Soren Ptak · 6 months ago
  2. 1947dd2 Added ability to change task notification index for streambuffers (#939) by Gabriele Monaco · 6 months ago
  3. 4568507 Fix documentation for xQueueTakeMutexRecursive (#943) by Eric Jackson · 6 months ago
  4. be880a1 Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940) by chinglee-iot · 6 months ago
  5. 75c4044 RP2040: Fix removal of idle_task_static_memory.c (#935) by dps.lwk · 6 months ago
  6. 5544c78 Fix build error for MSP430 and Cortex A with IAR (#937) by Jeff Tenney · 6 months ago
  7. 58f0d36 Export MPU Section Attributes (#931) by Soren Ptak · 6 months ago
  8. 93380c0 RP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDED_STATIC_MEMORY (#934) by dps.lwk · 6 months ago
  9. ec93432 Fix build with modern GCC (#933) by Forty-Bot · 6 months ago
  10. 4e7ca2d Update History.txt for V11.0.1 (#932) by Rahul Kar · 6 months ago
  11. 5bb2b59 Update History.txt for v11.0.0 (#926) by chinglee-iot · 6 months ago
  12. b0439d3 Rename sample configuration to template configuration (#927) by Rahul Kar · 6 months ago
  13. 553b0ad Update comments related to portYIELD_FROM_ISR() in queue.h #925 by Soren Ptak · 7 months ago
  14. 1384c68 Update sample configuration file (#923) by Rahul Kar · 7 months ago
  15. e0bb21f Remove the sample smp configuration folder (#922) by chinglee-iot · 7 months ago
  16. bd0f87c Add portTASK_SWITCH_HOOK (#867) by Darian · 7 months ago
  17. 30e6b8a Detect more startup config errors on Cortex M (#832) by Jeff Tenney · 7 months ago
  18. 553caa1 Update the memory alignment within the Cortex-A9 port asm code (#426) by RichardBarry · 7 months ago
  19. a79752a Remove lint suppression comment (#920) by chinglee-iot · 7 months ago
  20. a2712b5 Add constanst suffix to prevent potential type conversion (#921) by chinglee-iot · 7 months ago
  21. 5dbfd38 Add coverity example (#870) by chinglee-iot · 7 months ago
  22. ac7fc39 Revert Portable/BCC formatting (#828) by Soren Ptak · 7 months ago
  23. bcf7bda Revert Portable/oWatcom formatting (#829) by Soren Ptak · 7 months ago
  24. 0debe8c Revert Portable/Paradigm formatting (#830) by Soren Ptak · 7 months ago
  25. db5df4b Revert Portable/CodeWarrior formatting (#831) by Soren Ptak · 7 months ago
  26. de2c0c1 Update partner and community supported port submodule pointer (#919) by chinglee-iot · 7 months ago
  27. d95b05e Suppress MISRA C:2012 rule 21.6 for snprintf (#877) by chinglee-iot · 7 months ago
  28. 877484c Fix MISRA C 2012 Rule 11.1 deviations (#856) by chinglee-iot · 7 months ago
  29. 15af8e0 Add description about overrun warning in queue.c (#869) by chinglee-iot · 7 months ago
  30. 93ef558 Declare variable without initializer (#841) by Rahul Kar · 7 months ago
  31. 51437bf Fix MISRA C 2012 rule 8.6 errors (#862) by chinglee-iot · 7 months ago
  32. 55094e2 Fix MISRA_C_2012 rule 13.2 violation (#855) by Rahul Kar · 7 months ago
  33. d1a0202 Fix MISRA_C_2012 rule 8.4 violation (#844) by Rahul Kar · 7 months ago
  34. 22eb827 Add parameter name for function type (#845) by Rahul Kar · 7 months ago
  35. ce41f6e Fix MISRA_C_2012 rule 7.2 violation (#842) by Rahul Kar · 7 months ago
  36. 71d86f9 Fix MISRA_C_2012 rule 17.7 violation (#848) by Rahul Kar · 7 months ago
  37. edce1e9 Fix MISRA_C_2012 rule 20.7 violation (#843) by Rahul Kar · 7 months ago
  38. 84c0047 Suppress MISRA C:2012 rule 11.5 deviations (#878) by chinglee-iot · 7 months ago
  39. cd5c774 Update xTaskGetIdleTaskHandle() For SMP (#868) by Darian · 7 months ago
  40. c0ce725 Add SMP template port and example (#900) by chinglee-iot · 7 months ago
  41. f8ef5f6 Fix prototype of MPU_vTimerSetReloadMode (#913) by Rahul Kar · 7 months ago
  42. 592bfe0 Fix typo in comment (#910) by Legend · 7 months ago
  43. 6a9f5a2 Add portMEMORY_BARRIER() to RX MCU ports (#864) by Soren Ptak · 7 months ago
  44. 6a41432 Upgrade msvc port to winsock2 (#895) by Soren Ptak · 7 months ago
  45. 147f34a Revert Portable/Renesas formatting (#876) by Soren Ptak · 7 months ago
  46. a2a4485 Coverity Report Directory Fix (#909) by Rahul Kar · 7 months ago
  47. dabbc05 Suppress MISRA C rule 11.3 in MISRA.md (#857) by chinglee-iot · 7 months ago
  48. f2637ba Fix MISRA 2012 Rule 10.8 violation (#853) by chinglee-iot · 7 months ago
  49. 1813a45 Fix MISRA 2012 rule 10.4 violations (#852) by chinglee-iot · 7 months ago
  50. ce88ade Fix MISRA C 2012 Rule 10.3 errors (#860) by chinglee-iot · 7 months ago
  51. 76f3aa5 The curl command to send the report expects the tar file to be in its current directory. The step either needed to have the working-directory: set to the build directory, or the tar file needs to be created in the parent directory. (#903) by Soren Ptak · 7 months ago
  52. 61f35dc Coverity scan and upload in single step (#902) by Tony Josi · 7 months ago
  53. ac43135 Not to use object modified in the loop body (#861) by chinglee-iot · 7 months ago
  54. 09c4c4b Coverity Scan Workflow Fix (#891) by Soren Ptak · 7 months ago
  55. cb196dd Revert Portable/WizC Formatting (#888) by Soren Ptak · 7 months ago
  56. b3febb7 Revert formatting on Tasking ports (#887) by Soren Ptak · 7 months ago
  57. 92365c9 Revert Portable/Softune Formatting (#886) by Soren Ptak · 7 months ago
  58. 96cdeaa Revert formatting on SDCC ports (#885) by Soren Ptak · 7 months ago
  59. 9a2ce91 Revert formatting on Rowley ports (#884) by Soren Ptak · 7 months ago
  60. 8d1da77 Revert Portable/MPLAB Formatting (#883) by Soren Ptak · 7 months ago
  61. 2dfc514 Revert the formatting changes on MikroC ports. (#882) by Soren Ptak · 7 months ago
  62. a8a17dc Revert formatting on CCS port files (#881) by Soren Ptak · 7 months ago
  63. 76be28c Update system call entry mechanism (#898) by Gaurav-Aggarwal-AWS · 7 months ago
  64. 4ff01a7 fix IAR/CM0/portmacro.h missing semicolon (#894) by Ha Thach · 7 months ago
  65. 5f2bb1b In smp, every core has a idle task. (#893) by Moral-Hao · 8 months ago
  66. dc09a3d Add vApplicationGetPassiveIdleTaskMemory for SMP (#890) by chinglee-iot · 8 months ago
  67. ad13a1f CI-CD URL Check Change (#880) by Soren Ptak · 8 months ago
  68. 9c649ea Add time conversion macros (#866) by Darian · 8 months ago
  69. 0640b2e Distinguish waiting for notify status from suspend status (#865) by Moral-Hao · 8 months ago
  70. 8ede50c Fix vTaskSwitchContext for smp. (#879) by Moral-Hao · 8 months ago
  71. 83083a8 aarch64: Rename ARM_CA53_64_BIT/_SRE to Arm_AARCH64/_SRE (#822) by Devaraj Ranganna · 8 months ago
  72. ef0104e Move cmake compile options to the example project (#872) by ActoryOu · 8 months ago
  73. 1c465a0 update coverity scan email (#871) by Tony Josi · 8 months ago
  74. 37678b0 Support configurable RISC-V chip extension (#773) by Joe Benczarski · 8 months ago
  75. 5281427 Add nightly coverity scan (#859) by Tony Josi · 8 months ago
  76. 4ef0bb6 vTaskListTasks prints core affinity mask (#850) by Darian · 8 months ago
  77. a8650b9 Update example cmake project path (#851) by Tony Josi · 8 months ago
  78. fc7aca7 Rename CPU to Core (#849) by Darian · 8 months ago
  79. 9f4a0e3 Remove default behaviour of FREERTOS_HEAP. (#807) by Boris van der Meer · 8 months ago
  80. 7562ebc Covert object type check to runtime check (#846) by Gaurav-Aggarwal-AWS · 8 months ago
  81. a936a1b Kernel Checker CI Workflow File Updates (#804) by Soren Ptak · 8 months ago
  82. b32aafe Fix size alignment in the integer overflow issue (#839) by Rahul Kar · 8 months ago
  83. 2207715 Removes redundant API calls in MPU wrappers (#838) by Rahul Kar · 8 months ago
  84. 4ada1d7 Fix possible integer overflow (#836) by Gaurav-Aggarwal-AWS · 9 months ago
  85. 59ba98b Fix reliability issues in CMake sample (#835) by Rahul Kar · 9 months ago
  86. 30283b5 Fix xTaskNotifyWait & ulTaskNotifyTake determinism. (#833) by Rahul Kar · 9 months ago
  87. 7ffc6a7 Add base priority get APIs (#818) by chinglee-iot · 9 months ago
  88. 631ae9e Add option to set the core affinity for the Timer Svc Task on SMP systems (#805) by Sudeep Mohanty · 9 months ago
  89. 1b2b090 Added the minimal example (#823) by Joseph Julicher · 9 months ago
  90. 2be332a Separate the task create function for core affinity (#789) by chinglee-iot · 9 months ago
  91. 4bfb9b2 Update SMP get idle task memory for static allocation (#784) by chinglee-iot · 9 months ago
  92. 92a4d17 Link to the CONTRIBUTING.md file in this repo, not the github repo itself (#827) by Soren Ptak · 9 months ago
  93. abb5452 Update pull request information in readme (#821) by Monika Singh · 9 months ago
  94. 3d575b5 Make taskYIELD available to unprivileged tasks (#817) by Gaurav-Aggarwal-AWS · 9 months ago
  95. d442d79 Add configCONTROL_INFINITE_LOOP for loop control in unit test (#783) by chinglee-iot · 9 months ago
  96. 97d48ba Add more comment for core affinity in prvSelectHighestPriorityTask (#801) by chinglee-iot · 9 months ago
  97. 317bc0c Move trace macro after declaration (#820) by chinglee-iot · 9 months ago
  98. 30e13da Implement prvYieldCore with macro (#785) by chinglee-iot · 9 months ago
  99. 830533d Add taskYIELD_WITHIN_API macro (#782) by chinglee-iot · 9 months ago
  100. 5cdb1bc removed the copyright and license header for select files (#815) by Joseph Julicher · 9 months ago