From b2645b77a1a1f2a4393c3d871a1f5eb6d17b0bbf Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Tue, 17 Nov 2020 16:40:08 +0100 Subject: Adding ethos-u-core-platform Change-Id: I251024a6276f1788fde43ea25a54aa34804f0cc1 --- README.md | 2 ++ externals.json | 6 ++++++ 2 files changed, 8 insertions(+) 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 @@ -1,6 +1,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", -- cgit v1.2.1