Skip to content

Commit

Permalink
Merge pull request #694 from trylaarsdam/patch-1
Browse files Browse the repository at this point in the history
Make README clear about mbed-to-arduino script compatability
  • Loading branch information
facchinm committed Jun 12, 2023
2 parents 9795c3c + 6ae1a2b commit aef18a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The repository contains the Arduino APIs and IDE integration files targeting a g

## Installation

Note:

### Clone the repository in `$sketchbook/hardware/arduino-git`

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

## mbed-os-to-arduino script

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.
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.

It can be used for a variety of tasks including:

Expand Down

0 comments on commit aef18a1

Please sign in to comment.