- 773cdff CMSIS-NN: Add elementwise add/mul int16 and unit tests (#1419) by Måns Nilsson · 3 years, 6 months ago
- addd45d RXT5: change order of include in rtx_lib.c (internal) by Robert Rostohar · 3 years, 6 months ago
- 28d54ba RXT5: add Floating-point initialization for Arm C Library (#1421) by Robert Rostohar · 3 years, 6 months ago
- 46179ed CMSIS-DAP: Update documentation (firmware examples) by Robert Rostohar · 3 years, 6 months ago
- ebd65be CMSIS-DAP: Move v2 firmware for NXP LPC-Link2 by Robert Rostohar · 3 years, 6 months ago
- ad0acb7 CMSIS-DAP: Remove v1 firmware for NXP LPC-Link2 by Robert Rostohar · 3 years, 6 months ago
- 80eca29 CMSIS-DAP: Update Firmware examples (use README.md) by Robert Rostohar · 3 years, 6 months ago
- f2fb4f8 CMSIS-DSP: SDF Improvements by Christophe Favergeon · 3 years, 6 months ago
- 955e867 CMSIS-NN: Update unit test readme (#1420) by Måns Nilsson · 3 years, 6 months ago
- b5dff2f Updates to DAP documentation by Christopher Seidl · 3 years, 6 months ago
- e04e03a CMSIS-DSP: Correcting issue #1412 by Christophe Favergeon · 3 years, 6 months ago
- 963168f CMSIS-NN: Refactor, remove unused function arm_nn_mat_mult_kernel_s8_s16_reordered (#1417) by hmogensen-arm · 3 years, 6 months ago
- 11ff706 Core(M): Describe scatter file templates. (#1376) by Martin Günther · 3 years, 6 months ago
- 559d58c GitHub: Add check for Pack Description by Jonatan Antoni · 3 years, 6 months ago
- 9c2c03c GitHub: Add check for Pack Description by Jonatan Antoni · 3 years, 6 months ago
- 51d2437 CMSIS-NN: Fix Doxygen warnings (#1410) by felix-johnny · 3 years, 6 months ago
- 0928e57 CMSIS-NN: add kernel and unittest for int16 pooling (#1408) by Måns Nilsson · 3 years, 6 months ago
- 5b58d2d CMSIS-NN: Add int16 support for depthwise_conv (#1406) by Måns Nilsson · 3 years, 6 months ago
- 744e239 Pack: Fixed pack version inference from git by Jonatan Antoni · 3 years, 6 months ago
- a2ea33f CMSIS-DSP: SDF Pack Added .pack in addition ot .pdsc by Christophe Favergeon · 3 years, 6 months ago
- 4946da8 CMSIS-NN: Add dilation support for int16 conv (#1399) by felix-johnny · 3 years, 7 months ago
- 1cdd0e8 CMSIS-DSP: Added some files to more easily generate a pack for SDF. by Christophe Favergeon · 3 years, 7 months ago
- 8578bbe CMSIS-NN: Fix bug in int16 variant of fully_connected (#1387) by Måns Nilsson · 3 years, 7 months ago
- 7bb14d8 tensorflow version including security patch (#1388) by Joachim Krech · 3 years, 7 months ago
- 3c79bde CMSIS-NN: Use single rounding (#1379) by Måns Nilsson · 3 years, 7 months ago
- 6916cf5 CMSIS-NN: Update depthwise_conv_s8_generic (#1385) by Måns Nilsson · 3 years, 7 months ago
- 977abe9 CMSIS-NN: Add dilation support for generic depthwise conv (#1384) by Måns Nilsson · 3 years, 7 months ago
- 325443e Updates documentation as required by https://jira.arm.com/browse/SDCMSIS-1339 by Christopher Seidl · 3 years, 8 months ago
- 7f702ec RXT5: optimize MessageQueueGet/Put (remove copying arguments) by Robert Rostohar · 3 years, 8 months ago
- 6b8c755 RTX5: Fix potential register R1 corruption when calling OS functions from threads multiple times with same arguments (when using high level compiler optimizations) - #1382 by Robert Rostohar · 3 years, 8 months ago
- 96203d7 CMSIS-DSP: Bug correction in SDF. Problems with slidding buffer. by Christophe Favergeon · 3 years, 8 months ago
- 2d81a20 CMSIS-NN: Add dilation support for conv (#1377) by Måns Nilsson · 3 years, 8 months ago
- dc9372e CMSIS-DSP: Improvements to dot template in SDF by Christophe Favergeon · 3 years, 8 months ago
- d0d0ce7 CMSIS-DSP: Correction to file causing issue with git diff. by Christophe Favergeon · 3 years, 8 months ago
- fc2401a CMSIS-DSP: Update to graphivz generation in SDF by Christophe Favergeon · 3 years, 8 months ago
- 24f6297 CMSIS-DSP: Improved Helium CFFT Radix4 butterflies by FabKlein · 3 years, 8 months ago
- a8dbfe9 CMSIS-DSP: Improved documentation for SDF. Improved generation of graphviz. by Christophe Favergeon · 3 years, 8 months ago
- 1fab318 DoxyGen: Fix return types for RTOS2 tick functions. by Jonatan Antoni · 3 years, 8 months ago
- 20134ce CMSIS-NN: Updating API documentation & adding examples directory (#1374) by Sebastian Larsson · 3 years, 9 months ago
- 72cdcc5 DSP: Add IAR tool chain (#1367) by Thomas Törnblom · 3 years, 9 months ago
- 81eacbc CMSIS-DSP: Updated PythonWrapper by Christophe Favergeon · 3 years, 9 months ago
- 93fc25e CMSIS-DSP: New min/max functions. by Christophe Favergeon · 3 years, 9 months ago
- 6368a85 CMSIS-DSP: Correcting issue #1358 by Christophe Favergeon · 3 years, 9 months ago
- ae50a80 CMSIS-NN: Refactor arm_nn_mat_mul_core_4x_s8 for MVE (#1365) by felix-johnny · 3 years, 9 months ago
- 64b94f2 CMSIS-DSP: Python wrapper update by Christophe Favergeon · 3 years, 9 months ago
- da01b1b CMSIS-DSP: Improvements to pull request #1363 by Christophe Favergeon · 3 years, 9 months ago
- 7827e8f CMSIS-DSP : faster Q.15/Q.31 Helium matrix multiplications. Uses an initial transpose stage, requiring extra scratch space to hold RHS transposed matrix. by FabKlein · 3 years, 9 months ago
- b7d0b82 RTX: Add IAR support for v8.1 (#1366) by Thomas Törnblom · 3 years, 9 months ago
- 265bd14 CMSIS-NN: Update unit test data generate script (#1364) by Måns Nilsson · 3 years, 9 months ago
- 9ded678 CMSIS-DSP: Corrected dependency issue in SDF pack. by Christophe Favergeon · 3 years, 9 months ago
- 0f29a4a Remove reference to Git-LFS in readme. by Jonatan Antoni · 3 years, 9 months ago
- 09029df CMSIS-DSP: Updated SDF pack. Removed unused variables in some tests. by Christophe Favergeon · 3 years, 9 months ago
- e0d78fb CMSIS-NN: Add Null bias check for DW conv (#1360) by felix-johnny · 3 years, 9 months ago
- bff2857 Fix Coverity warnings. (#1359) by Jens Elofsson · 3 years, 9 months ago
- f4b2bc0 Fixed bug in NN_ROUND() (#1295) by Jianjia Ma · 3 years, 9 months ago
- e084841 Fix read-out-of-bounds bug. (#1348) by Jens Elofsson · 3 years, 9 months ago
- 8f6fcd0 CMake updates (#1357) by Måns Nilsson · 3 years, 9 months ago
- 6c8ebf7 CMSIS-NN: Match im2col buffers to number of lanes(MVE) (#1355) by felix-johnny · 3 years, 9 months ago
- e513dbd CMSIS-NN: Add missing NULL bias check for conv_s8 (#1349) by felix-johnny · 3 years, 9 months ago
- 9d9adb5 CMSIS-DSP: SDF improvement by Christophe Favergeon · 3 years, 9 months ago
- 56d793b CMSIS-NN: Do not unroll arm_nn_vec_mat_mult_t_s16() ref implementation (#1351) by Måns Nilsson · 3 years, 9 months ago
- 64869aa CMSIS-DSP: Improve integration of VHT and SDF by Christophe Favergeon · 3 years, 9 months ago
- b04d717 Utilities: Fix check_header.sh script. (#1352) by Jonatan Antoni · 3 years, 9 months ago
- b7a174b CMSIS-DSP: Preliminary support for VHT in SDF. by Christophe Favergeon · 3 years, 10 months ago
- 8c60448 CMSIS-DSP: Added code size optimization for the SDF C++ generator. by Christophe Favergeon · 3 years, 10 months ago
- d788fd5 Docs Pack: Fixed broken text in the tutorial. by Vladimir Marchenko · 3 years, 10 months ago
- f358f76 Added vendor ThinkTech:172 by Christopher Seidl · 3 years, 10 months ago
- dca5605 CMSIS-DSP: Correction to MFCC Q15 node. by Christophe Favergeon · 3 years, 10 months ago
- efd2b93 Core: add missing Secure Fault syndrome registers and fix register name typo. (#1346) by Chris Reed · 3 years, 10 months ago
- 9179957 Add core_star.h to support Arm China CPU core "STAR". (#1252) by Albert Huang · 3 years, 10 months ago
- ac0f197 CMSIS-DSP: SDFTools corrections by Christophe Favergeon · 3 years, 10 months ago
- 79efd7d Update system_ARMCM55.c (#1344) by Joseph Yiu · 3 years, 10 months ago
- 972d541 CMSIS-DSP: Improvements to some Python nodes of SDF. by Christophe Favergeon · 3 years, 10 months ago
- d7b6a57 CMSIS-DSP: Reworked sqrt q15 and q31 by Christophe Favergeon · 3 years, 10 months ago
- dd490bb fix issue #1266 by Gabriel Wang · 3 years, 10 months ago
- 1b56529 Git: Force script files to use Unix line endings. by Jonatan Antoni · 3 years, 10 months ago
- b560088 CMSIS-DSP: Add support to build with XCode by Christophe Favergeon · 3 years, 10 months ago
- 59ae4ee CMSIS-NN: Update softmax, svdf and pooling unit tests (#1338) by Måns Nilsson · 3 years, 10 months ago
- 6a11588 CMSIS-NN: Disable loop unroll in DW Conv (#1339) by felix-johnny · 3 years, 10 months ago
- 2c2a706 CMSIS-DSP: Add MFCC to SDFTools by Christophe Favergeon · 3 years, 10 months ago
- 4ede676 Fix warning unused tmp variable (#1335) by JbR · 3 years, 10 months ago
- f42b267 Ignore old c cast style not supported by apple cc (#1334) by JbR · 3 years, 10 months ago
- 15a1b28 CMSIS-DSP: Additional fixes for issue #1328 by Christophe Favergeon · 3 years, 10 months ago
- 513f2a9 CMSIS-DAP: Minor update in documentation (MCU-LINK example) (#1332) by David Lesnjak · 3 years, 10 months ago
- d165163 CMSIS-DAP: Add MCU-LINK example (#1331) by David Lesnjak · 3 years, 10 months ago
- 520994c CMSIS-DSP: Correcting issue #1328 by Christophe Favergeon · 3 years, 10 months ago
- 156cc72 CMSIS-DSP: Correcting issue #1285 by Christophe Favergeon · 3 years, 10 months ago
- 97a91fd DSP: Cleanup of type mismatches (#1327) by Thomas Törnblom · 3 years, 10 months ago
- a408527 CMSIS-NN: Update conv, depthwise and fully_connected unit tests (#1321) by Måns Nilsson · 3 years, 10 months ago
- ad72032 CMSIS-DSP: Fixes to build with an additional compiler by Christophe Favergeon · 3 years, 10 months ago
- c48ca4e Adding support for Apple Compiler by JbR · 3 years, 10 months ago
- 2763f49 CMSIS-DSP: Corrected some failing f16 tests. by Christophe Favergeon · 3 years, 10 months ago
- a412163 GitHub: Fix fileheader workflow. by Jonatan Antoni · 3 years, 10 months ago
- 47d7a58 Utilities: Fix check_header script by Jonatan Antoni · 3 years, 10 months ago
- 17b6452 CMSIS-DSP: Corrected wrong test pattern for fixed point division. by Christophe Favergeon · 3 years, 10 months ago
- 18bfe33 CMSIS-DSP: Corrected issue #1053 by Christophe Favergeon · 3 years, 10 months ago
- 4a973d3 DSP: Eliminate some non-standard C code by TTornblom · 3 years, 10 months ago
- 880a946 DSP: Eliminate some non-standard C code by TTornblom · 3 years, 10 months ago
- 12356a1 CMSIS-DSP: New MFCC Q15 and Q31 by Christophe Favergeon · 3 years, 10 months ago
- c6e5e85 ADIv6 extensions for SDF format by Jens Reinecke · 3 years, 10 months ago