summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Burton <richard.burton@arm.com>2022-06-01 10:26:46 +0100
committerRichard <richard.burton@arm.com>2022-06-01 09:56:07 +0000
commit5dd18382a1a109408dd6a9ed0fcc63ff275f2e19 (patch)
tree6fc5e952a046b3d10e7bc697c62749d9efd65f86
parent1ec169b7c9604ff70f873b3393d60cc9cd521678 (diff)
downloadml-embedded-evaluation-kit-5dd18382a1a109408dd6a9ed0fcc63ff275f2e19.tar.gz
MLECO-3094: Updated to 22.05 release components22.05-rc1
Signed-off-by: Richard Burton <richard.burton@arm.com> Change-Id: Icd208b5fc92d08e8dfbff95feecf3b387e76ccb4
m---------dependencies/cmsis0
m---------dependencies/core-driver0
m---------dependencies/core-platform0
m---------dependencies/tensorflow0
-rwxr-xr-xdownload_dependencies.py8
-rw-r--r--release_notes.txt9
6 files changed, 13 insertions, 4 deletions
diff --git a/dependencies/cmsis b/dependencies/cmsis
-Subproject 6a18a74b46ac1501a7a750dd83b8bfb06fb2450
+Subproject 29615088b12e3ba8ce50d316cf7f38c1bd7fc62
diff --git a/dependencies/core-driver b/dependencies/core-driver
-Subproject 1c0e7ae4bbf8ee81411b4c2e02c70ca892d1739
+Subproject 90ada2ea5681b2a2722a10d2898eac34c251079
diff --git a/dependencies/core-platform b/dependencies/core-platform
-Subproject deb120cb49f21929455f622d6024de0717791f4
+Subproject d798c6ef0ae9fe9b1efacbf57135f9796927809
diff --git a/dependencies/tensorflow b/dependencies/tensorflow
-Subproject 07821fd35e8aaca66855fa07b402325be3b7039
+Subproject 02715237c1fc0a23f465226364d206277f54ebc
diff --git a/download_dependencies.py b/download_dependencies.py
index 483fe84..d2abdbc 100755
--- a/download_dependencies.py
+++ b/download_dependencies.py
@@ -24,10 +24,10 @@ from urllib.request import urlopen
from zipfile import ZipFile
from pathlib import Path
-TF = "https://github.com/tensorflow/tflite-micro/archive/07821fd35e8aaca66855fa07b402325be3b70398.zip"
-CMSIS = "https://github.com/ARM-software/CMSIS_5/archive/6a18a74b46ac1501a7a750dd83b8bfb06fb24504.zip"
-ETHOS_U_CORE_DRIVER = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-22.05-rc2.tar.gz"
-ETHOS_U_CORE_PLATFORM = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git/snapshot/ethos-u-core-platform-22.05-rc2.tar.gz"
+TF = "https://github.com/tensorflow/tflite-micro/archive/02715237c1fc0a23f465226364d206277f54ebce.zip"
+CMSIS = "https://github.com/ARM-software/CMSIS_5/archive/29615088b12e3ba8ce50d316cf7f38c1bd7fc620.zip"
+ETHOS_U_CORE_DRIVER = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/snapshot/ethos-u-core-driver-22.05.tar.gz"
+ETHOS_U_CORE_PLATFORM = "https://git.mlplatform.org/ml/ethos-u/ethos-u-core-platform.git/snapshot/ethos-u-core-platform-22.05.tar.gz"
def download(url_file: str, post_process=None):
diff --git a/release_notes.txt b/release_notes.txt
index a85068a..f2ab3af 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,3 +1,12 @@
+Changes in 22.05
+ * Support for 22.05 Ethos-U component and dependencies (core-driver, core-platform, Vela 3.4.0, CMSIS, TensorFlow Lite Micro).
+ * Restructuring of repository sources to allow generation of CMSIS packs.
+ * Added support for Arm Cortex-M85, armclang 6.18 is required
+ * Reduce minimum requirements of Python to 3.7 to align with Vela 3.4.0.
+ * Increase minimum requirements of CMake to 3.21.0
+ * Documentation updates.
+ * Various bug fixes.
+
Changes in 22.02
* Support for 22.02 Ethos-U component and dependencies (core-driver, core-platform, Vela 3.3.0, CMSIS, TensorFlow Lite Micro).
* Added Object Detection use case.