From b02242cd9fddd8f43381bfd0fed690f321a0fa0c Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Fri, 25 Nov 2022 09:39:20 +0100 Subject: 22.11 release Change-Id: I3651971c9607681d3eb6a815d77fb24e69327b46 --- 22.11.json | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 22.11.json diff --git a/22.11.json b/22.11.json new file mode 100644 index 0000000..251ac91 --- /dev/null +++ b/22.11.json @@ -0,0 +1,71 @@ +{ + "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.11" + }, + { + "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.11" + }, + { + "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.11" + }, + { + "path": "core_software/cmsis", + "fetchurl": "https://github.com/ARM-software/CMSIS_5.git", + "revision": "81564cfb339ebf9def167a50693733f8a1e1471e" + }, + { + "path": "core_software/cmsis-nn", + "fetchurl": "https://github.com/ARM-software/CMSIS-NN.git", + "revision": "v4.0.0" + }, + { + "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": "V10.5.0" + }, + { + "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": "aba71897cc518522cf4f52634d97079e9fc8024b" + }, + { + "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.11" + }, + { + "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.6.0" + } + ] +} diff --git a/README.md b/README.md index ef9f273..b23190c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The default configuration can be overridden with the `-c` argument, for example. ``` -$ ./fetch_externals.py -c 22.08.json fetch +$ ./fetch_externals.py -c 22.11.json fetch ``` ## Directory structure -- cgit v1.2.1