summaryrefslogtreecommitdiff
path: root/release_notes.txt
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-07 16:08:14 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-07 17:28:51 +0100
commitf9c19eaa9ab11e4409679fc6d2862c89410493a7 (patch)
treeb791a4c03f1fe986a2ac32593a3dc817ae3f247a /release_notes.txt
parent2181d0ac35f30202985a877950c88325ff665f6b (diff)
downloadml-embedded-evaluation-kit-f9c19eaa9ab11e4409679fc6d2862c89410493a7.tar.gz
MLECO-1860: Support for Arm GNU Embedded Toolchain
This patch enables compilation of ML use cases bare-metal applications using Arm GNU Embedded Toolchain. The GNU toolchain can be used instead of the Arm Compiler that was already supported. The GNU toolchain is also set as the default toolchain when building applications for the MPS3 target. Note: The version of GNU toolchain must be 10.2.1 or higher. Change-Id: I5fff242f0f52d2db6c75d292f9fa990df1aec978 Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com>
Diffstat (limited to 'release_notes.txt')
-rw-r--r--release_notes.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/release_notes.txt b/release_notes.txt
index abf605b..1b2ced7 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -2,14 +2,16 @@ 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.
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.