Skip to content

Commit fb2a7be

Browse files
committed
Update repository URLs in readme
The repository has now been moved to the arduino organization, so the repository URLs must be updated accordingly.
1 parent 50b35d1 commit fb2a7be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Clone the repository in `$sketchbook/hardware/arduino`
99
```bash
1010
mkdir -p $sketchbook/hardware/arduino
1111
cd $sketchbook/hardware/arduino
12-
git clone [email protected]:bcmi-labs/ArduinoCore-mbed mbed
12+
git clone [email protected]:arduino/ArduinoCore-mbed mbed
1313
```
1414

1515
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
2424

2525
## Adding an mbed target
2626

27-
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.
27+
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.
2828
Actions marked as TODO must be executed manually.
2929

3030
**Minimum Example**: `./mbed-os-to-arduino -r /home/alex/projects/arduino/cores/mbed-os-h747 ENVIE_M7:ENVIE_M7`

0 commit comments

Comments
 (0)