Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 6cff762

Browse files
sffamilyyaohaizh
authored andcommitted
fix Arduino board url from org to cc (#335)
1 parent 787375c commit 6cff762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ Before you start debug your Arduino code, read [this doc](https://code.visualstu
6565

6666
Make sure your Arduino board can work with [STLink](http://www.st.com/en/development-tools/st-link-v2.html), [Jlink](https://www.segger.com/jlink-debug-probes.html) or [EDBG](http://www.atmel.com/webdoc/protocoldocs/ch01s01.html). The debugging support currently is fully tested with the following boards.
6767
- [MXChip IoT Developer Kit - AZ3166](https://microsoft.github.io/azure-iot-developer-kit/)
68-
- [Arduino Zero Pro](http://www.arduino.org/products/boards/arduino-zero-pro)
69-
- [Arduino M0 PRO](http://www.arduino.org/products/boards/arduino-m0-pro)
68+
- [Arduino M0 PRO](https://www.arduino.cc/en/Main/ArduinoBoardM0PRO)
7069
- [Adafruit WICED WiFi Feather](https://www.adafruit.com/product/3056)
7170
- [Adafruit Feather M0](https://www.adafruit.com/product/3010)
71+
- Arduino Zero Pro
7272

7373
Steps to start debugging:
7474
1. Plugin your board to your development machine properly. For those boards don't have on-board debugging chip, you need use STLink or JLink connector.

0 commit comments

Comments
 (0)