Skip to content
  1. Dec 01, 2022
  2. Nov 17, 2022
  3. Nov 09, 2022
  4. Nov 08, 2022
  5. Nov 02, 2022
  6. Oct 31, 2022
  7. Oct 17, 2022
  8. Oct 14, 2022
  9. Oct 12, 2022
  10. Oct 06, 2022
    • Richard Burton's avatar
      MLECO-3164: Additional refactoring of KWS API · ec5e99be
      Richard Burton authored
      Part 1
      * Add KwsClassifier
      * KwsPostProcess can now be told to average results
      * Averaging is handlded by KwsClassifier
      * Current sliding window index is now an argument of DoPreProcess
      
      Change-Id: I07626da595ad1cbd982e8366f0d1bb56d1040459
      ec5e99be
  11. Oct 05, 2022
  12. Oct 03, 2022
  13. Sep 28, 2022
  14. Sep 27, 2022
  15. Sep 26, 2022
  16. Sep 21, 2022
    • Nina Drozd's avatar
      Fix for build with NPU disabled · 27c5e309
      Nina Drozd authored
      * if NPU timing adapter enabled is defined and target subsystem is sse-310
      * set timing adapter to off
      
      Change-Id: I53ca0bd8a56e3ede009b745dba7aa8dbee7a81dc
      27c5e309
  17. Sep 13, 2022
  18. Sep 07, 2022
  19. Sep 05, 2022
    • Nina Drozd's avatar
      MLECO-3538: Minor documentation updates · 72eec15e
      Nina Drozd authored
      * updated table of contents for building page
      * point to timing adapter page
      * updates to timing adapter page links and tables
      
      Change-Id: I54bde77db1a082afddae0abe109fa1369506057c
      72eec15e
  20. Sep 01, 2022
  21. Aug 31, 2022
  22. Aug 25, 2022
  23. Aug 24, 2022
  24. Aug 17, 2022
  25. Aug 16, 2022
  26. Aug 15, 2022
    • Nina Drozd's avatar
      MLECO-3103: updates to ml embedded use case API pack · aea0a6d3
      Nina Drozd authored
      * refactor component cgroup and csub names for easier inclusion by projects
      * update version to format expected by cpackget tool
      * update use case api version
      
      Change-Id: I00c71219ca95299787ec4fd79dca8ff2b2d50494
      aea0a6d3
  27. Aug 05, 2022
    • Maksims Svecovs's avatar
      MLECO-3232: Add basic cmake presets · f24f17d9
      Maksims Svecovs authored and Kshitij Sisodia's avatar Kshitij Sisodia committed
      
      
      Assuming cmake 3.21 adds basic configuration and build presets:
      * Target mps3 board with gcc
      * Target mps3 board with armclang
      * Target simple platform with gcc
      * Target simple platform with armclang
      * Target native build system
      Adds test preset for native build to run default ctests.
      Adds respective doc section to building instructions.
      
      Note: hidden configurationPresets are to be moved to respective project
      directories once cmake 3.24 is supported in the codebase and preset
      include is supported.
      Note: it is encouraged to create a personal CMakeUserPresets.json with
      personal preferences like specific `LOG_LEVEL` and `jobs` for faster
      compilation time.
      
      Usage example:
      cmake --preset=mps3-gcc
      
      Signed-off-by: Maksims Svecovs's avatarMaksims Svecovs <maksims.svecovs@arm.com>
      Change-Id: I07a8861ed91160cc3f5167e16be45a921b60a285
      f24f17d9
  28. Aug 03, 2022
  29. Jul 08, 2022
  30. Jun 29, 2022
  31. Jun 10, 2022
    • Kshitij Sisodia's avatar
      MLCE-864: Enabling I-Cache and D-Cache for MPS3 · ff57034b
      Kshitij Sisodia authored
      Both supported implementation on MPS3 (Arm Corstone-300 and
      Arm Corstone-310) will now have caches enabled.
      
      Also including a minor change left over from refactoring of
      code for HAL components.
      
      Change-Id: Ie5768cd26eef9083a817bca7c87ff691dae67fca
      22.05
      ff57034b
Loading