You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Grammar and formatting
A couple minor tweaks to the README to (hopefully) make it a little bit clearer and easier to follow.
Co-authored-by: per1234 <[email protected]>
Remove the symlink to `api`you can find in `$sketchbook/hardware/arduino/mbed/cores/arduino` and replace it with a symlink to `ArduinoCore-API/api`
21
+
### Update the `api` symlink
22
22
23
-
Open Arduino IDE; you should now see three new targets under `MBED boards` label
23
+
Remove the symlink to `api` in `$sketchbook/hardware/arduino/mbed/cores/arduino` and replace it with a symlink to `ArduinoCore-API/api`.
24
+
25
+
### Test things out
26
+
27
+
Open the Arduino IDE.
28
+
29
+
You should now see three new targets under the `MBED boards` label.
30
+
31
+
*This procedure does not automatically install the required ARM compiler toolchain.*
32
+
33
+
If the toolchain is missing, you'll see errors like this when you try to build for an mbed-os enabled board.:
24
34
25
-
You may also need to install ARM build tools if you see an error like the following when you attempt to build for one of the mbed-os enabled boards.
26
35
```
27
36
fork/exec /bin/arm-none-eabi-g++: no such file or directory
28
37
```
29
-
The missing ARM build tools can be installed by using the `Boards Manager` option in the Arduino IDE to add the `Arduino mbed-enabled Boards` board package.
38
+
To install ARM build tools, use the `Boards Manager` option in the Arduino IDE to add the `Arduino mbed-enabled Boards` package.
30
39
31
40
32
41
## Adding an mbed target
33
42
34
-
Adding a target is a mostly automatic procedure that involves running https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables.
43
+
Adding a target is a mostly automatic procedure that involves running https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting the `BOARDNAME` and `ARDUINOCORE` env variables.
0 commit comments