aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-08-30 11:18:18 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-08-30 11:18:18 +0200
commit1ab74ff443ec282600b8db1931bb1a7d9a7adfbd (patch)
treea409f4f98eff4041b3e5129e96625de183b6595d
parent4feba69d13ee8f83ee97d1ec89ccffd3eb4bcaa0 (diff)
downloadethos-u-1ab74ff443ec282600b8db1931bb1a7d9a7adfbd.tar.gz
22.08 release22.08
Change-Id: Iafba148b83304e7298a2a603f3b31a89f8204127
-rw-r--r--22.08.json66
-rw-r--r--README.md4
2 files changed, 68 insertions, 2 deletions
diff --git a/22.08.json b/22.08.json
new file mode 100644
index 0000000..be20e6e
--- /dev/null
+++ b/22.08.json
@@ -0,0 +1,66 @@
+{
+ "externals":
+ [
+ {
+ "path": "core_platform",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-platform",
+ "revision": "22.08"
+ },
+ {
+ "path": "core_software",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-software",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-software",
+ "revision": "22.08"
+ },
+ {
+ "path": "core_software/core_driver",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-driver",
+ "revision": "22.08"
+ },
+ {
+ "path": "core_software/cmsis",
+ "fetchurl": "https://github.com/ARM-software/CMSIS_5.git",
+ "revision": "ed78d6b78766d71cfe0431149f2f261d1c7277a1"
+ },
+ {
+ "path": "core_software/cmsis-view",
+ "fetchurl": "https://github.com/ARM-software/CMSIS-View.git",
+ "revision": "5d9df63ae1e389cfb64e1d7977bfa7f7b81a312a"
+ },
+ {
+ "path": "core_software/rtos/freertos",
+ "fetchurl": "https://github.com/aws/amazon-freertos.git",
+ "revision": "202203.00"
+ },
+ {
+ "path": "core_software/rtos/freertos/freertos_kernel",
+ "fetchurl": "https://github.com/FreeRTOS/FreeRTOS-Kernel.git",
+ "revision": "ac69aa858ae25027ba7decf5512deac7843ce368"
+ },
+ {
+ "path": "core_software/rtos/threadx",
+ "name": "linaro",
+ "fetchurl": "https://github.com/Linaro/threadx",
+ "revision": "mps3_an547"
+ },
+ {
+ "path": "core_software/tflite_micro",
+ "fetchurl": "https://github.com/tensorflow/tflite-micro",
+ "revision": "67e9d8f60d3e37ab02f94a93f016179ef5e96cb6"
+ },
+ {
+ "path": "linux_driver_stack",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-linux-driver-stack",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-linux-driver-stack",
+ "revision": "22.08"
+ },
+ {
+ "path": "vela",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-vela",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-vela",
+ "revision": "3.5.0"
+ }
+ ]
+}
diff --git a/README.md b/README.md
index c8fe027..3c6ef4e 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,11 @@ is stored in `externals.json` which is a human readable JSON file.
$ ./fetch_externals.py fetch
```
-The default configuration can be overriddend with the `-c` argument, for
+The default configuration can be overridden with the `-c` argument, for
example.
```
-$ ./fetch_externals.py -c 21.11.json fetch
+$ ./fetch_externals.py -c 22.08.json fetch
```
## Directory structure