Skip to content

Commit 132624c

Browse files
committed
fixup! build.sh: require board argument, print list of targets
1 parent 9c112bf commit 132624c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,13 @@ The target can be specified either with the Arduino board name (as defined in
133133
boards.txt), or with the Zephyr board name and any additional arguments that
134134
may be required by the Zephyr build system.
135135

136-
For example, to build for the Arduino Portenta H7, you can run either:
136+
For example, to build for the Arduino Portenta H7, you can use either the
137+
Arduino name:
137138
```bash
138139
./extra/build.sh portentah7
139140
```
140141

141-
or:
142+
or the Zephyr board target:
142143

143144
```bash
144145
./extra/build.sh arduino_portenta_h7//m7

0 commit comments

Comments
 (0)