blob: 1b2ced7809b82c44e071b9b2f64fc9bc03e54e14 [file] [log] [blame]
Isabella Gottardi2181d0a2021-04-07 09:27:38 +01001Changes in 21.05
2 * Added script to download and optimize default models.
3 * Added script to run default build flow.
4 * Added a model for Anomaly Detection use case.
Kshitij Sisodiaf9c19ea2021-05-07 16:08:14 +01005 * added support for build with Arm GNU Embedded Toolchain (10.2.1).
6 * deprecated support for target subsystem SSE-200.
Isabella Gottardi2181d0a2021-04-07 09:27:38 +01007
alexander3c798932021-03-26 21:42:19 +00008Changes in 21.03
Kshitij Sisodiaf9c19ea2021-05-07 16:08:14 +01009 * simple platform support added.
10 * model conditioning examples added.
11 * documentation updated.
12 * build changed to use sources of the dependency libraries.
13 * tests for native platform added.
14 * anomaly detection use case added.
alexander3c798932021-03-26 21:42:19 +000015
16Changes in 20.11
17 * SSE-200 and SSE-300 system support was added.
18 * Support for simple fixed virtual platform for Ethos-U55 and Cortex-M55 removed.
19 * Build cmake parameters changed: TARGET_SUBSYSTEM was added, TARGET_PLATFORM accepted values were changed.
20 * Models with multiple output tensors support was added.
21 * Generic inference runner use-case added.
22 * 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.
23
24Changes in 20.09 release:
25 * Support for TensorFlow Lite Micro version > 2.3.0 (tested with TensorFlow Lite Micro 2.4.0 commit hash: 5bbb8a2bd1def6865b1510175a3da5fd12387e10)
26 * Added speech recognition use case example.
27 * Updated Ethos-U55 Fastmodel version to r0p2-00eac0-rc4
28
29Changes in 20.08 release:
30 * Added keyword spotting use case example.
31 * Added person detection use case example.
32Known issues:
33 * telnet connection to FastModel environment may hang after some period of inactivity.
34
35Changes in 20.05 release:
36 * FastModel environment was built with FastModel Tools v11.10.22.
37 * Mps3 FPGA build support was added.
38 * Configurable timing-adaptor.
39 * Added Active and Idle cycle counts for NPU and CPU profiling report.
40 * Source code structure and build scripts refactored to support multiple ML use-cases.
41 * Used EAC Ethos-U55 software model and drivers.
42 * Windows support for build scripts.
43Known issues:
44 * telnet connection to FastModel environment may hang after some period of inactivity.