We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d65115 commit fa9a315Copy full SHA for fa9a315
README.md
@@ -133,12 +133,13 @@ The target can be specified either with the Arduino board name (as defined in
133
boards.txt), or with the Zephyr board name and any additional arguments that
134
may be required by the Zephyr build system.
135
136
-For example, to build for the Arduino Portenta H7, you can run either:
+For example, to build for the Arduino Portenta H7, you can use either the
137
+Arduino name:
138
```bash
139
./extra/build.sh portentah7
140
```
141
-or:
142
+or the Zephyr board target:
143
144
145
./extra/build.sh arduino_portenta_h7//m7
0 commit comments