1. 54269f5 Updates to thread examples by Matthias Hertel · 9 years ago
  2. 1693e27 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by Matthias Hertel · 9 years ago
  3. 8fe0d05 Updates to Thread examples by Matthias Hertel · 9 years ago
  4. 9842671 Updated DSP_Lib changelog and libraries. by Martin Günther · 9 years ago
  5. dc8291e Merge pull request #81 from dpalframan/develop by Martin Günther · 9 years ago
  6. de04500 Added always_inline attribute to NonSecure_Start function by Christopher Seidl · 9 years ago
  7. 8fac49e added Cortex-M23, Cortex-M33 and Ddsp and Dtz processor attributes by Joachim Krech · 9 years ago
  8. 98aeaab added Cortex-M23 and Cortex-M33, updated generator and version patterns by Joachim Krech · 9 years ago
  9. 2e8b814 Added main function template for ARMv8-M devices. by Christopher Seidl · 9 years ago
  10. cc9329c RTOS2 - Thread examples by Matthias Hertel · 9 years ago
  11. 7957169 Corrected bit values for I2C Signals in function description ARM_I2C_SignalEvent by bruneu01 · 9 years ago
  12. c6d7617 Revision History; error correction by bruneu01 · 9 years ago
  13. c945367 RTX 4.82: Recursive Mutex 16-bit lock counter is now checked to not overflow by Robert Rostohar · 9 years ago
  14. 6150d22 Updated cmsis_armclang.h, included arm_compat.h. by Martin Günther · 9 years ago
  15. 5412362 RTX5: latest built libraries by Robert Rostohar · 9 years ago
  16. 185841d RTX5: enabled code for PSPLIM (requires latest GNU Tools ARM Embedded 5.4 2016q3) by Robert Rostohar · 9 years ago
  17. a1d6ab5 RTX5: avoiding hard fault when RTOS functions are called during disabled interrupts by Robert Rostohar · 9 years ago
  18. 0d39905 Version Number V5.0.0-Beta13 by ReinhardKeil · 9 years ago
  19. be0d31f RTOS2 Docs - minor fixes in examples by Matthias Hertel · 9 years ago
  20. 8da118a RTOS2 Code Example Message Q by Matthias Hertel · 9 years ago
  21. a6ee668 RTX5: added function for thread enumeration by Robert Rostohar · 9 years ago
  22. 45166bf adjusted function parameters by bruneu01 · 9 years ago
  23. bec7a69 Adjusted migration description to new function parameters by bruneu01 · 9 years ago
  24. 54c63d0 RTX5: updated 'main' function template by Robert Rostohar · 9 years ago
  25. 74cdf8a corrected errors for functions starting with osThreadFlags... by bruneu01 · 9 years ago
  26. c81df87 adapted to latest changes made to RTOS2; some param name change and some new functions by bruneu01 · 9 years ago
  27. c9817a0 RTOS2: added function for thread enumeration by Robert Rostohar · 9 years ago
  28. b29a739 RTX5: added functions for getting object names by Robert Rostohar · 9 years ago
  29. 6481ab8 RTOS2: added functions for getting object names by Robert Rostohar · 9 years ago
  30. c569b2d RTX5: added thread stack interrogation functions by Robert Rostohar · 9 years ago
  31. 6e2267a RTOS2: added thread stack interrogation functions by Robert Rostohar · 9 years ago
  32. 4c2b944 RTX5: minor update of component viewer items (names, order) by Robert Rostohar · 9 years ago
  33. b3c0636 RTX5: updated component viewer description by Robert Rostohar · 9 years ago
  34. dcc903b CMSIS Driver: updated headers (added C++ guard macros #101) by Robert Rostohar · 9 years ago
  35. 6cdd63f RTX5: updated example by Robert Rostohar · 9 years ago
  36. a37ccb3 RTX5: latest built libraries by Robert Rostohar · 9 years ago
  37. ded25f7 RTX5: relaxed timeouts to be in ticks and updated Kernel Tick functions by Robert Rostohar · 9 years ago
  38. c311370 corrected errors in CORE; added history version in SVD by bruneu01 · 9 years ago
  39. 29d0581 RTOS2: updated Kernel Tick functions by Robert Rostohar · 9 years ago
  40. 0a3d2b3 RTX5: removed thread return value by Robert Rostohar · 9 years ago
  41. 49d4307 Removed warnings. by Martin Günther · 9 years ago
  42. 8c21cd9 RTOS2: minor change in some function parameter names (consistency) by Robert Rostohar · 9 years ago
  43. 51d06e2 Minor changes in RTOS2 documentation by Matthias Hertel · 9 years ago
  44. 7356d84 Updated RTOS2 Documentation images by Matthias Hertel · 9 years ago
  45. 9df0df8 RTOS2: relaxed timeouts to be in ticks (rather than fixed to millisec) by Robert Rostohar · 9 years ago
  46. 77829b9 Clearified memory pools by ReinhardKeil · 9 years ago
  47. 94a43df RTOS2: removed thread return value (not common in embedded or C++ thread) by Robert Rostohar · 9 years ago
  48. 171d467 adapted to lates changes (version 1.3.3) by bruneu01 · 9 years ago
  49. 3fc7e28 Added RTOS2 documentation on Memory Allocation by Matthias Hertel · 9 years ago
  50. ad086ea accepted pull #89 for Cosmic Compiler. by Joachim Krech · 9 years ago
  51. 1634c46 Prepared frames for documenting RTOS RTX Configuration by bruneu01 · 9 years ago
  52. 2312ebb RTX5: latest built libraries (fixes issue #91) by Robert Rostohar · 9 years ago
  53. 5ac5f20 RTX5: corrected sections in configuration (.data.os* for non-zero init) by Robert Rostohar · 9 years ago
  54. b2092ab RTX5: corrected handling of unblocking wait functions with osWaitForever (issue #91) by Robert Rostohar · 9 years ago
  55. 785c2aa RTOS2 & RTX5: updated guard macros in include files (not using reserved identifier) by Robert Rostohar · 9 years ago
  56. 4611e7f Drivers: updated guard macros in include file (not using reserved identifier) by Robert Rostohar · 9 years ago
  57. 37b6668 RTX5: latest built libraries by Robert Rostohar · 9 years ago
  58. 7d8983d RTX5: changed object ID typdefs to void * by Robert Rostohar · 9 years ago
  59. 02e45bf RTOS2: changed object ID typdefs to void * by Robert Rostohar · 9 years ago
  60. aad2234 RTX5: registered Stack Check option into Configuration structure by Robert Rostohar · 9 years ago
  61. eed6a53 RTX5: updated implementation - limited osThreadFlagsClear/Get to current running thread and reversed osFlagsAutoClear to osFlagsNoClear (default) by Robert Rostohar · 9 years ago
  62. 461d000 RTOS2: updated API - limited osThreadFlagsClear/Get to current running thread and reversed osFlagsAutoClear to osFlagsNoClear (default) by Robert Rostohar · 9 years ago
  63. bf3df37 RTX5: updated implementation - removed osThreadAbortWait (osThreadSuspend used instead) and joined states osThreadWaiting and osThreadSuspended into osThreadBlocked by Robert Rostohar · 9 years ago
  64. 3ade623 RTOS2: updated API - removed osThreadAbortWait (osThreadSuspend used instead) and joined states osThreadWaiting and osThreadSuspended into osThreadBlocked by Robert Rostohar · 9 years ago
  65. 705839c Clearified task states by ReinhardKeil · 9 years ago
  66. 50ae061 RTX5: updated configuration file (only reordered) by Robert Rostohar · 9 years ago
  67. cc1a3d2 first iteration of feedback by ReinhardKeil · 9 years ago
  68. 9266ca5 RTX5: latest built libraries by Robert Rostohar · 9 years ago
  69. 4e39f0f RTX5: added waiting list for threads blocked with osWaitForever by Robert Rostohar · 9 years ago
  70. d8d279c RTX5: extended memory block management with type identifier by Robert Rostohar · 9 years ago
  71. d6c28bb RTX5: changed R/W section names to start with .data/.bss by Robert Rostohar · 9 years ago
  72. 3c2ce85 Minor typo fix by Christopher Seidl · 9 years ago
  73. c583125 Fixed documentation for file element name attribute by Joachim Krech · 9 years ago
  74. fb844c9 RTOS2 doc: updated revision history by Robert Rostohar · 9 years ago
  75. c4aad43 RTOS2: minor updates in documentation (typos) by Robert Rostohar · 9 years ago
  76. d27a249 RTX5: updated osSemaphoreNew parameter checking (max token count must not be zero) by Robert Rostohar · 9 years ago
  77. 0182a23 RTX5: updated Component Viewer (svcd) file by Robert Rostohar · 9 years ago
  78. 655f724 Updated Release Notes 5.0.0-Beta12 by Joachim Krech · 9 years ago
  79. 0330d30 Updated SVD doc: SVD fiiles distributed in packs by Joachim Krech · 9 years ago
  80. e1efcb4 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by Robert Rostohar · 9 years ago
  81. 2a0fd6d RTX5: updated support for ARMv8-M (including GCC) by Robert Rostohar · 9 years ago
  82. b4c35c6 Updated Core documentation. by Martin Günther · 9 years ago
  83. 9614355 Updated DSP_Lib projects. by Martin Günther · 9 years ago
  84. d0d0315 adding CMSIS compiler control macros to cmsis_armcc.h by Martin Günther · 9 years ago
  85. adef7a0 RTX5: added support for ARMv8-M Mainline (including TrustZone Context Management) by Robert Rostohar · 9 years ago
  86. a697518 CMSIS-Core documentation added TX_context.h and minor enhancments/corrections by ReinhardKeil · 9 years ago
  87. ff534ae Corrected arm_conv_partial_q15(), arm_conv_q15(), arm_correlate_q15() for Cortex-M7 based cores. by Martin Günther · 9 years ago
  88. 8d969ae Added comment about SAU region attributes to partition_*.h. by Martin Günther · 9 years ago
  89. b240dc8 Updated pdsc (RTX5 library description) by Robert Rostohar · 9 years ago
  90. ef8c22c RTX5: added support for ARMv8-M Mainline (including TrustZone Context Management) by Robert Rostohar · 9 years ago
  91. 7030571 RTOS2: added Context Management API for ARMv8-M TrustZone by Robert Rostohar · 9 years ago
  92. 18cda48 SVDConv Version 3.2.48 by Joachim Krech · 9 years ago
  93. ae9507d Update to version 1.3.3 by Joachim Krech · 9 years ago
  94. 9bf9a9e performance optimizations for arm_mat_mult_fast_q15 and arm_mat_mult_fast_q31 by David Palframan · 9 years ago
  95. 4da2d09 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by ReinhardKeil · 9 years ago
  96. 4709b3c Clearified some RTOS v2 terms by ReinhardKeil · 9 years ago
  97. 5a68bcc Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by Matthias Hertel · 9 years ago
  98. 1524a53 Updating todos by Matthias Hertel · 9 years ago
  99. 7ef2dfb Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by Robert Rostohar · 9 years ago
  100. e6ffbc4 RTX5: updated scvd file by Robert Rostohar · 9 years ago