Skip to content

Commit 58681af

Browse files
authored
Merge pull request #271526 from timlt/move-rtos-quickstarts
Move and update remaining docs from iot-develop to iot docset and rebrand for Eclipse ThreadX
2 parents 841d16f + 57965dc commit 58681af

File tree

49 files changed

+5050
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+5050
-234
lines changed

.openpublishing.redirection.iot-develop.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,26 @@
440440
"redirect_url": "/azure/iot-develop/about-iot-develop",
441441
"redirect_document_id": false
442442
},
443+
{
444+
"source_path_from_root": "/articles/iot-develop/quickstart-devkit-mxchip-az3166-iot-hub.md",
445+
"redirect_url": "/azure/iot/tutorial-devkit-mxchip-az3166-iot-hub",
446+
"redirect_document_id": false
447+
},
448+
{
449+
"source_path_from_root": "/articles/iot-develop/quickstart-devkit-stm-b-l475e-iot-hub.md",
450+
"redirect_url": "/azure/iot/tutorial-devkit-stm-b-l475e-iot-hub",
451+
"redirect_document_id": false
452+
},
453+
{
454+
"source_path_from_root": "/articles/iot-develop/concepts-azure-rtos-security-practices.md",
455+
"redirect_url": "/azure/iot/concepts-eclipse-threadx-security-practices",
456+
"redirect_document_id": false
457+
},
458+
{
459+
"source_path_from_root": "/articles/iot-develop/troubleshoot-embedded-device-quickstarts.md",
460+
"redirect_url": "/azure/iot/troubleshoot-embedded-device-tutorials",
461+
"redirect_document_id": false
462+
},
443463
{
444464
"source_path_from_root": "/articles/iot-develop/how-to-use-reliability-features-in-sdks.md",
445465
"redirect_url": "/azure/iot-develop/concepts-manage-device-reconnections",

articles/iot-develop/TOC.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,11 @@
1818
- name: Renesas RX65N Cloud Kit
1919
href: quickstart-devkit-renesas-rx65n-cloud-kit-iot-hub.md
2020
- name: STMicroelectronics L475E-IOT01A
21-
href: quickstart-devkit-stm-b-l475e-iot-hub.md
22-
- name: STMicroelectronics L4S5I-IOT01A
2321
href: quickstart-devkit-stm-b-l4s5i-iot-hub.md
2422
- name: STMicroelectronics U585I-IOT02A
2523
href: quickstart-devkit-stm-b-u585i-iot-hub.md
2624
- name: NXP MIMXRT1060-EVK
2725
href: quickstart-devkit-nxp-mimxrt1060-evk-iot-hub.md
28-
- name: MXCHIP AZ3166
29-
href: quickstart-devkit-mxchip-az3166-iot-hub.md
30-
- name: Concepts
31-
items:
32-
- name: Guidelines for secured embedded development
33-
href: concepts-azure-rtos-security-practices.md
3426
- name: How to
3527
items:
3628
- name: Install and use IoT explorer
@@ -59,10 +51,6 @@
5951
href: quickstart-devkit-espressif-esp32-freertos.md
6052
- name: STMicroelectronics L475E
6153
href: quickstart-devkit-stm-b-l475e-freertos.md
62-
- name: Troubleshoot
63-
items:
64-
- name: Troubleshoot embedded quickstarts
65-
href: troubleshoot-embedded-device-quickstarts.md
6654
- name: Reference
6755
items:
6856
- name: Azure CLI

articles/iot-develop/about-getting-started-device-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Each quickstart shows how to set up a code sample and tools, flash the device, a
3636
|-|-|-|
3737
|[Quickstart: Connect a Microchip ATSAME54-XPro Evaluation kit to IoT Hub](quickstart-devkit-microchip-atsame54-xpro-iot-hub.md)|Microchip ATSAME54-XPro|Azure RTOS middleware|
3838
|[Quickstart: Connect an ESPRESSIF ESP32-Azure IoT Kit to IoT Hub](../iot/tutorial-devkit-espressif-esp32-freertos-iot-hub.md)|ESPRESSIF ESP32|FreeRTOS middleware|
39-
|[Quickstart: Connect an STMicroelectronics B-L475E-IOT01A Discovery kit to IoT Hub](quickstart-devkit-stm-b-l475e-iot-hub.md)|STMicroelectronics L475E-IOT01A|Azure RTOS middleware|
39+
|[Quickstart: Connect an STMicroelectronics B-U585I-IOT02A kit to IoT Hub](quickstart-devkit-stm-b-u585i-iot-hub.md)|STMicroelectronics L475E-IOT01A|Azure RTOS middleware|
4040
|[Quickstart: Connect an NXP MIMXRT1060-EVK Evaluation kit to IoT Hub](quickstart-devkit-nxp-mimxrt1060-evk-iot-hub.md)|NXP MIMXRT1060-EVK|Azure RTOS middleware|
41-
|[Connect an MXCHIP AZ3166 devkit to IoT Hub](quickstart-devkit-mxchip-az3166-iot-hub.md)|MXCHIP AZ3166|Azure RTOS middleware|
41+
4242

4343
## Next steps
4444
To learn more about working with the IoT device SDKs and developing for general devices, see the following tutorial.

articles/iot-develop/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ landingContent:
2727
linkLists:
2828
- linkListType: quickstart
2929
links:
30-
- text: Connect an STMicroelectronics B-L475E-IOT01A to IoT Hub
31-
url: quickstart-devkit-stm-b-l475e-iot-hub.md
30+
- text: Connect an STMicroelectronics B-U585I-IOT02A to IoT Hub
31+
url: quickstart-devkit-stm-b-u585i-iot-hub.md
3232
- text: Connect a Microchip ATSAME54-XPro to IoT Hub
3333
url: quickstart-devkit-microchip-atsame54-xpro-iot-hub.md
3434
- text: Connect a Renesas RX65N Cloud Kit to IoT Hub

articles/iot-develop/quickstart-devkit-microchip-atsame54-xpro-iot-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
178178
1. Start **Termite**.
179179
180180
> [!TIP]
181-
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
181+
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
182182
183183
1. Select **Settings**.
184184
@@ -362,7 +362,7 @@ To use Azure CLI to call a method:
362362
363363
## Troubleshoot and debug
364364
365-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
365+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
366366
367367
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
368368

articles/iot-develop/quickstart-devkit-microchip-atsame54-xpro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
185185
1. Start **Termite**.
186186

187187
> [!TIP]
188-
> If you have issues getting your device to initialize or connect after flashing, seeTroubleshooting](troubleshoot-embedded-device-quickstarts.md) for additional steps.
188+
> If you have issues getting your device to initialize or connect after flashing, seeTroubleshooting](../iot/troubleshoot-embedded-device-tutorials.md) for additional steps.
189189

190190
1. Select **Settings**.
191191

@@ -591,7 +591,7 @@ Select **About** tab from the device page.
591591
592592
## Troubleshoot and debug
593593
594-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
594+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
595595
596596
:::zone pivot="iot-toolset-cmake"
597597
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).

articles/iot-develop/quickstart-devkit-mxchip-az3166.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
134134
135135
1. Start **Termite**.
136136
> [!TIP]
137-
> If you are unable to connect Termite to your devkit, install the [ST-LINK driver](https://www.st.com/en/development-tools/stsw-link009.html) and try again. See [Troubleshooting](troubleshoot-embedded-device-quickstarts.md) for additional steps.
137+
> If you are unable to connect Termite to your devkit, install the [ST-LINK driver](https://www.st.com/en/development-tools/stsw-link009.html) and try again. See [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md) for additional steps.
138138
1. Select **Settings**.
139139
1. In the **Serial port settings** dialog, check the following settings and update if needed:
140140
* **Baud rate**: 115,200
@@ -236,7 +236,7 @@ Select **About** tab from the device page.
236236

237237
## Troubleshoot and debug
238238

239-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
239+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
240240

241241
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
242242

@@ -252,10 +252,8 @@ To remove the entire Azure IoT Central sample application and all its devices an
252252

253253
In this quickstart, you built a custom image that contains Azure RTOS sample code, and then flashed the image to the MXCHIP DevKit device. You also used the IoT Central portal to create Azure resources, connect the MXCHIP DevKit securely to Azure, view telemetry, and send messages.
254254

255-
As a next step, explore the following articles to learn more about using the IoT device SDKs to connect devices to Azure IoT.
255+
As a next step, explore the following article to learn more about using the IoT device SDKs to connect devices to Azure IoT.
256256

257-
> [!div class="nextstepaction"]
258-
> [Connect an MXCHIP AZ3166 devkit to IoT Hub](quickstart-devkit-mxchip-az3166-iot-hub.md)
259257
> [!div class="nextstepaction"]
260258
> [Connect a simulated device to IoT Hub](../iot/tutorial-send-telemetry-iot-hub.md)
261259

articles/iot-develop/quickstart-devkit-nxp-mimxrt1060-evk-iot-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
133133

134134
1. Start **Termite**.
135135
> [!TIP]
136-
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
136+
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
137137
1. Select **Settings**.
138138
1. In the **Serial port settings** dialog, check the following settings and update if needed:
139139
* **Baud rate**: 115,200
@@ -318,7 +318,7 @@ To use Azure CLI to call a method:
318318

319319
## Troubleshoot and debug
320320

321-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
321+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
322322

323323
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
324324

articles/iot-develop/quickstart-devkit-nxp-mimxrt1060-evk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can use the **Termite** app to monitor communication and confirm that your d
144144
145145
1. Start **Termite**.
146146
> [!TIP]
147-
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
147+
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
148148
1. Select **Settings**.
149149
1. In the **Serial port settings** dialog, check the following settings and update if needed:
150150
* **Baud rate**: 115,200
@@ -503,7 +503,7 @@ Select **About** tab from the device page.
503503
504504
## Troubleshoot and debug
505505
506-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
506+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
507507
508508
:::zone pivot="iot-toolset-cmake"
509509
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).

articles/iot-develop/quickstart-devkit-renesas-rx65n-cloud-kit-iot-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ To connect the Renesas RX65N to Azure, you modify a configuration file for Wi-Fi
191191
192192
You can use the **Termite** app to monitor communication and confirm that your device is set up correctly.
193193
> [!TIP]
194-
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
194+
> If you have issues getting your device to initialize or connect after flashing, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
195195
196196
1. Start **Termite**.
197197
1. Select **Settings**.
@@ -398,7 +398,7 @@ To use Azure CLI to call a method:
398398

399399
## Troubleshoot and debug
400400

401-
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](troubleshoot-embedded-device-quickstarts.md).
401+
If you experience issues building the device code, flashing the device, or connecting, see [Troubleshooting](../iot/troubleshoot-embedded-device-tutorials.md).
402402

403403
For debugging the application, see [Debugging with Visual Studio Code](https://github.com/azure-rtos/getting-started/blob/master/docs/debugging.md).
404404

0 commit comments

Comments
 (0)