1. 03a6979 RTOS2: fixed osMessageQueueGetMsgSize brief description by Vladimir Umek · 5 years ago
  2. 5865a4a RTOS2: typo correction in cmsis_os2.h by Robert Rostohar · 5 years ago
  3. 17ccd4d Pack: Bumped version to 5.7.1-dev0 after release. by Jonatan Antoni · 5 years ago 5.8.0-dev
  4. 5d7706f RTX5: updated examples (latest startup/system files and other minor improvements) by Robert Rostohar · 5 years ago
  5. 869e948 Pack: Fixed version for Cortex-M55 Startup component. by Jonatan Antoni · 5 years ago
  6. 64710c9 RTX5: refactored GCC IRQ Handlers by Robert Rostohar · 5 years ago
  7. 1dd090b RTX5: added support for MVE-I (Armv8.1-M) by Robert Rostohar · 5 years ago
  8. c88880a RTOS2: Added Blinky and MsgQueue examples for IAR by TTornblom · 5 years ago
  9. 4ca3186 RTX5: corrected typo (preprocessor definitions for Armv8.1-M) by Robert Rostohar · 5 years ago
  10. 3dcd3b1 RTX: Rebuilt IAR RTOS2 libraries by TTornblom · 5 years ago
  11. 97917cc RTX5: added support for Cortex-M55 by Robert Rostohar · 5 years ago
  12. e9674d5 RTX5: updated configuration template default values by Robert Rostohar · 5 years ago
  13. 812b99b RTX5: Updated copyright (Armv8-M sources) by Robert Rostohar · 5 years ago
  14. abe3c96 RTX5: latest libraries (Armv8M) by Robert Rostohar · 5 years ago
  15. 302d4fb RTX5: Enhanced support for Armv8-M (specifying thread TrustZone module identifier is optional) by Robert Rostohar · 5 years ago
  16. 7ac08dc Removed ".file" assembly directives to avoid undesired dependencies generated by GNU Assembler. by Daniel Brondani · 6 years ago
  17. 89679ee RTX5: latest libraries (ARM/GCC) by Robert Rostohar · 6 years ago
  18. f224f76 RTX: Rebuilt IAR libraries. Non-secure v8m didn't work properly by TTornblom · 6 years ago
  19. 5ea4a66 Protect TRUE/FALSE defines in rtx_core_ca.h. by Robert Rostohar · 6 years ago
  20. 4727d3b Protect TRUE/FALSE defines in rtx_core_cm.h. by Chris Reed · 6 years ago
  21. 88b789c RTOS2: updated 'main' template (removes compiler warnings) by Robert Rostohar · 6 years ago
  22. fc36635 RTX5: updated examples (latest configuration files and other minor improvements) by Robert Rostohar · 6 years ago
  23. 3f3d411 RTX5: Minor optimization (osRtxMutexOwnerRestore) by Robert Rostohar · 6 years ago
  24. 11e3d0f RTX5: Fixed thread priority restore on mutex acquire timeout when priority inherit is used (#705) by Robert Rostohar · 6 years ago
  25. 051d738 Change OS_THREAD_LIBSPACE_NUM to be defined as a (compiler) macro by Ari Parkkila · 6 years ago
  26. 61af53d RTOS2/RTX5: Enhanced RTX5 Blinky example Abstract text about by Jonatan Antoni · 6 years ago
  27. f1bd542 RTOS2/RTX5: Enhanced RTX5 Blinky example with EventRecorder. by Jonatan Antoni · 6 years ago
  28. bf9c9bf RTOS2/RTX5: Fixed Blinky example to work for other devices than CM3. by Jonatan Antoni · 6 years ago
  29. d6895d7 RTX5: latest libraries (IAR) by Robert Rostohar · 6 years ago
  30. 63798c1 RTX5: latest libraries (ARM/GCC) by Robert Rostohar · 6 years ago
  31. eaf9850 RTOS2: minor improvements in templates by Robert Rostohar · 6 years ago
  32. bbdb77d RTOS2/RTX: Updated all examples to use C Startup variant. by Jonatan Antoni · 6 years ago
  33. ef65ce5 RTX5: enhanced support for OS sections when using ARMCC5 (linker option "--keep=os_cb_sections" not needed any more) by Robert Rostohar · 6 years ago
  34. 5a7a893 Merge pull request #571 from kjbracey-arm/join by Robert Rostohar · 6 years ago
  35. 274494c RTX5: fixed osMutexRelease issue (#574 #578) by Robert Rostohar · 6 years ago
  36. 757e808 RTX5 (Component View): displaying "Mutex owner" only when mutex locked by Vladimir Umek · 6 years ago
  37. b11a184 RTX5: Have osThreadJoin mark thread non-joinable by Kevin Bracey · 6 years ago
  38. 837ed04 RTX5: removed unnecessary semicolons by Vladimir Umek · 6 years ago
  39. 12955cd Updated file versions, dates and copyright headers. by Jonatan Antoni · 6 years ago
  40. 41c6b0f RTX5: Typo correction (comments) by Vladimir Umek · 6 years ago
  41. 903c3c0 RTOS2: Fixed RTX TrustZone examples. by Jonatan Antoni · 6 years ago
  42. b829f10 RTOS2: Rebuilt IAR libraries with EVR_RTX_DISABLE and DOMAIN_NS=1 for the non-secure libraries by TTornblom · 6 years ago
  43. b780c25 RTX5 (Component View): added ssel="1" attribute for the Running thread (Thread Events statistics) by Vladimir Umek · 6 years ago
  44. 2a7ed79 RTX5 (Component View): further read optimization by Vladimir Umek · 6 years ago
  45. c767db3 RTX5 (Component View): minor read optimizations by Vladimir Umek · 6 years ago
  46. 7a64ce4 RTX5: latest libraries (IAR) by Vladimir Umek · 6 years ago
  47. 5d7b28f RTX5: latest libraries (ARM/GCC) by Robert Rostohar · 6 years ago
  48. 26dc9a8 RTX5: corrected typo in Mutex.c template by Robert Rostohar · 6 years ago
  49. 0718e8a Merge pull request #529 from kjbracey-arm/clrex by Vladimir Umek · 6 years ago
  50. 647a940 RTX5: Add CLREX to exception exit paths by Kevin Bracey · 6 years ago
  51. abb6976 RTX5: Make rtx_core_ca.h cope with compiler in Thumb mode by Kevin Bracey · 7 years ago
  52. bd088a9 RTX5: minor optimization (osKernelResume) by Robert Rostohar · 7 years ago
  53. 5398c46 Pack: Removed Fixed Virtual Platform board. Fixed RTX MemPool example. by Jonatan Antoni · 7 years ago
  54. ba157cf RTX5 (Component View): updated object name display by Vladimir Umek · 7 years ago
  55. 856be70 RTX5: minor internal update (#500) by Robert Rostohar · 7 years ago
  56. 7d64919 RTOS2: Updated IAR support by TTornblom · 7 years ago
  57. e01bffb RTOS2: Updated IAR support by TTornblom · 7 years ago
  58. c0f83ab RTOS2: Updated IAR support by TTornblom · 7 years ago
  59. 3c5e575 Changed from "INCLUDE" to "#include" as the first method has issues with paths. by TTornblom · 7 years ago
  60. 87c33cf RTX5: minor internal changes (changed object identifiers to avoid memory pool free side effect) by Robert Rostohar · 7 years ago
  61. 1ea17c5 RTX5: minor optimization (Event Recorder Initialization) by Robert Rostohar · 7 years ago
  62. 5bc83ff added import lib misc option and include path by Joachim Krech · 7 years ago
  63. 93c0ddf RTX5: Updated Event Recorder configuration (also addresses #457) by Robert Rostohar · 7 years ago
  64. 26ce470 RTX5: minor optimization (ARMv6M) by Robert Rostohar · 7 years ago
  65. 7643cd3 RTX5: minor optimizations by Robert Rostohar · 7 years ago
  66. b4b7c8d Revert "RTX5: .bss sections explicitly assigned to ZI for ARMCC5 (#407)" by Jonatan Antoni · 7 years ago
  67. 68e535d RTX5: enhanced events (Generic Wait and Thread Flags) by Robert Rostohar · 7 years ago
  68. 027464c RTX5: .bss sections explicitly assigned to ZI for ARMCC5 (#407) by Robert Rostohar · 7 years ago
  69. 282aa99 Revert "rtos: rtx5: ARMCC5: move the variables in .bss.os section to ZI section" by Jonatan Antoni · 7 years ago
  70. 0b4f11c rtos: rtx5: ARMCC5: move the variables in .bss.os section to ZI section by Tero Jääskö · 7 years ago
  71. 6c83b54 RTX5: enhanced KernelInfoRetrieved event by Robert Rostohar · 7 years ago
  72. 83177af RTX5: Updated RTX generated events (reorganized components) and Event Recorder configuration by Robert Rostohar · 7 years ago
  73. d143b79 Pull request #410: Fix define around EvrRtxKernelInitialized by Robert Rostohar · 7 years ago
  74. 95a3ae4 RTX5 (Component View): current stack pointer value for running thread set to unknown when invalid by Vladimir Umek · 7 years ago
  75. 7ce5eaa Updated RTOS2 examples. by GuentherMartin · 7 years ago
  76. ba9cdf3 Pack: Restructured PDSC to keep original repository structure. by Jonatan Antoni · 7 years ago
  77. 61ef059 events: fix semicolon for event timer macros by Martin Kojtal · 7 years ago
  78. 2e98d57 RTX5: updated examples (latest configuration) by Robert Rostohar · 7 years ago
  79. 52b2a5a RTX5: latest libraries (ARM/GCC) by Robert Rostohar · 7 years ago
  80. 01c7adb RTX5: latest libraries (IAR) by Vladimir Umek · 7 years ago
  81. 300d01d RTX5 (Component View): minor change in event enum access by Vladimir Umek · 7 years ago
  82. 328e215 RTX5: enhanced events EvrRtxSemaphoreAcquired/EvrRtxSemaphoreReleased (added available tokens) by Robert Rostohar · 7 years ago
  83. f28ad45 RTX5: enhanced event EvrRtxThreadCreated (added name) by Robert Rostohar · 7 years ago
  84. f7d6092 RTOS2: Updated API V2.1.3 by Robert Rostohar · 7 years ago
  85. c2d7959 RTX5: updated Event Recorder - added tracking of thread states by Robert Rostohar · 7 years ago
  86. 4e75ce6 RTX5 (Component View): number of messages in message queue aligned with actual application state by Vladimir Umek · 7 years ago
  87. d062bec RTX5 (Cortex-A): exception handling restructured, post processing moved after context save. by Vladimir Umek · 7 years ago
  88. 017de41 RTX5: removed compiler warning when Timers are not used (#316) by Robert Rostohar · 7 years ago
  89. 7dd13ba RTX5: updated osDelayUntil(current_tick) return value (#277) by Robert Rostohar · 7 years ago
  90. 3f19e0d RTX5: osDelayUntil longest delay limited to 2^31-1 (#276 #277 SDCMSIS-806) by Robert Rostohar · 7 years ago
  91. e3d1065 RTX5: component view updated - control block state taken into account only for threads and counters by Vladimir Umek · 7 years ago
  92. 58b79ea RTX5: added Trusted Firmware M extension (SDCMSIS-774) by Robert Rostohar · 7 years ago
  93. 35afcf8 RTX5: optimized generated Event Recorder events (ObjectGetName, KernelInfoRetrieved) by Robert Rostohar · 7 years ago
  94. 62e8276 RTX5: synced latest changes in atomic functions from Cortex-M to Cortex-A by Robert Rostohar · 7 years ago
  95. bc167c5 RTX5: minor change in events (name consistency) - part2 by Robert Rostohar · 7 years ago
  96. 858f429 RTX5: minor change in events (name consistency) by Robert Rostohar · 7 years ago
  97. c3b123e RTX5: updated MemoryPoolFree (removed count check) [SDCMSIS-801] by Robert Rostohar · 7 years ago
  98. 75189e7 RTX5: code optimization (removed redundant object state checks) by Robert Rostohar · 7 years ago
  99. 6598406 RTX5: minor update in configuration file (added additional comment) by Robert Rostohar · 7 years ago
  100. e718dc4 RTOS2/RTX: Added builder script for pre-built libraries. by Jonatan Antoni · 7 years ago