summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-01-21 17:36:54 +0000
committerGitHub <noreply@github.com>2019-01-21 17:36:54 +0000
commit8931e0344a459d0865dcb60137a269f79604a175 (patch)
treebddfc7e5b8855d78142cb8fd1f0956304dd9cb65 /README.md
parentfd1de76453afe3b9ab61002ce2efed6b46786256 (diff)
parentc4d5e78b7030c12a8ae6f182ad7b25104bb666e8 (diff)
Merge pull request #151 from sifive/export-standalone
Standalone project export
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index f900277..4ade87c 100644
--- a/README.md
+++ b/README.md
@@ -235,6 +235,19 @@ make BSP=mee [PROGRAM=hello] [BOARD=sifive-hifive1] debug
make BSP=mee [PROGRAM=hello] [BOARD=sifive-hifive1] clean
```
+#### Create a Standalone Project ####
+
+You can export a program to a standalone project directory using the `standalone`
+target. The resulting project will be locked to a specific target `BOARD`. Note
+that this functionality is only supported for Freedom Metal programs, not the
+Legacy Freedom E SDK.
+
+`STANDALONE_DEST` is a required argument to provide the desired project location.
+
+```
+make BSP=mee [PROGRAM=hello] [BOARD=sifive-hifive1] STANDALONE_DEST=/path/to/desired/location standalone
+```
+
Run `make help` for more commands.
### Benchmarking ###