Skip to content

Commit

Permalink
Merge pull request #734 from leonardocavagnis/mbed_os_to_arduino_macos
Browse files Browse the repository at this point in the history
mbed-os-to-arduino macOS script
  • Loading branch information
facchinm authored Nov 13, 2023
2 parents 9cb7ce5 + ad4832e commit da1b13a
Show file tree
Hide file tree
Showing 2 changed files with 449 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,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. This script is not compatible with MacOS, it must be run on Linux.
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 compatible only with Linux. If you are using macOS, use the https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino-macos script.

It can be used for a variety of tasks including:

Expand Down
Loading

0 comments on commit da1b13a

Please sign in to comment.