aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2021-02-25 18:56:59 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-02-25 18:56:59 +0100
commit7ebd6d22f633df43cae624ec371cbae70684bf46 (patch)
tree420fd22a8abb66ae0f473e75719459b6da8212ef
parente1ed79e1f5ac1a06c44d2a44656296930d2b678d (diff)
downloadethos-u-7ebd6d22f633df43cae624ec371cbae70684bf46.tar.gz
21.02 release21.02
Adding configuration file with the revisions used for the 21.02 release. Adding trademark notice to the README file. Change-Id: I3945a2f3127d54bbf53b09ba41652d177b9f7f5b
-rw-r--r--21.02.json60
-rw-r--r--README.md20
2 files changed, 74 insertions, 6 deletions
diff --git a/21.02.json b/21.02.json
new file mode 100644
index 0000000..3af4e59
--- /dev/null
+++ b/21.02.json
@@ -0,0 +1,60 @@
+{
+ "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.02"
+ },
+ {
+ "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.02"
+ },
+ {
+ "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.02"
+ },
+ {
+ "path": "core_software/cmsis",
+ "fetchurl": "https://github.com/ARM-software/CMSIS_5.git",
+ "revision": "0d7e4fa7131241a17e23dfae18140e0b2e77728f"
+ },
+ {
+ "path": "core_software/rtos/freertos",
+ "fetchurl": "https://github.com/aws/amazon-freertos.git",
+ "revision": "202012.00"
+ },
+ {
+ "path": "core_software/rtos/freertos/freertos_kernel",
+ "fetchurl": "https://github.com/FreeRTOS/FreeRTOS-Kernel.git",
+ "revision": "V10.4.3"
+ },
+ {
+ "path": "core_software/tensorflow",
+ "fetchurl": "https://github.com/tensorflow/tensorflow",
+ "revision": "6cff09aee1f832d495b3cae40cab0de58155a0af"
+ },
+ {
+ "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.02"
+ },
+ {
+ "path": "linux_driver_stack/flatbuffers",
+ "fetchurl": "https://github.com/google/flatbuffers",
+ "revision": "c0be1cb7a51f1c50e057469de94f3a3bb7dfcb64"
+ },
+ {
+ "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": "2.1.0.rc3"
+ }
+ ]
+}
diff --git a/README.md b/README.md
index 50a0baa..485b9a7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# Ethos-u
+# Arm(R) Ethos(TM)-U
-This is the root repository for all Arm Ethos-U software. It is provided to help
-users download required repositories and place them in a tree structure.
+This is the root repository for all Arm(R) Ethos(TM)-U software. It is provided
+to help users download required repositories and place them in a tree structure.
## Fetching externals
@@ -16,7 +16,7 @@ The default configuration can be overriddend with the `-c` argument, for
example.
```
-$ ./fetch_externals.py -c 20.11.json fetch
+$ ./fetch_externals.py -c 21.02.json fetch
```
## Directory structure
@@ -28,8 +28,11 @@ Directory
.
+-- core_platform
+-- core_software
-| +-- core_driver
+| +-- applications
| +-- cmsis
+| +-- core_driver
+| +-- drivers
+| +-- rtos
| +-- tensorflow
+-- linux_driver_stack
+-- vela
@@ -80,6 +83,11 @@ Signed-off-by: Foo Bar foo.bar@example.org
The contributions will be code reviewed by Arm before they can be accepted into
the repository.
-## Security
+# Security
Please see [Security](SECURITY.md).
+
+# Trademark notice
+
+Arm, Cortex and Ethos are registered trademarks of Arm Limited (or its
+subsidiaries) in the US and/or elsewhere.