Skip to content

Commit aef18a1

Browse files
authored
Merge pull request #694 from trylaarsdam/patch-1
Make README clear about mbed-to-arduino script compatability
2 parents 9795c3c + 6ae1a2b commit aef18a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The repository contains the Arduino APIs and IDE integration files targeting a g
1010

1111
## Installation
1212

13+
Note:
14+
1315
### Clone the repository in `$sketchbook/hardware/arduino-git`
1416

1517
```bash
@@ -45,7 +47,7 @@ To install ARM build tools, use the `Boards Manager` option in the Arduino IDE t
4547

4648
## mbed-os-to-arduino script
4749

48-
The backbone of the packaging process is the https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino script. It basically compiles a blank Mbed OS project for any supported target board, recovering the files that will be needed at compile time and copying them to the right location.
50+
The backbone of the packaging process is the https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino script. It basically compiles a blank Mbed OS project for any supported target board, recovering the files that will be needed at compile time and copying them to the right location. This script is not compatible with MacOS, it must be run on Linux.
4951

5052
It can be used for a variety of tasks including:
5153

0 commit comments

Comments
 (0)