1. 95a3ae4 RTX5 (Component View): current stack pointer value for running thread set to unknown when invalid by Vladimir Umek · 7 years ago
  2. 38c122a Utilities: Updated PackChk to 1.3.71 by Jonatan Antoni · 7 years ago
  3. ff61bd9 Incorporated internal feedback. by Christopher Seidl · 7 years ago
  4. 24486c2 Updated DSP examples. by GuentherMartin · 7 years ago
  5. 7ce5eaa Updated RTOS2 examples. by GuentherMartin · 7 years ago
  6. aa276f0 DoxyGen: Added a note to RTX4's osThreadGetId() not to be used in idle daemon. by Jonatan Antoni · 7 years ago
  7. d2a797d Generic ARM Device by GuentherMartin · 7 years ago
  8. 3d1f50d Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by Daniel Brondani · 7 years ago
  9. 5a93685 Utilities: Updated SVDConf V3.3.21 and PackChk V1.3.69 for Win32 and Linux by Daniel Brondani · 7 years ago
  10. ce2f987 Update pack description by Liangzhen Lai · 7 years ago
  11. 457f47d Adding testing routines for arm_nn_mult by Liangzhen Lai · 7 years ago
  12. 4260693 Adding basic conv for nonsqaure and nn_mult functions by Liangzhen Lai · 7 years ago
  13. 9d12a19 Reworked ARM Cortex-M device support files to be more generic (removed peripherals). by GuentherMartin · 7 years ago
  14. 4ce5ce4 Debug description work by Christopher Seidl · 7 years ago
  15. b991849 DoxyGen: Rework RTX migration guide kernel startup procedure. (Issue #390) by Jonatan Antoni · 7 years ago
  16. 2a882b0 DoxyGen: Fixed typo in RTX5 specific size calculation macros. by Jonatan Antoni · 7 years ago
  17. da10f2e Core(M): Fixed typos for Armv8-M - RBAR field is called BASE not ADDR by Jonatan Antoni · 7 years ago
  18. ba9cdf3 Pack: Restructured PDSC to keep original repository structure. by Jonatan Antoni · 7 years ago
  19. 22a9e89 Merge pull request #384 from 0xc0170/fix_evr_semicolon by Robert Rostohar · 7 years ago
  20. 61ef059 events: fix semicolon for event timer macros by Martin Kojtal · 7 years ago
  21. 27e763c Fixed typo by Christopher Seidl · 7 years ago
  22. 74d278f Adde information about rehosting a pack. by Christopher Seidl · 7 years ago
  23. 2e98d57 RTX5: updated examples (latest configuration) by Robert Rostohar · 7 years ago
  24. 52b2a5a RTX5: latest libraries (ARM/GCC) by Robert Rostohar · 7 years ago
  25. 01c7adb RTX5: latest libraries (IAR) by Vladimir Umek · 7 years ago
  26. 300d01d RTX5 (Component View): minor change in event enum access by Vladimir Umek · 7 years ago
  27. d04f55f Core(M): Fixed typos. (Issues #340) by Jonatan Antoni · 7 years ago
  28. 1dec52a CoreValidation: Fixed Cortex-A targets. by Jonatan Antoni · 7 years ago
  29. 5dfa246 make access to CP register volatile so it doesn't get optimised out by Wilfried Chauveau · 7 years ago
  30. ccde504 Updated CMSIS core functions. by GuentherMartin · 7 years ago
  31. 3e9b176 Corrected Cortex-M23 IAR core validation test. by GuentherMartin · 7 years ago
  32. 5ffefa8 RTX4: minor correction in documentation of thread configuration (OS_TASKCNT) by Robert Rostohar · 7 years ago
  33. fc5be56 Added SIMD tests for Cortex-M devices. by GuentherMartin · 7 years ago
  34. 328e215 RTX5: enhanced events EvrRtxSemaphoreAcquired/EvrRtxSemaphoreReleased (added available tokens) by Robert Rostohar · 7 years ago
  35. f28ad45 RTX5: enhanced event EvrRtxThreadCreated (added name) by Robert Rostohar · 7 years ago
  36. f7d6092 RTOS2: Updated API V2.1.3 by Robert Rostohar · 7 years ago
  37. c2d7959 RTX5: updated Event Recorder - added tracking of thread states by Robert Rostohar · 7 years ago
  38. 51bc6c4 RTX5 (Documentation): Hardware requirements for Cortex-A systems added by Vladimir Umek · 7 years ago
  39. 4e75ce6 RTX5 (Component View): number of messages in message queue aligned with actual application state by Vladimir Umek · 7 years ago
  40. cdbe47f Pack: Fixed documentation for conditions Dsecure attribute. by Jonatan Antoni · 7 years ago
  41. ce46c7c Fix shifting issue in activation functions by Liangzhen Lai · 7 years ago
  42. 9e8e488 Updated TPI_Type definitions according TRMs and Architecture reference manuals. by GuentherMartin · 7 years ago
  43. c4c089d CMSIS-Core(M) added Integrity Signature + FNC_RETURN (completes request under issue #340) by Reinhard Keil · 7 years ago
  44. cbdc50b Definition of TPI_Type now matches the "Arm Cortex-M33 Processor Technical Reference Manual r0p4". by GuentherMartin · 7 years ago
  45. 73bdb36 CMSIS-Core(M): Added defines for EXC_RETURN values (Issue #340) by Reinhard Keil · 7 years ago
  46. 0a2cbd8 Fixed broken document links (SDCMSIS-781) by Reinhard Keil · 7 years ago
  47. dff99e2 Adding convolve_q15_nonsquare by Liangzhen Lai · 7 years ago
  48. 72b4c05 Updated CMSIS pack version and RTX5 release notes by Vladimir Umek · 7 years ago
  49. f137475 AutoChips:150 capitalization updated by Joachim Krech · 7 years ago
  50. d062bec RTX5 (Cortex-A): exception handling restructured, post processing moved after context save. by Vladimir Umek · 7 years ago
  51. 017de41 RTX5: removed compiler warning when Timers are not used (#316) by Robert Rostohar · 7 years ago
  52. 7dd13ba RTX5: updated osDelayUntil(current_tick) return value (#277) by Robert Rostohar · 7 years ago
  53. f9262e9 RTX5: updated release notes by Robert Rostohar · 7 years ago
  54. 08f8d47 CMSIS RTOS2: updated osDelayUntil longest delay limited (2^31-1) by Robert Rostohar · 7 years ago
  55. 3f19e0d RTX5: osDelayUntil longest delay limited to 2^31-1 (#276 #277 SDCMSIS-806) by Robert Rostohar · 7 years ago
  56. e3d1065 RTX5: component view updated - control block state taken into account only for threads and counters by Vladimir Umek · 7 years ago
  57. 58b79ea RTX5: added Trusted Firmware M extension (SDCMSIS-774) by Robert Rostohar · 7 years ago
  58. 35afcf8 RTX5: optimized generated Event Recorder events (ObjectGetName, KernelInfoRetrieved) by Robert Rostohar · 7 years ago
  59. 7e46c2f Revert "Return values updated." by Jonatan Antoni · 7 years ago
  60. d0567a8 DSP: Fixed FPU setting for cortexM4bf by TTornblom · 7 years ago
  61. 62e8276 RTX5: synced latest changes in atomic functions from Cortex-M to Cortex-A by Robert Rostohar · 7 years ago
  62. bc167c5 RTX5: minor change in events (name consistency) - part2 by Robert Rostohar · 7 years ago
  63. 858f429 RTX5: minor change in events (name consistency) by Robert Rostohar · 7 years ago
  64. 6017b22 Enhanced pack linter configuration to handle escaped XML tags in revision history. by Jonatan Antoni · 7 years ago
  65. 5090f89 Fixed broken links. by Christopher Seidl · 7 years ago
  66. ae89869 Minor edits. by Christopher Seidl · 7 years ago
  67. c3b123e RTX5: updated MemoryPoolFree (removed count check) [SDCMSIS-801] by Robert Rostohar · 7 years ago
  68. c54c244 Under construction - Debug sequence based flash download: Added <flashinfo> element and children <block>/<gap>, debug access functions and global variables. by Jens Reinecke · 7 years ago
  69. 5679911 Adapted documentation to the new RTX_Config.h file. New screenshots added. by Christopher Seidl · 7 years ago
  70. 75189e7 RTX5: code optimization (removed redundant object state checks) by Robert Rostohar · 7 years ago
  71. 6598406 RTX5: minor update in configuration file (added additional comment) by Robert Rostohar · 7 years ago
  72. e718dc4 RTOS2/RTX: Added builder script for pre-built libraries. by Jonatan Antoni · 7 years ago
  73. 4a7de59 Doxygen: Fixed references from mq_size to mq_mem in osMessageQueueAttr_t description. by Jonatan Antoni · 7 years ago
  74. aabb9d9 Added pack-lint instructions to provide extended sanity checks. by Jonatan Antoni · 7 years ago
  75. aceea1f Utilities: Removed orphaned buildutils. by Jonatan Antoni · 7 years ago
  76. 6f00351 Doxygen: Aligned revision history tables for all components. by Jonatan Antoni · 7 years ago
  77. 1361c74 RTX5: minor update of order for some error checking by Robert Rostohar · 7 years ago
  78. d438b3f CoreValidation: Fixed stack configuration during TC_CoreFunc_Control. by Jonatan Antoni · 7 years ago
  79. dff312a CoreValidation: Enhanced result creation to modify actual result if the test report is invalid/incomplete. by Jonatan Antoni · 7 years ago
  80. 1ea53af CoreValidation: Added HardFault_Handler to instantly exit the test run. by Jonatan Antoni · 7 years ago
  81. 22a5941 RTX5: minor internal reorganization (replaced hard coded constants with existing defines) by Robert Rostohar · 7 years ago
  82. f46ec37 Remove `register` keyword from public headers by Freddie Chopin · 7 years ago
  83. b416b2c RTX5: added support for Event Recorder initialization and filter setup (RTOS can also be used as Event Recorder Time Stamp) by Robert Rostohar · 7 years ago
  84. c99672a CoreValidation: Fixed/enhanced test cases. by Jonatan Antoni · 7 years ago
  85. 13e9162 Core(M): Added compatibility implementations for FPSCR access for Armv6-M and Armv8-MBL. by Jonatan Antoni · 7 years ago
  86. 0576920 CoreValidation: Fixed compilation error for GCC. by Jonatan Antoni · 7 years ago
  87. 9ab4aed CoreValidation: Fixed/enhanced core and intrinsic function tests. by Jonatan Antoni · 7 years ago
  88. 9359549 Core(M): Added compatibility functions for priority grouping on Armv6-M and Armv8-MBL. by Jonatan Antoni · 7 years ago
  89. aff8a3a Core(A): Fixed GIC_SetPendingIRQ to raise interrupt only once. by Jonatan Antoni · 7 years ago
  90. 8b0977e Core(M): Added backward compatible definitions for setting NMI pending in SCB ICSR register. (Issue #334) by Jonatan Antoni · 7 years ago
  91. 3a416f6 'attr' documentation improved (with defaults) by Reinhard Keil · 7 years ago
  92. e58ef49 corrected 'null-terminated string' comment by Reinhard Keil · 7 years ago
  93. 125df41 Return values updated. by Thorsten Gerdsmeier · 7 years ago
  94. bddc61e Return values updated. by Thorsten Gerdsmeier · 7 years ago
  95. 0610cf1 Return values updated. by Thorsten Gerdsmeier · 7 years ago
  96. 26e2632 Return values updated. by Thorsten Gerdsmeier · 7 years ago
  97. dc26f1e Return values updated. by Thorsten Gerdsmeier · 7 years ago
  98. be25113 Return values updated. by Thorsten Gerdsmeier · 7 years ago
  99. 06e927d Return values updated. by Thorsten Gerdsmeier · 7 years ago
  100. 79ee6a0 Return values updated. by Thorsten Gerdsmeier · 7 years ago