1. 3f3b67f Core(A): Fixed __FPU_Enable function not to mess registers. (#589) by Jonatan Antoni · 6 years ago
  2. 0b16b65 CoreValidation: Added test case for __FPU_Enable. by Jonatan Antoni · 6 years ago
  3. 81e510e Device: Fixed startup/system files for Armv8.1-MML. by Jonatan Antoni · 6 years ago
  4. 47bc201 Extended with attribute uninit, share, dma (for peripherals, memory) by reinhardkeil · 6 years ago
  5. b76562b Finalized initial documentation by Christopher Seidl · 6 years ago
  6. 4f4d444 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by Christopher Seidl · 6 years ago
  7. 86b1738 Added fzone file to table. by Christopher Seidl · 6 years ago
  8. a0a0e43 CMSIS RTOS2 Documentation: updated example for Mutex creation with user-defined allocation by Robert Rostohar · 6 years ago
  9. 0385ef3 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by Christopher Seidl · 6 years ago
  10. 738f90c Further documentation work by Christopher Seidl · 6 years ago
  11. 2f28d42 Merge pull request #572 from clamar01/develop by Christophe Favergeon · 6 years ago
  12. e642b73 More work on Zone documentation. by Christopher Seidl · 6 years ago
  13. 535c313 Updated Zone documentation; WIP. by Christopher Seidl · 6 years ago
  14. 189d942 Updated code example as reuested in SDMDK-8496. by Christopher Seidl · 6 years ago
  15. a4cf214 CMSIS Driver SAI: typo correction in comment by Robert Rostohar · 6 years ago
  16. 72210c6 __NVIC_EnableIRQ compiler barriers by Kevin Bracey · 7 years ago
  17. 0c41122 Add __COMPILER_BARRIER by Kevin Bracey · 7 years ago
  18. c24b6cf NVIC_SetVector: Add DSB to newer cores by Kevin Bracey · 6 years ago
  19. 42d083e Device: Updated C startup code for ARMv81MML. by Jonatan Antoni · 6 years ago
  20. 05ff76c Core(M): Enhanced Startup and Lowlevel init provisions. by Jonatan Antoni · 6 years ago
  21. fdf55f2 Device: Fixed AC6 scatter file for ARMv81MML. by Jonatan Antoni · 6 years ago
  22. 80daf54 Expanded code example as requested in SDMDK-8496. by Christopher Seidl · 6 years ago
  23. 7968e76 Removed CMSIS-Zone specific stylesheet and applied left-aligned images to the complete CMSIS documentation. by Christopher Seidl · 6 years ago
  24. 9388643 Fixed problem with new CSS file for CMSIS-Zone. by Christopher Seidl · 6 years ago
  25. 75d1863 Added section about schema check before releasing a pack. by Christopher Seidl · 6 years ago
  26. 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
  27. f1c5227 Moved the Zone utility documentation from sections to pages. by Christopher Seidl · 6 years ago
  28. 7c663d4 typo by reinhardkeil · 6 years ago
  29. 49b0e9a RTX4: rebuilt libraries (ARM/GCC/IAR) by Robert Rostohar · 6 years ago
  30. 86d53b7 RTX4: updated provisions for Arm Compiler 6 when using Cortex-M0/M0+ by Robert Rostohar · 6 years ago
  31. 3942a34 Device: Fixed Armv8.1-MML scatter file template to use secure ram by default. by Jonatan Antoni · 6 years ago
  32. 93265c3 Added Goodix by Christopher Seidl · 6 years ago
  33. af507a9 Added Goodix by Christopher Seidl · 6 years ago
  34. ae553b7 Device: Fixed/generalized startup code for Armv8.1-MML. by Jonatan Antoni · 6 years ago
  35. 672b471 Core(M): Introduced provisions for compiler-independent C startup code. by Jonatan Antoni · 6 years ago
  36. ac4fbb8 Added initial CMSIS-Zone usage documentation. by Christopher Seidl · 6 years ago
  37. 8060372 Added some compiler specific intrinsics for Core A for the future by ClaudioMartino · 6 years ago
  38. dda7e07 Removed comments about loop unrolling in NEON codes to avoid confusion by ClaudioMartino · 6 years ago
  39. e43d33f privilege expanded by reinhardkeil · 6 years ago
  40. 520401d RTX5: updated revision history by Robert Rostohar · 6 years ago
  41. 5a7a893 Merge pull request #571 from kjbracey-arm/join by Robert Rostohar · 6 years ago
  42. 274494c RTX5: fixed osMutexRelease issue (#574 #578) by Robert Rostohar · 6 years ago
  43. 757e808 RTX5 (Component View): displaying "Mutex owner" only when mutex locked by Vladimir Umek · 6 years ago
  44. 7f02e16 CMSIS-Zone: minor clearifications by reinhardkeil · 6 years ago
  45. 55ac657 CMSIS-Zone: .rzone: MPC is now disconnected from memory regions. This allows smaller or larger regions that are controlled by MPC. by reinhardkeil · 6 years ago
  46. 9ff5625 numInterrupts, sauNumRegions added to *.rzone + Generator data model by reinhardkeil · 6 years ago
  47. e56c6ee Utilities: Moved SVDConv back to LFS by Jonatan Antoni · 6 years ago
  48. 9336b17 README: Enhanced Readme with reference to Git-LFS. by Jonatan Antoni · 6 years ago
  49. 8962921 MPC extended: now both Secure and Privileged attribute can be used to verified memory access. by reinhardkeil · 6 years ago
  50. bb4a29b Added details for osThreadJoin .. by Vladimir Marchenko · 6 years ago
  51. cdd22e2 filtering_pState uses VLD1 and it needs to be aligned to avoid alignment faults by ClaudioMartino · 6 years ago
  52. 0f947fe New NEON float32 algorithms for Cortex A5 (TransformFunctions excluded) with armDS project by ClaudioMartino · 6 years ago
  53. b11a184 RTX5: Have osThreadJoin mark thread non-joinable by Kevin Bracey · 6 years ago
  54. 837ed04 RTX5: removed unnecessary semicolons by Vladimir Umek · 6 years ago
  55. 6465e81 MPC: blk_size introduced by reinhardkeil · 6 years ago
  56. 7490816 Added documentation for creating SVC functions, as requested in SDCMSIS-886. by Christopher Seidl · 6 years ago
  57. 23f3658 Minor fix-ups left from last release. by Jonatan Antoni · 6 years ago
  58. 2651144 Merge pull request #565 from freddan80/develop by felix-johnny · 6 years ago
  59. ede383b CMSIS-Zone documentation: by reinhardkeil · 6 years ago
  60. 7e7a73a SVDConv v3.3.26 by Thorsten de Buhr · 6 years ago
  61. 64ccb89 CMSIS-Zone *.rzone: sau_init element moved to resources by reinhardkeil · 6 years ago
  62. 5485089 CMSIS-Zone: callable attribute added to memory by reinhardkeil · 6 years ago
  63. c9db576 CMSIS-Zone: enhanced description on FreeMarker output format by reinhardkeil · 6 years ago
  64. 291e08e Fixing shift on zero issue by Fredrik Knutsson · 6 years ago
  65. a9ef7e7 Improved the README of the CMSIS-DSP Python wrapper. by Christophe Favergeon · 6 years ago
  66. b75596e Security attribute clearified by reinhardkeil · 6 years ago
  67. a48c2ec CMSIS-Zone: improved tz_setup/reg_setup by reinhardkeil · 6 years ago
  68. 1bdafae Improved the README for the Python wrapper. by Christophe Favergeon · 6 years ago
  69. 4b6254a tz_setup added to FreeMarker output by reinhardkeil · 6 years ago
  70. db1dc63 Cortex-M7: Add SCB_InvalidateICache_by_Addr by Kevin Bracey · 6 years ago
  71. 4128fac Corrected example.py so that it also works with Python 2. by Christophe Favergeon · 6 years ago
  72. 53f828f First release of the Numpy compatible Python wrapper for the CMSIS-DSP. by Christophe Favergeon · 6 years ago
  73. 1c41dca CoreValidation: Increased model test execution timeout to 120 seconds. by Jonatan Antoni · 6 years ago
  74. 90a7e91 DoxyGen: Fixed version and history of CMSIS 5.5.1 in documentation overview. by Jonatan Antoni · 6 years ago
  75. 035cfb1 Bump pack version after release. by Jonatan Antoni · 6 years ago
  76. 63c1419 Pack: Bump version numbers and histories for release 5.5.1. by Jonatan Antoni · 6 years ago
  77. 53e7d9a CMSIS-NN: Reduced stack/heap config for CIFAR-10 example targeting Cortex-M4. by Jonatan Antoni · 6 years ago
  78. e3ed488 Device: Fixed GCC startup templates and versions/file dates. by Jonatan Antoni · 6 years ago
  79. 47bf4eb Core(M): Removed invalid character at beginning of the file. by Jonatan Antoni · 6 years ago
  80. 191afdb Enhanced change history. by Jonatan Antoni · 6 years ago
  81. 3b2f0d2 Aligned CMSIS-DSP component version and history. by Jonatan Antoni · 6 years ago
  82. 648ac2c Readded pack layout compliance by Jonatan Antoni · 6 years ago
  83. 12955cd Updated file versions, dates and copyright headers. by Jonatan Antoni · 6 years ago
  84. 9b2b683 FORCEINLNE and __RESTRICT documentation added by reinhardkeil · 6 years ago
  85. 7d9bcf0 Update DSP history by GuentherMartin · 6 years ago
  86. 44e781d Core(M): Added ARM_MPU_ namespace to MPU-specific orderedCpy function. by Jonatan Antoni · 6 years ago
  87. ce0aa9c CMSIS WiFi Interface API: corrected minor typos in documentation by Robert Rostohar · 6 years ago
  88. 1410ace Added SIMD macros to arm_math.h again. CMSIS NN uses this macros. by GuentherMartin · 6 years ago
  89. 48b8de3 Device: Fixed device files for Armv8.1-MML by Jonatan Antoni · 6 years ago
  90. 22cc8f7 WiFi api definition: file doc added by Joachim Krech · 6 years ago
  91. c91a46d Bump pack version after release. by Jonatan Antoni · 6 years ago
  92. d21dbbe Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by reinhardkeil · 6 years ago
  93. fb5e8d4 Custom driver selection clearified by reinhardkeil · 6 years ago
  94. 959f46e Release preparation: Fixed release date. by Jonatan Antoni · 6 years ago
  95. aca6ea5 History improved by reinhardkeil · 6 years ago
  96. f35c290 Release preparation: Fixed gen_pack.bat. Relocated CMSIS/DSP/Lib was not copied. by Jonatan Antoni · 6 years ago
  97. 445accf Release preparation: Aligned rev history for CMSIS Driver. by Jonatan Antoni · 6 years ago
  98. 195ce91 DoxyGen: Fixed CMSISD-Driver version in global rev history. by Jonatan Antoni · 6 years ago
  99. 9feb2b2 Release preparation: Fixed pack generation respecting changed DSP folders. by Jonatan Antoni · 6 years ago
  100. eea3193 Updated CMSIS WiFi Interface API (header and documentation) by Robert Rostohar · 6 years ago