Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Delete macOS example for mbed-os-to-arduino script
Removed macOS example from README.md.
  • Loading branch information
ppp-one authored Nov 9, 2025
commit e734c408c7cfb421b97b2267ef6315a17037cd0e
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ To install ARM build tools, use the `Boards Manager` option in the Arduino IDE t

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.

macos example:
```
rm -rf /private/tmp/mbed-os-program
./mbed-os-to-arduino-macos -a -c OPTA:OPTA
```

It can be used for a variety of tasks including:

### Recompiling libmbed with source level debug support
Expand Down