1. 09694d7 Device: Updated all Cortex-M devices with strongly typed vector table references. by Jonatan Antoni · 6 years ago
  2. c9d4a4a CMSIS-DSP: Initial F64 CFFT/RFFT implementation by FabKlein · 6 years ago
  3. d76d5e3 Adding return value to pooling functions by Fredrik Knutsson · 6 years ago
  4. 8366f81 CMSIS-NN: Documentation update by Felix Johnny · 6 years ago
  5. d5b5afb CMSIS-NN: Fix arm_mve_requantize_32x4 renaming by Felix Johnny · 6 years ago
  6. 91f223d CMSIS-NN: Chnaged some types on arm_avgpool_s8 by Christophe Favergeon · 6 years ago
  7. 5a31d5d CMSIS-NN: Helium version of arm_avgpool_s8 by Christophe Favergeon · 6 years ago
  8. 9219e94 [MVE] clean-up of loading constant offset vectors by Sjoerd Meijer · 6 years ago
  9. a217231 CMSIS-DAP: Updated DAP.h - added extern "C" for C++ (#750) by Robert Rostohar · 6 years ago
  10. ecb76bf Fix some issues with inline asm PIN_DELAY_SLOW() for v6-M. by Chris Reed · 6 years ago
  11. 5ea4a66 Protect TRUE/FALSE defines in rtx_core_ca.h. by Robert Rostohar · 6 years ago
  12. 4727d3b Protect TRUE/FALSE defines in rtx_core_cm.h. by Chris Reed · 6 years ago
  13. 5b271bb CMSIS-NN: MVE support for max pool by Felix Johnny · 6 years ago
  14. 327edde CMSIS-DSP: Added test patterns for RFFT float. by Christophe Favergeon · 6 years ago
  15. d83c6c9 CMSIS-DSP: Added new test patterns for Transform by Christophe Favergeon · 6 years ago
  16. 288c17a DmveEnum is changed according to specification by Evgueni Driouk · 6 years ago
  17. c75b8bb Merge branch 'develop' of git@github.com:ARM-software/CMSIS_5.git into develop by Evgueni Driouk · 6 years ago
  18. a1ad8db added attribute 'uninit' to <memory> element to replace deprecated by Evgueni Driouk · 6 years ago
  19. c08cc9a Graphic update by Christopher Seidl · 6 years ago
  20. 8c733e3 Updated CMSIS-Driver overview by Christopher Seidl · 6 years ago
  21. 680e079 CMSIS-DAP: PIN_DELAY_SLOW macro implemented in assembly to prevent being optimized out (#389) by Robert Rostohar · 6 years ago
  22. 59aeeea CMSIS-DSP: Improvements to test framework by Christophe Favergeon · 6 years ago
  23. 1f3f968 CMSIS-DSP:Corrected bug in arm_div_q63_to_q31 by Christophe Favergeon · 6 years ago
  24. e972cbd CMSIS-DSP: Corrected problem with arm_mat_inverse. by Christophe Favergeon · 6 years ago
  25. b97adc3 CMSIS-DSP: Added MVE code for FIR. Improved FIR test patterns. by Christophe Favergeon · 6 years ago
  26. ad0c6de CMSIS-NN: MVE support for s8 1x1 conv by Felix Johnny · 6 years ago
  27. 97b3840 CMSIS-NN: Fix elementwise multiplication when output shift is positive by Giorgio Arena · 6 years ago
  28. 34b2b62 Updated block diagram to incorporate WiFi driver by Christopher Seidl · 6 years ago
  29. 0733316 CMSIS-NN: Update API Index and history by Felix Johnny · 6 years ago
  30. 0913455 CMSIS-NN: MVE support for s8 softmax by Felix Johnny · 6 years ago
  31. 4f46273 CMSIS-DSP: Added test patterns for fir by Christophe Favergeon · 6 years ago
  32. 5deff57 Device: Renamed globally exposed interrupt function pointer type. by Jonatan Antoni · 6 years ago
  33. 718966b CMSIS-DSP: Added test examples by Christophe Favergeon · 6 years ago
  34. 526d557 Update README.md by Jinhui-Lin · 6 years ago
  35. a682991 CMSIS-DSP: Add ARMv81MML support for MPS3 platform by GorgonMeducer · 6 years ago
  36. 11bd248 CMSIS-NN : MVE support for s8 depthwise conv by Felix Johnny · 6 years ago
  37. b5ef1c9 Device(M): Refactoring __VECTOR_TABLE to avoid MFC issues with IAR by TTornblom · 6 years ago
  38. 0b4f047 CMSIS-DSP : Update MPS3 platform name in testing framework. by Christophe Favergeon · 6 years ago
  39. 88b789c RTOS2: updated 'main' template (removes compiler warnings) by Robert Rostohar · 6 years ago
  40. 58b1eb3 CMSIS-DSP: Corrected build problem with arm_correlate_f32. by Christophe Favergeon · 6 years ago
  41. 4a315c3 CMSIS-DSP: Generated test patterns for convolutions and correlations. by Christophe Favergeon · 6 years ago
  42. 367449d Documentation update for 'dormant' attribute of <debugconfig> element. Update of 'DebugPortSetup' sequence with usage of 'dormant' bit in __protocol. by Jens Reinecke · 6 years ago
  43. 4b9e92e CMSIS-DSP: Update link script of Cortex-M33 for platform MPS3 by GorgonMeducer · 6 years ago
  44. f8d8ec8 CMSIS-DSP: Add MPS3 Cortex-M33 support to Testing platform by GorgonMeducer · 6 years ago
  45. 091d1f1 Pack.xsd: Added 'dormant' attribute to <debugconfig>. Added extensions for APv2 (ADIv6) support. by Jens Reinecke · 6 years ago
  46. 3d7289c Added XMC by Christopher Seidl · 6 years ago
  47. ef9cf2e Generator data model: memory[n].physical added by reinhardkeil · 6 years ago
  48. 6f01ac4 CMSIS-NN: MVE support for s8 conv by Felix Johnny · 6 years ago
  49. 6c3a9a4 CMSIS-NN: MVE support for s8 Fully connected and MatMul by Felix Johnny · 6 years ago
  50. 9b09987 CMSIS-DSP: Modified testing environment for M0. by Christophe Favergeon · 6 years ago
  51. d3e4eb9 CMSIS-DSP: Added MVE code for Matrix functions. by Christophe Favergeon · 6 years ago
  52. 3291331 CMSIS-NN: Implement bit accurate function for Softmax layer - Uint8 by Gian Marco Iodice · 6 years ago
  53. 28b37b1 Added arm_abs_q31.c Neon by ClaudioMartino · 6 years ago
  54. e440431 custom component attribute added, refined Dsecure and Dmve by Joachim Krech · 6 years ago
  55. eae9bb0 CMSIS-Pack: by reinhardkeil · 6 years ago
  56. 4181f8a CMSIS_NN: Update 1x1 conv for s8 by Felix Johnny · 6 years ago
  57. fc36635 RTX5: updated examples (latest configuration files and other minor improvements) by Robert Rostohar · 6 years ago
  58. 522c1f1 Device: minor update in scatter files (whitespace) by Robert Rostohar · 6 years ago
  59. 63b46b2 Core(M): reverted core_armv8mml header file by GuentherMartin · 6 years ago
  60. 3f3d411 RTX5: Minor optimization (osRtxMutexOwnerRestore) by Robert Rostohar · 6 years ago
  61. c159342 CMSIS-DSP: Added a ARM_MATH_FLOAT16 compilation option. by Christophe Favergeon · 6 years ago
  62. 4146c13 CMSIS-DSP: Corrected compilation warnings More compilation tests done with AC5 by Christophe Favergeon · 6 years ago
  63. 10f3fd7 CMSIS-NN: Corrected cmake for Concatenation functions. by Christophe Favergeon · 6 years ago
  64. 73e3f20 CMSIS-DSP: Corrected compilation warnings More compilation tests done with AC5 by Christophe Favergeon · 6 years ago
  65. f055bd3 CMSIS-DSP: Added Helium versions of Fast Math, Support, SVM, Naive Bayes, Distance and additional Statistics functions. by Christophe Favergeon · 6 years ago
  66. 61396c2 Core(M): updated core_armv8(1)mml header files by GuentherMartin · 6 years ago
  67. 11e3d0f RTX5: Fixed thread priority restore on mutex acquire timeout when priority inherit is used (#705) by Robert Rostohar · 6 years ago
  68. 051d738 Change OS_THREAD_LIBSPACE_NUM to be defined as a (compiler) macro by Ari Parkkila · 6 years ago
  69. 95ad2aa CMSIS-NN: Implement bit-accurate S8 Softmax (non-DSP) by Giorgio Arena · 6 years ago
  70. 5c093c0 CMSIS-NN: Implement concatenation layer - Int8\Uint8 by Gian Marco Iodice · 6 years ago
  71. 2d42573 CMSIS-NN: Adding batch to conv kernel by Fredrik Knutsson · 6 years ago
  72. 02847ce CMSIS-NN: Fixes to cmake build to build library without test framework. by Christophe Favergeon · 6 years ago
  73. dcddf67 CMSIS-DSP: Fixed compilation issue with AC5 compiler for test framework. by Christophe Favergeon · 6 years ago
  74. 61f34bd CMSIS-NN: Modified cmake for Reshape folders to find include files. by Christophe Favergeon · 6 years ago
  75. 69e3bbc CMSIS-DSP: Moved definition of Q31,Q15 and Q7 bounds to arm_math.h by Christophe Favergeon · 6 years ago
  76. 177cfea CMSIS-NN : MVE support for elementwise add by Felix Johnny · 6 years ago
  77. 6f8eee9 CMSIS-DSP: Added test patterns for Statistics functions. by Christophe Favergeon · 6 years ago
  78. 8a25cc1 CMSIS-NN: Fix output scaling in elementwise_add by Felix Johnny · 6 years ago
  79. 30c0379 CMSIS-DSP: Added Helium support to Complex Math Functions. by Christophe Favergeon · 6 years ago
  80. 7dd235d DoxyGen: Enhanced description of osKernelGetSysTimerCount (#693) by Jonatan Antoni · 6 years ago
  81. 1f7c630 CMSIS: Implement reshape layer in CMSIS-NN - Int8 by Giorgio Arena · 6 years ago
  82. 814cf32 CMSIS-DSP: Added Helium support for functions in BasicMaths. by Christophe Favergeon · 6 years ago
  83. f3c31d5 CMSIS-DSP: Added more control for MVE compilation flags. by Christophe Favergeon · 6 years ago
  84. b27a2d7 Reverted wrong change to .gitattributes by Christophe Favergeon · 6 years ago
  85. a1c7ee0 CMSIS-NN: Get optimized implementation temporary buffer sizes by Fredrik Knutsson · 6 years ago
  86. f5bafd1 CMSIS-DSP: Added ARM_MATH_AUTOVECTORIZE and AUTOVECTORIZE to cmake by Christophe Favergeon · 6 years ago
  87. bcc143d Changed wording on osThreadFlagsSet and added diagrams for better understanding. by Christopher Seidl · 6 years ago
  88. d3551bf CMSIS-DSP: Corrected issue in test framework to support experimental configs. by Christophe Favergeon · 6 years ago
  89. 7814e32 CMSIS-DSP: Corrected wrong table in fft.cmake by Christophe Favergeon · 6 years ago
  90. ba7903f CMSIS-DSP: Updated cmake example for arm_variance_example_f32.c by Christophe Favergeon · 6 years ago
  91. aa3cdc5 CMSIS-DSP: Simplification to cmake to build without test framework. by Christophe Favergeon · 6 years ago
  92. c4c3480 CMSIS-DSP: Corrected compilation issues with ARM AC5 compiler. by Christophe Favergeon · 6 years ago
  93. fb9fb9f CMSIS-DSP : Disabled some tests which are not passing yet. by Christophe Favergeon · 6 years ago
  94. 5f2be8f CMSIS-DSP : Testing framework improvements by Christophe Favergeon · 6 years ago
  95. 256f2da CMSIS-DSP: Added config table to test framework. by Christophe Favergeon · 6 years ago
  96. 6777b20 CMSIS-DSP: Improved sql scripts for testing framework. by Christophe Favergeon · 6 years ago
  97. 23dedee add Dvendor Eta Compute by Joachim Krech · 6 years ago
  98. 4c2547b CMSIS-NN: Add relu6 to function list by Giorgio Arena · 6 years ago
  99. 8b1bcb4 CMSIS_NN: Fixed incorrect index calculation in inner loop of optimized depthwise conv s8 by Jonas Skog · 6 years ago
  100. f1f2479 CoreValidation: Removed filter on CM23/33 for Arm Compiler 6.6 LTS by Jonatan Antoni · 6 years ago