1. 57d9dba DoxyGen: Enhanced RTOS2/RTX5 documentation of memory sections. by Jonatan Antoni · 7 years ago
  2. ba157cf RTX5 (Component View): updated object name display by Vladimir Umek · 7 years ago
  3. 856be70 RTX5: minor internal update (#500) by Robert Rostohar · 7 years ago
  4. dfaaca8 Track *.exe files with LFS. by Jonatan Antoni · 7 years ago
  5. 7d64919 RTOS2: Updated IAR support by TTornblom · 7 years ago
  6. e01bffb RTOS2: Updated IAR support by TTornblom · 7 years ago
  7. db079b8 Moving all pre-built libraries to LFS. by Jonatan Antoni · 7 years ago
  8. c0f83ab RTOS2: Updated IAR support by TTornblom · 7 years ago
  9. 66c4597 Avoid __builtin_clz(0) by Kevin Bracey · 7 years ago
  10. 3c5e575 Changed from "INCLUDE" to "#include" as the first method has issues with paths. by TTornblom · 7 years ago
  11. 2efcd74 Added Cortex-M1 by Christopher Seidl · 7 years ago
  12. 19cdfbf updated project settings according new arm_math.h by GuentherMartin · 7 years ago
  13. c2eab03 reworked AC6 preprocessed startup files by GuentherMartin · 7 years ago
  14. 5913df8 DSP_Lib: - updated arm_math.h - reduced ARM_MATH_CMx macros by GuentherMartin · 7 years ago
  15. b2b04db CM3: Make ACTLR bit definitions conditional by Kevin Bracey · 7 years ago
  16. 9fc01b4 CMSIS-Core(M): Reworked Stack/Heap configuration for ARM startup files. by GuentherMartin · 7 years ago
  17. 605e4d6 CMSIS-Core(M): Reworked Stack/Heap configuration for ARM startup files. by GuentherMartin · 7 years ago
  18. ec920fb Implement arm_rfft_fast_init_f32 with new separate initialize functions. by Dave Flogeras · 7 years ago
  19. 99933e0 Split rfft_fast_init_f32 into separate initializer functions. by Dave Flogeras · 7 years ago
  20. ee3aff3 Merged PR #166 by GuentherMartin · 7 years ago
  21. 3bdae96 removes unnecessary and non-portable type casts by johan-uden · 8 years ago
  22. fa8e815 DSP: fix double-promotion warnings in arm_mat_inverse_f64 by Andrew Leech · 7 years ago
  23. 1fd36a9 restore unrelated changes inadvertently reverted due to bad commit separation by Oskar Weigl · 7 years ago
  24. aa75596 add special values to sin and cos test data by Oskar Weigl · 7 years ago
  25. a8123fe Revert "input range must be in [0:2PI]" by Oskar Weigl · 7 years ago
  26. 1862c28 Revert "input range is [0..2Pi]" by Oskar Weigl · 7 years ago
  27. cedf3a0 fix float rounding issue in sincos index calculation by Oskar Weigl · 7 years ago
  28. 99013b0 Added __CMSIS_GCC_OUT_RW_REG by Kochise · 7 years ago
  29. f52f62e clarify condition attributes relating to device description by Joachim Krech · 7 years ago
  30. 5552b66 CMSIS-Core(A): Fixed the position of "extern "C"" by d-kato · 7 years ago
  31. e958bac Clarified the necessity to use an app_main thread to take care of creating and starting objects. Removed garbled text. by Christopher Seidl · 7 years ago
  32. 87c33cf RTX5: minor internal changes (changed object identifiers to avoid memory pool free side effect) by Robert Rostohar · 7 years ago
  33. d442f6e CMSIS-RTOS2: updated documentation (error code description) by Robert Rostohar · 7 years ago
  34. a540b2a Cortex-A: Corrected Inner Cacheability attributes for Translation Table TTBR0 in MMU config. by Daniel Brondani · 7 years ago
  35. 969822a replacing __ARM_PCS_VFP with __ARM_FP for FPU codegen indicator in AC6 by Joachim Krech · 7 years ago
  36. 1ea17c5 RTX5: minor optimization (Event Recorder Initialization) by Robert Rostohar · 7 years ago
  37. 19de98d Clarified the usage of a <block> element. by Christopher Seidl · 7 years ago
  38. 18a818a Added read of DAP features. by Christopher Seidl · 7 years ago
  39. 5bc83ff added import lib misc option and include path by Joachim Krech · 7 years ago
  40. 93c0ddf RTX5: Updated Event Recorder configuration (also addresses #457) by Robert Rostohar · 7 years ago
  41. 26ce470 RTX5: minor optimization (ARMv6M) by Robert Rostohar · 7 years ago
  42. 7643cd3 RTX5: minor optimizations by Robert Rostohar · 7 years ago
  43. 5ad620f Fixed typo by Christopher Seidl · 7 years ago
  44. 2d690e2 Minor documentation fix by Reinhard Keil · 7 years ago
  45. 3362e5e Minor documentation fixes by Reinhard Keil · 7 years ago
  46. ab35be3 Modified Cortex-M7 SCB_*Cache_by_Addr functions (#280). by GuentherMartin · 7 years ago
  47. f46b011 Correcting minor documentation typos by Vladimir Marchenko · 7 years ago
  48. fd24860 Added define for 'Cortex-M7 cache line size' (#282) by GuentherMartin · 7 years ago
  49. c909940 Changed cache function from __STATIC_INLINE to __STATIC_FORCEINLINE. by GuentherMartin · 7 years ago
  50. 7f91c44 Device: Added attribute used to all interrupt vector arrays. by Jonatan Antoni · 7 years ago
  51. d3f3250 Core(M): Fixed __UQADD8 for ArmClang. by Jonatan Antoni · 7 years ago
  52. 412dc94 RTX5: typo correction in documentation by Robert Rostohar · 7 years ago
  53. 52848f1 Stack Requirements documented by Reinhard Keil · 7 years ago
  54. e06f05f Adding support for __restrict keyword for TI ARM compiler by BobHeilmaier · 7 years ago
  55. d1601f3 Core(M): Splitted armclang compiler header for LTM and latest. by Jonatan Antoni · 7 years ago
  56. 8e90026 Pack: Fixed assembly Startup component for Cortec-M1. by Jonatan Antoni · 7 years ago
  57. a26c16a removing restrictive size limitation of restrictedString by Joachim Krech · 7 years ago
  58. 7645a11 IAR: Restructured NN examples by TTornblom · 7 years ago
  59. b4ca3ae CMSIS-RTOS2: added documentation split for CM0-7 support only. by Vladimir Marchenko · 7 years ago
  60. d5e052f IAR: Ported NN examples to IAR by TTornblom · 7 years ago
  61. 5005724 Arm v8-M and SC items are put under corresponding conditions in CMSIS-Core documentation by Vladimir Marchenko · 7 years ago
  62. 83d7c98 minor correction by Reinhard Keil · 7 years ago
  63. ada75fb Documentation prepared to include Cortex-M0-M7 variant only by Reinhard Keil · 7 years ago
  64. a6df673 Fixed issue #413 by Beetix · 7 years ago
  65. 90352b5 Fixed typo (allways -> always). by Florian Behrens · 7 years ago
  66. b4b7c8d Revert "RTX5: .bss sections explicitly assigned to ZI for ARMCC5 (#407)" by Jonatan Antoni · 7 years ago
  67. 7056e2f CMSIS-Core(M): Fixed incorrect EXC_RETURN_SPSEL definition in ARMv8-M includes. by Alexander Koeberl · 7 years ago
  68. 68e535d RTX5: enhanced events (Generic Wait and Thread Flags) by Robert Rostohar · 7 years ago
  69. 1037636 CMSIS-Zone documentation updates by Reinhard Keil · 7 years ago
  70. 027464c RTX5: .bss sections explicitly assigned to ZI for ARMCC5 (#407) by Robert Rostohar · 7 years ago
  71. cfe2fa3 IAR: IAR compilation problem with __RESTRICT define (7.80) by TTornblom · 7 years ago
  72. 282aa99 Revert "rtos: rtx5: ARMCC5: move the variables in .bss.os section to ZI section" by Jonatan Antoni · 7 years ago
  73. 0fb7ea2 Removed ITM integration registers. by GuentherMartin · 7 years ago
  74. c940876 Deleted obsolete registers from SCB_Type structure. by GuentherMartin · 7 years ago
  75. 0b4f11c rtos: rtx5: ARMCC5: move the variables in .bss.os section to ZI section by Tero Jääskö · 7 years ago
  76. 2ead2ad Core(M): Fixed MPUPv7 macro ARM_MPU_RASR_EX. by Jonatan Antoni · 7 years ago
  77. 6c83b54 RTX5: enhanced KernelInfoRetrieved event by Robert Rostohar · 7 years ago
  78. e3af0a5 RTX5: corrections in documentation for generated events by Robert Rostohar · 7 years ago
  79. 19c8bfb updated ARMv8M DSP libraries. by GuentherMartin · 7 years ago
  80. 8b97e34 corrected CMSIS versions by GuentherMartin · 7 years ago
  81. 0695c51 RTX5: minor typo correction in documentation by Robert Rostohar · 7 years ago
  82. 0d37923 Added Cortex-M35P to documentation. by GuentherMartin · 7 years ago
  83. 83177af RTX5: Updated RTX generated events (reorganized components) and Event Recorder configuration by Robert Rostohar · 7 years ago
  84. ec9419c Added Cortex-M35P device Support. by GuentherMartin · 7 years ago
  85. f95e113 Changed 'Serial Viewer Output' to 'Serial Wire Output' by Florian Behrens · 7 years ago
  86. e4f6a25 IAR: Added C-startup files by TTornblom · 7 years ago
  87. 7a57e3f add dspPresent required for Cortex-M33 by Joachim Krech · 7 years ago
  88. d143b79 Pull request #410: Fix define around EvrRtxKernelInitialized by Robert Rostohar · 7 years ago
  89. 1e95386 Corrected documentation for REVSH -> int16_t __REVSH(int16_t value); by Reinhard Keil · 7 years ago
  90. 1d9bfb9 CMSIS-Zone XML documentation revised by Reinhard Keil · 7 years ago
  91. 0d2dbfb Version bump on develop after release. by Jonatan Antoni · 7 years ago
  92. adbadb2 Fixup's during release merge. by Jonatan Antoni · 7 years ago
  93. 8619da0 typo fixed by Reinhard Keil · 7 years ago
  94. cb7537e CMSIS-Core(M) documentation: __NO_EMBEDDED_ASM clarified by Reinhard Keil · 7 years ago
  95. 1e91d26 Core(M): Fixed ARM_MPU_RBAR macro for Armv8 MPU. by Jonatan Antoni · 7 years ago
  96. 03766d5 Added Generalplus by Christopher Seidl · 7 years ago
  97. 4fe37cd Added Generalplus by Christopher Seidl · 7 years ago
  98. c293933 DoxyGen: Enhanced description of SVDConv.exe to recommend --strict option. by Jonatan Antoni · 7 years ago
  99. c031531 Fixed issues in pack manifest file. by Jonatan Antoni · 7 years ago
  100. a9302e3 Device: Updated vendor templates. by Jonatan Antoni · 7 years ago