aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-06-09 23:05:05 +0200
committerjohannst <johannes.stoelp@gmail.com>2021-06-09 23:05:05 +0200
commit2e4a31287705d8437cddd109c12b7e11825192bc (patch)
tree448157595deb0b6441abebff45990dc9bd3558e6 /README.md
parent0db708a285c74526ebcce31a10f5730f3f715d61 (diff)
downloadmatcha-threads-2e4a31287705d8437cddd109c12b7e11825192bc.tar.gz
matcha-threads-2e4a31287705d8437cddd109c12b7e11825192bc.zip
added riscv64
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7ec89d..ac73b38 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,10 @@ The `armv7a` demo can be run as
```bash
make ARCH=arm demo1
```
+The `riscv64` demo can be run as
+```bash
+make ARCH=riscv64 demo1
+```
> Before starting to compile & run for a different architecture the the current
> build artifacts should be removed via `make clean`.