Skip to content

Commit e734c40

Browse files
authored
Delete macOS example for mbed-os-to-arduino script
Removed macOS example from README.md.
1 parent 705aced commit e734c40

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ To install ARM build tools, use the `Boards Manager` option in the Arduino IDE t
4949

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

52-
macos example:
53-
```
54-
rm -rf /private/tmp/mbed-os-program
55-
./mbed-os-to-arduino-macos -a -c OPTA:OPTA
56-
```
57-
5852
It can be used for a variety of tasks including:
5953

6054
### Recompiling libmbed with source level debug support

0 commit comments

Comments
 (0)