1. bfcd972 DoxyGen: Enhanced/reworked Cache Functions and RTOS2. by Jonatan Antoni · 5 years ago
  2. e13f074 Minor clean-up for SVDConv Errors and Warnings by Vladimir Marchenko · 5 years ago
  3. 06c244e Improved descriptions for PackChk Errors and Warnings by Vladimir Marchenko · 5 years ago
  4. 1dd090b RTX5: added support for MVE-I (Armv8.1-M) by Robert Rostohar · 5 years ago
  5. b9671a2 Updating PMU Event Counter Number from 12 to 8 to align with Cortex-M55's default number when the PMU is configured. by Edmund Player · 5 years ago
  6. 036eae5 Core(M): Fixed typo in __VECTOR_TABLE_ATTRIBUTE definition (#740) by Rajmund Szymański · 6 years ago
  7. 98183c4 Driver: Fixed typo in SAI Driver interface macro. (#849) by David Lin · 5 years ago
  8. bf149ff Device: Fixed ARMv81MML partition file to recognize MVE usage. by Jonatan Antoni · 5 years ago
  9. 4e5f1b2 Added documentation for MVE and PMU functions as requested in SDCMSIS-1131 by Christopher Seidl · 5 years ago
  10. e907310 Pack: Enhanced uVision and EWARM Simulators for Armv8.1-M compatibility. by Jonatan Antoni · 5 years ago
  11. c88880a RTOS2: Added Blinky and MsgQueue examples for IAR by TTornblom · 5 years ago
  12. 5a1a7f8 Minor code example updates by Christopher Seidl · 5 years ago
  13. 1761dcb Aligned PMU function prototypes and definitions for PMU counter overflow and interrupt enable functions. by Edmund Player · 5 years ago
  14. 415c9cd Device: Replaced __MVE_USED with __ARM_FEATURE_MVE on Armv8.1-M devices. by Jonatan Antoni · 5 years ago
  15. 6132e74 VIO: updated template (removed code annotation) by Robert Rostohar · 5 years ago
  16. eabe677 Updated last four PMU functions to return void. by Edmund Player · 5 years ago
  17. 6f3e709 CMSIS_VIO: changed valueXYZ presentation in SCVD file. by GuentherMartin · 5 years ago
  18. 02459e6 VIO: updated template (added further sections controlled with defines CMSIS_VIN and CMSIS_VOUT) by Robert Rostohar · 5 years ago
  19. fabb3cb Added usage code examples to all functions. by Christopher Seidl · 5 years ago
  20. 0f10935 VIO: updated template (added support for defines CMSIS_VIN and CMSIS_VOUT) by Robert Rostohar · 5 years ago
  21. 3ae681d Updated images and documentation by Christopher Seidl · 5 years ago
  22. 92eb2ea VIO: renamed definitions, functions and symbols (prefix "cv") by Robert Rostohar · 5 years ago
  23. bc36df1 Removed VIO and updated overview image. Links to CMSIS-Driver VIO set. by Christopher Seidl · 5 years ago
  24. 26ddf8a Changed cv prefix to vio by Christopher Seidl · 5 years ago
  25. 4b8a976 CMSIS-DSP: reduced arm_linear_interep_table for arm_linear_interp_example. by GuentherMartin · 5 years ago
  26. 9a825ef CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c by GuentherMartin · 5 years ago
  27. d13de88 Minor fixes. by Christopher Seidl · 5 years ago
  28. 1a98b76 CMSIS-DSP: Corrected issue in initialization tables for RFFT 32 samples. by Christophe Favergeon · 5 years ago
  29. 07fcf19 CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c by Christophe Favergeon · 5 years ago
  30. de6e384 RTX5: added support for Cortex-M55 (without FPU) by Robert Rostohar · 5 years ago
  31. 26c5ea6 CMSIS-NN Add MVE support in requantization for a variant of DWC by Felix Johnny · 5 years ago
  32. f0f420b Core(M): Fix-up to Armv8.1-M core headers after adding PMU. by Jonatan Antoni · 5 years ago
  33. e004c0f Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop by GuentherMartin · 5 years ago
  34. 6deac80 CMSIS DSP: reworked examples. by GuentherMartin · 5 years ago
  35. 8e3cb18 VIO initial documentation added; more work on the header file for easy documentation. by Christopher Seidl · 5 years ago
  36. 9818585 Device: Enhanced Armv8.1-MML TrustZone setup for MVE. by Jonatan Antoni · 5 years ago
  37. 9bd19b2 Corrected typo in return sections of functions. by Christopher Seidl · 5 years ago
  38. 9001466 CMSIS-DSP: Correction to spline function to be able to build examples by Christophe Favergeon · 5 years ago
  39. 61ef0a6 Updated pmu_armv8.h with PMU functions and event macros. by Edmund Player · 5 years ago
  40. fd1eca1 Fixed link for SDCMSIS-1172 by Christopher Seidl · 5 years ago
  41. 56cbb68 CMSIS VIO: registered API and added virtual implementation (using memory only) by Robert Rostohar · 5 years ago
  42. a397d71 CMSIS VIO: moved to CMSIS-Driver by Robert Rostohar · 5 years ago
  43. e36195c Minor updates by Christopher Seidl · 5 years ago
  44. 4ca3186 RTX5: corrected typo (preprocessor definitions for Armv8.1-M) by Robert Rostohar · 5 years ago
  45. 21eda05 CMSIS-DSP: Corrected type mistake. by Christophe Favergeon · 5 years ago
  46. 01f1b6b Core(M): Removed __MVE_PRESENT and __MVE_USED macros for Armv8.1-M based devices. by Jonatan Antoni · 5 years ago
  47. 6ddb42e Merge branch 'develop' of github.com:ARM-software/CMSIS_5 into develop by Joachim Krech · 5 years ago
  48. 3e26e2e corrected TZ-disabled to match PACK.xsd by Joachim Krech · 5 years ago
  49. c7c65ee CMSIS-DSP: Updated examples. by Christophe Favergeon · 5 years ago
  50. 76b9cab Pack: Enhanced TrustZone Secure/Non-secure conditions by Robert Rostohar · 5 years ago
  51. 2620d73 Pack: Fixed pack description and generator script ... by Jonatan Antoni · 5 years ago
  52. 39057b0 Changes made as required by SDCMSIS-1172 by Christopher Seidl · 5 years ago
  53. e94ddd6 CMSIS-NN Doxygen formatting fixes by Felix Johnny · 5 years ago
  54. 459d6f4 CMSIS-NN List source files and update revision number by Felix Johnny · 5 years ago
  55. 9716d8b CMSIS-DSP: Updated MDK projects with new functions. by Christophe Favergeon · 5 years ago
  56. 2819496 core: add SPDX identifier by Martin Kojtal · 5 years ago
  57. 17d2a9f CMSIS-DSP: Added tutorial link to Doxygen documentation. by Christophe Favergeon · 5 years ago
  58. 3adef1a CMSIS-DSP: Added path to new headers for building CMSIS-DSP pack. by Christophe Favergeon · 5 years ago
  59. d294968 CMSIS-NN: Improve performance of depthwise conv for MVE by Felix Johnny · 5 years ago
  60. ea0a3c7 CMSIS-DSP: Updates pack source component. by Jonatan Antoni · 5 years ago
  61. 2e91e77 DoxyGen: Fixed wrong vio.txt filename. by Daniel Brondani · 5 years ago
  62. c506684 CMSIS-VIO header file + SCVD file added by reinhardkeil · 5 years ago
  63. 96c5f76 CMSIS-NN: Add full code coverage for test_arm_convolve_1x1_fast by Måns Nilsson · 5 years ago
  64. 8620f81 Added examples to the tutorial. by Christopher Seidl · 5 years ago
  65. 9482e20 RTX5: typo correction in documentation (rtx_evr.h) by Robert Rostohar · 5 years ago
  66. b62f77d Added RTX5 tutorial, waiting for example projects by Christopher Seidl · 5 years ago
  67. aaed8fa CMSIS-NN: Add missing API to interface by Felix Johnny · 5 years ago
  68. ae7c2bf Merge branch 'develop' of github.com:ARM-software/CMSIS_5 into develop by Joachim Krech · 5 years ago
  69. 12ddba3 fix expected device define and include file by Joachim Krech · 5 years ago
  70. 27332a9 CMSIS-VIO initial documentation added by reinhardkeil · 5 years ago
  71. 75ae503 Updated Java installation instruction by Vladimir Marchenko · 5 years ago
  72. 3dcd3b1 RTX: Rebuilt IAR RTOS2 libraries by TTornblom · 5 years ago
  73. 3e5356a removed unused type definition #856 by Joachim Krech · 5 years ago
  74. 97917cc RTX5: added support for Cortex-M55 by Robert Rostohar · 5 years ago
  75. c103fb4 CMSIS-NN: Revert *_x/1_* intrinsics for MVE by Felix Johnny · 5 years ago
  76. cf92cdc CMSIS-NN: revert intrinsics for vdup(MVE) by Felix Johnny · 5 years ago
  77. 2e35655 CMSIS Driver: minor update in the documentation by Milorad Cvjetkovic · 5 years ago
  78. 536cf76 RTX5: updated version history by Robert Rostohar · 5 years ago
  79. e9674d5 RTX5: updated configuration template default values by Robert Rostohar · 5 years ago
  80. 529735c Doxygen: Fixed warnings for CMSIS-RTOS2 Mutex attributes by Robert Rostohar · 5 years ago
  81. 1710b1e CMSIS-NN: Warning fixes in depthwise conv(MVE) by Felix Johnny · 5 years ago
  82. ffd84e8 CMSIS_NN: Remove DSP extension optimization for avg pool by Felix Johnny · 5 years ago
  83. 4d7d0c0 CMSIS-NN: Use SXTAB instead of SXTB and SADD16 for DSP extension by Felix Johnny · 5 years ago
  84. 1e9f16d CMSIS Driver: minor update in the documentation by Milorad Cvjetkovic · 5 years ago
  85. eaa2a24 CMSIS-NN: Add unit test by Måns Nilsson · 6 years ago
  86. 0323afe CMSIS-NN: Use __RESTRICT instead of restrict keyword by Felix Johnny · 5 years ago
  87. 583db86 CMSIS-DSP: Disable some tests in the test framework. by Christophe Favergeon · 5 years ago
  88. f5f39aa DoxyGen: Added Armv8.1-MML and CM55 to template lists. by Jonatan Antoni · 5 years ago
  89. 8ced160 Core(M): Refactored/aligned L1 Cache Functions by Jonatan Antoni · 5 years ago
  90. c1dbf04 Irq modes handling by ua1arn · 5 years ago
  91. 33a56d5 DoxyGen: Fixed pack documentation for generators. by Jonatan Antoni · 5 years ago
  92. 8cb2bad CMSIS-NN: Add information on legacy and TFL micro compliant APIs by Felix Johnny · 5 years ago
  93. 8c9b2b3 CMSIS-NN: Improve performance of convolution for MVE by Felix Johnny · 5 years ago
  94. 4f8b625 Device: Fix wrong core header file inclusion for SC300 and SC000 by Surendran Kanagaraj · 6 years ago
  95. b293713 CMSIS-NN: Remove ARM_MATH_LOOPUNROLL by Måns Nilsson · 5 years ago
  96. 3489051 CMSIS-NN Opt: Optimize Depthwise convolution 3x3 w/ unit multiplier on Cortex-M4/M7 (non-DSP) by Giorgio Arena · 5 years ago
  97. 02c242d CMSIS Driver: minor update in the documentation by Milorad Cvjetkovic · 5 years ago
  98. 57d4dae Partner Meeting 2020 slides uploaded by reinhardkeil · 5 years ago
  99. 3aad31a CMSIS-DSP: Modified spline f32 to compute coeffs at init time by ClaudioMartino · 5 years ago
  100. 5f32a1e CMSIS-NN: Optimized matrix multiplication function for Cortex-M7 by Gian Marco Iodice · 5 years ago