From c6d1318a2edfb9b0320ad82c8d711212c0427e43 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Mon, 29 Nov 2021 13:21:06 +0100 Subject: 21.11 release Change-Id: I01e992fa4a00f151d29cf7d711d537b2f0c95d2b --- 21.11.json | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 21.11.json diff --git a/21.11.json b/21.11.json new file mode 100644 index 0000000..0cb5426 --- /dev/null +++ b/21.11.json @@ -0,0 +1,70 @@ +{ + "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": "21.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": "21.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": "21.11" + }, + { + "path": "core_software/cmsis", + "fetchurl": "https://github.com/ARM-software/CMSIS_5.git", + "revision": "1fab31865cd538f12d1f74b760939404771603e3" + }, + { + "path": "core_software/cmsis-view", + "fetchurl": "https://github.com/ARM-software/CMSIS-View.git", + "revision": "8dabfca313b88b93ca9afd1dd2454e29ba859a6a" + }, + { + "path": "core_software/rtos/freertos", + "fetchurl": "https://github.com/aws/amazon-freertos.git", + "revision": "202107.00" + }, + { + "path": "core_software/rtos/freertos/freertos_kernel", + "fetchurl": "https://github.com/FreeRTOS/FreeRTOS-Kernel.git", + "revision": "V10.4.3" + }, + { + "path": "core_software/rtos/threadx", + "fetchurl": "https://github.com/azure-rtos/threadx", + "revision": "v6.1.8_rel" + }, + { + "path": "core_software/tflite_micro", + "fetchurl": "https://github.com/tensorflow/tflite-micro", + "revision": "f75696cb9e7e5cc06761af2a83f7df0e5e975363" + }, + { + "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": "21.11" + }, + { + "path": "linux_driver_stack/flatbuffers", + "fetchurl": "https://github.com/google/flatbuffers", + "revision": "e89de4411d441954d523b851dd10dfedde502450" + }, + { + "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.2.0" + } + ] +} diff --git a/README.md b/README.md index fbba84a..c8fe027 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The default configuration can be overriddend with the `-c` argument, for example. ``` -$ ./fetch_externals.py -c 21.08.json fetch +$ ./fetch_externals.py -c 21.11.json fetch ``` ## Directory structure -- cgit v1.2.1