aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-02-26 23:21:23 +0100
committerjohannst <johannes.stoelp@gmail.com>2021-02-26 23:21:23 +0100
commit9ba2177d93e3aab498598cb7058bdb64798a2f29 (patch)
tree97fd0c3f682bdb93fa678fbe6104c35fabddb5ac
parent0d881bc974b74dff75c00a3cab5d535cbb2ace46 (diff)
downloadmatcha-threads-9ba2177d93e3aab498598cb7058bdb64798a2f29.tar.gz
matcha-threads-9ba2177d93e3aab498598cb7058bdb64798a2f29.zip
updated README with armv7a
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f68fdf..e7ec89d 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ created to type some lines of `asm` and filll a few evenings.
Supported platforms are `Linux` running on
- `x86_64`
- `arm64`
+- `armv7a`
### Example
@@ -74,6 +75,10 @@ The `arm64` demo can be run as
```bash
make ARCH=arm64 demo1
```
+The `armv7a` demo can be run as
+```bash
+make ARCH=arm demo1
+```
> Before starting to compile & run for a different architecture the the current
> build artifacts should be removed via `make clean`.