Skip to content

Commit a607254

Browse files
authored
Adding minimal example on how to invoke the mbed-os-to-arduino build.
1 parent d587906 commit a607254

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Open Arduino IDE; you should now see three new targets under `MBED boards` label
2727
Adding a target is a mostly automatic procedure that involves running https://github.com/bcmi-labs/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables.
2828
Actions marked as TODO must be executed manually.
2929

30+
**Minimum Example**: `./mbed-os-to-arduino -r /home/alex/projects/arduino/cores/mbed-os-h747 ENVIE_M7:ENVIE_M7`
31+
3032
### How to build a debug version of the Arduino mbed libraries
3133
* Modify `mbed-os-to-arduino `
3234
```diff

0 commit comments

Comments
 (0)