aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2020-11-17 16:40:08 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2020-11-17 16:40:08 +0100
commitb2645b77a1a1f2a4393c3d871a1f5eb6d17b0bbf (patch)
tree12cc4598ddbbb3b792d5f63d7ebed828af5be226
parentc081d9e4d98db07af4f69783141110793f7e47c1 (diff)
downloadethos-u-b2645b77a1a1f2a4393c3d871a1f5eb6d17b0bbf.tar.gz
Adding ethos-u-core-platform
Change-Id: I251024a6276f1788fde43ea25a54aa34804f0cc1
-rw-r--r--README.md2
-rw-r--r--externals.json6
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e75e0d4..f5ea2e9 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ The script will build following directory structure.
```
Directory
.
++-- core_platform
+-- core_software
| +-- core_driver
| +-- cmsis
@@ -37,6 +38,7 @@ Directory
| Directory | Description |
--- | ---
| [.](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u) | This is the root directory for all Arm Ethos-U software. |
+| [core_platform](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-platform) | This directory contains target specific files and is provided as an example how core software can be built for target platforms. |
| [core_software](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-software) | The software executing on Arm Cortex-M is referred to as _Core Software_. This folder provides a small build system that illustrates how to build the key components for the Arm Ethos-U core software. |
| [core_driver](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-core-driver) | The Arm Ethos-U NPU driver. |
| [cmsis](https://github.com/ARM-software/CMSIS_5) | CMSIS provides optimized kernels and generic interfaces to the Arm Cortex-M CPUs. |
diff --git a/externals.json b/externals.json
index 329331a..e9dfc4f 100644
--- a/externals.json
+++ b/externals.json
@@ -2,6 +2,12 @@
"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": "master"
+ },
+ {
"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",