summaryrefslogtreecommitdiff
path: root/release_notes.txt
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-07-21 10:35:08 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-08-13 12:55:24 +0100
commitc5d8bda3c6f743ec2725bf281874d4b6431122c3 (patch)
tree33b20cfc9c9dcbbd2e424c81b59eefd07de4db6c /release_notes.txt
parent0d110594b8a50ce3311be5187f01de2e3b8fe995 (diff)
downloadml-embedded-evaluation-kit-c5d8bda3c6f743ec2725bf281874d4b6431122c3.tar.gz
MLECO-1982: Update to using latest ethos-u embedded components
Change-Id: I744a4eb2553207004c9403b956e5bd9e9b352bfb Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'release_notes.txt')
-rw-r--r--release_notes.txt23
1 files changed, 15 insertions, 8 deletions
diff --git a/release_notes.txt b/release_notes.txt
index 1b2ced7..62618a5 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,17 +1,24 @@
+Changes in 21.08
+ * Support for 21.05 Ethos-U component (core-software, core-driver, Vela 3.0.0).
+ * TensorFlow submodule changed to https://github.com/tensorflow/tflite-micro (tested with TensorFlow Lite Micro commit hash: f510d38d0eaa3195ce3af66e3f32648740f08afb).
+ * Image classification model changed (from uint8 to int8 datatype).
+ * Documentation updates, added support to Corstone-300 + Ethos-U65.
+ * Various scripts improvements.
+
Changes in 21.05
* Added script to download and optimize default models.
* Added script to run default build flow.
* Added a model for Anomaly Detection use case.
- * added support for build with Arm GNU Embedded Toolchain (10.2.1).
- * deprecated support for target subsystem SSE-200.
+ * Added support for build with Arm GNU Embedded Toolchain (10.2.1).
+ * Deprecated support for target subsystem SSE-200.
Changes in 21.03
- * simple platform support added.
- * model conditioning examples added.
- * documentation updated.
- * build changed to use sources of the dependency libraries.
- * tests for native platform added.
- * anomaly detection use case added.
+ * Simple platform support added.
+ * Model conditioning examples added.
+ * Documentation updated.
+ * Build changed to use sources of the dependency libraries.
+ * Tests for native platform added.
+ * Anomaly detection use-case added.
Changes in 20.11
* SSE-200 and SSE-300 system support was added.