Fetch revision and checkout FETCH_HEAD

Fetching revision specified by manifest and checkout FETCH_HEAD.

Change-Id: I47f36d9555625c92d374442ee505c3c0246fb1a0
1 file changed
tree: 540d2d5c71985167512c785378f8b7842649e52c
  1. .gitignore
  2. 20.08.json
  3. 20.11.json
  4. 21.02.json
  5. 21.05.json
  6. 21.08.json
  7. 21.11.json
  8. 22.02.json
  9. 22.05.json
  10. 22.08.json
  11. LICENSE.txt
  12. README.md
  13. SECURITY.md
  14. externals.json
  15. fetch_externals.py
README.md

Arm(R) Ethos(TM)-U

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

The externals can be downloaded with a Python script. The default configuration is stored in externals.json which is a human readable JSON file.

$ ./fetch_externals.py fetch

The default configuration can be overridden with the -c argument, for example.

$ ./fetch_externals.py -c 22.08.json fetch

Directory structure

The script will build following directory structure.

Directory
.
+-- core_platform
+-- core_software
|   +-- applications
|   +-- cmsis
|   +-- cmsis-nn
|   +-- cmsis-view
|   +-- core_driver
|   +-- drivers
|   +-- lib
|   +-- rtos
|   +-- tflite_micro
+-- linux_driver_stack
+-- vela
DirectoryDescription
.This is the root directory for all Arm Ethos-U software.
core_platformThis directory contains target specific files and is provided as an example how core software can be built for target platforms.
core_softwareThe 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_driverThe Arm Ethos-U NPU driver.
cmsisCMSIS provides generic interfaces to boot and configure the Arm Cortex-M CPUs.
cmsis-nnCMSIS-NN provides optimized neural network kernels for Arm Cortex-M CPUs.
tflite_microThe TensorFlow Lite microcontroller framework is used to run inferences.
linux_driver_stackExample driver stack showing how Linux can dispatch inferences to an Arm Ethos-U subsystem.
velaThe Vela optimizer takes a TFLu file as input and replaces operators that are supported by the Arm Ethos-U NPU with custom operators designed to run on the NPU. Operators not supported by the NPU are executed in software.

License

The Arm Ethos-U is provided under an Apache-2.0 license. Please see LICENSE.txt for more information.

Contributions

The Arm Ethos-U project welcomes contributions under the Apache-2.0 license.

Before we can accept your contribution, you need to certify its origin and give us your permission. For this process we use the Developer Certificate of Origin (DCO) V1.1 (https://developercertificate.org).

To indicate that you agree to the terms of the DCO, you "sign off" your contribution by adding a line with your name and e-mail address to every git commit message. You must use your real name, no pseudonyms or anonymous contributions are accepted. If there are more than one contributor, everyone adds their name and e-mail to the commit message.

Author: John Doe \<john.doe@example.org\>
Date:   Mon Feb 29 12:12:12 2016 +0000

Title of the commit

Short description of the change.

Signed-off-by: John Doe john.doe@example.org
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

Please see Security.

Trademark notice

Arm, Cortex and Ethos are registered trademarks of Arm Limited (or its subsidiaries) in the US and/or elsewhere.