Skip to content

Commit e21ce36

Browse files
Merge pull request #2401 from arduino/Hannes7eicher/Matter-remove-custom-board-url
[PXCT-536] Nano Matter - Remove custom board url
2 parents 209f7ea + ad96bb5 commit e21ce36

File tree

6 files changed

+7
-35
lines changed

6 files changed

+7
-35
lines changed

content/hardware/03.nano/boards/nano-matter/tutorials/01.user-manual/content.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ This user manual will guide you through a practical journey covering the most in
3636

3737
### Board Core and Libraries
3838

39-
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
40-
41-
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
42-
43-
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
39+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
4440

4541
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install-2.png)
4642

@@ -121,11 +117,7 @@ For low-power consumption applications, the following hacks are recommended:
121117

122118
### Install Board Core and Libraries
123119

124-
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
125-
126-
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
127-
128-
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
120+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
129121

130122
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install-2.png)
131123

content/hardware/03.nano/boards/nano-matter/tutorials/02.getting-started-matter-display/getting-started-matter-display.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,7 @@ We are going to use the Arduino IDE to develop around the Nano Matter Display. F
8686

8787
### Board Core and Library Installation
8888

89-
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
90-
91-
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
92-
93-
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
89+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
9490

9591
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install-2.png)
9692

content/hardware/03.nano/boards/nano-matter/tutorials/03.matter-fan/content.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ Download the complete project code [here](assets/matter_fan.zip).
5555

5656
### Board Core and Libraries
5757

58-
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
59-
60-
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
61-
62-
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
58+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
6359

6460
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install-2.png)
6561

content/hardware/03.nano/boards/nano-matter/tutorials/04.matter-relay-lightbulb/content.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ Download the complete project code [here](assets/matter_smart_relay.zip).
5757

5858
### Board Core and Libraries
5959

60-
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
61-
62-
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
63-
64-
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
60+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
6561

6662
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install-2.png)
6763

content/hardware/03.nano/boards/nano-matter/tutorials/05.matter-rgb-light/content.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ Download the complete project code [here](assets/matter_rgb_light.zip).
5555

5656
### Board Core and Libraries
5757

58-
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
59-
60-
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
61-
62-
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
58+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
6359

6460
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install-2.png)
6561

content/hardware/03.nano/boards/nano-matter/tutorials/06.matter-temp-sensor/content.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ Download the complete project code [here](assets/matter_temperature_sensor.zip).
5555

5656
### Board Core and Libraries
5757

58-
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
59-
60-
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
61-
62-
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
58+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
6359

6460
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install-2.png)
6561

0 commit comments

Comments
 (0)