From fb2a7bef61e8b7d76b16bde069d9dea4670e8e1b Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 3 Jun 2020 18:00:55 -0700 Subject: [PATCH] Update repository URLs in readme The repository has now been moved to the arduino organization, so the repository URLs must be updated accordingly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b90083736..0238b84e4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Clone the repository in `$sketchbook/hardware/arduino` ```bash mkdir -p $sketchbook/hardware/arduino cd $sketchbook/hardware/arduino -git clone git@github.com:bcmi-labs/ArduinoCore-mbed mbed +git clone git@github.com:arduino/ArduinoCore-mbed mbed ``` Then clone https://github.com/arduino/ArduinoCore-API in a directory at your choice. Checkout `namespace_arduino` branch. @@ -24,7 +24,7 @@ Open Arduino IDE; you should now see three new targets under `MBED boards` label ## Adding an mbed target -Adding a target is a mostly automatic procedure that involves running https://github.com/bcmi-labs/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables. +Adding a target is a mostly automatic procedure that involves running https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables. Actions marked as TODO must be executed manually. **Minimum Example**: `./mbed-os-to-arduino -r /home/alex/projects/arduino/cores/mbed-os-h747 ENVIE_M7:ENVIE_M7`