blob: f2ab3af812622037bba30746d17b55c9cf65b606 [file] [log] [blame]
Richard Burton5dd18382022-06-01 10:26:46 +01001Changes in 22.05
2 * Support for 22.05 Ethos-U component and dependencies (core-driver, core-platform, Vela 3.4.0, CMSIS, TensorFlow Lite Micro).
3 * Restructuring of repository sources to allow generation of CMSIS packs.
4 * Added support for Arm Cortex-M85, armclang 6.18 is required
5 * Reduce minimum requirements of Python to 3.7 to align with Vela 3.4.0.
6 * Increase minimum requirements of CMake to 3.21.0
7 * Documentation updates.
8 * Various bug fixes.
9
Richard Burtonb4123fd2022-03-04 09:19:09 +000010Changes in 22.02
11 * Support for 22.02 Ethos-U component and dependencies (core-driver, core-platform, Vela 3.3.0, CMSIS, TensorFlow Lite Micro).
12 * Added Object Detection use case.
13 * Replace DSCNN with MicroNet for KWS and KWS_ASR use cases.
14 * Increase minimum requirements of CMake to 3.15.6, armclang to 6.16 and Python to 3.8
15 * Initial restructuring of repository sources.
16 * Documentation updates.
17 * Various minor bug fixes.
18
Isabella Gottardi118f73e2021-09-16 17:54:35 +010019Changes in 21.11
Richard Burton2de7ba02021-11-30 15:51:15 +000020 * Support for 21.11 Ethos-U component and dependencies (core-software, core-driver, Vela 3.2.0, CMSIS, TensorFlow Lite).
Isabella Gottardi118f73e2021-09-16 17:54:35 +010021 * Added dynamic load support for FVP for inference runner use-case.
Isabella Gottardi84f702d2021-11-11 17:06:12 +000022 * Added support for different memory modes: Shared_Sram, Dedicated_Sram and Sram_Only.
23 * Added Noise Reduction use case.
24 * Updated support for Arm GNU Embedded Toolchain 10.3-2021.07 and Arm Compiler 6.17.
Isabella Gottardi118f73e2021-09-16 17:54:35 +010025 * Documentation updates.
Kshitij Sisodia661959c2021-11-24 10:39:52 +000026 * Changes to support AN552 design - the new Arm® Corstone™-300 implementation.
Isabella Gottardi118f73e2021-09-16 17:54:35 +010027
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010028Changes in 21.08
29 * Support for 21.05 Ethos-U component (core-software, core-driver, Vela 3.0.0).
30 * TensorFlow submodule changed to https://github.com/tensorflow/tflite-micro (tested with TensorFlow Lite Micro commit hash: f510d38d0eaa3195ce3af66e3f32648740f08afb).
31 * Image classification model changed (from uint8 to int8 datatype).
32 * Documentation updates, added support to Corstone-300 + Ethos-U65.
33 * Various scripts improvements.
Isabella Gottardi118f73e2021-09-16 17:54:35 +010034 * Added Visual Wake Word use case.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010035
Isabella Gottardi2181d0a2021-04-07 09:27:38 +010036Changes in 21.05
37 * Added script to download and optimize default models.
38 * Added script to run default build flow.
39 * Added a model for Anomaly Detection use case.
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010040 * Added support for build with Arm GNU Embedded Toolchain (10.2.1).
41 * Deprecated support for target subsystem SSE-200.
Isabella Gottardi2181d0a2021-04-07 09:27:38 +010042
alexander3c798932021-03-26 21:42:19 +000043Changes in 21.03
Isabella Gottardic5d8bda2021-07-21 10:35:08 +010044 * Simple platform support added.
45 * Model conditioning examples added.
46 * Documentation updated.
47 * Build changed to use sources of the dependency libraries.
48 * Tests for native platform added.
49 * Anomaly detection use-case added.
alexander3c798932021-03-26 21:42:19 +000050
51Changes in 20.11
52 * SSE-200 and SSE-300 system support was added.
53 * Support for simple fixed virtual platform for Ethos-U55 and Cortex-M55 removed.
54 * Build cmake parameters changed: TARGET_SUBSYSTEM was added, TARGET_PLATFORM accepted values were changed.
55 * Models with multiple output tensors support was added.
56 * Generic inference runner use-case added.
57 * ASR triggered by KWS added in the same use case (kws_asr). This also shows how to re-use tensor arena with two models using the same memory pool.
58
59Changes in 20.09 release:
60 * Support for TensorFlow Lite Micro version > 2.3.0 (tested with TensorFlow Lite Micro 2.4.0 commit hash: 5bbb8a2bd1def6865b1510175a3da5fd12387e10)
61 * Added speech recognition use case example.
62 * Updated Ethos-U55 Fastmodel version to r0p2-00eac0-rc4
63
64Changes in 20.08 release:
65 * Added keyword spotting use case example.
66 * Added person detection use case example.
67Known issues:
68 * telnet connection to FastModel environment may hang after some period of inactivity.
69
70Changes in 20.05 release:
71 * FastModel environment was built with FastModel Tools v11.10.22.
72 * Mps3 FPGA build support was added.
73 * Configurable timing-adaptor.
74 * Added Active and Idle cycle counts for NPU and CPU profiling report.
75 * Source code structure and build scripts refactored to support multiple ML use-cases.
76 * Used EAC Ethos-U55 software model and drivers.
77 * Windows support for build scripts.
78Known issues:
Kshitij Sisodia661959c2021-11-24 10:39:52 +000079 * telnet connection to FastModel environment may hang after some period of inactivity.