Skip to content

Commit 7be80e5

Browse files
authored
Merge pull request #189394 from timlt/update-freertos
Update freertos quickstarts for middleware refs
2 parents d167d31 + c4e1541 commit 7be80e5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

articles/iot-develop/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
href: quickstart-devkit-renesas-rx65n-cloud-kit.md
3232
- name: STMicroelectronics L4S5I-IOT01A
3333
href: quickstart-devkit-stm-b-l4s5i.md
34-
- name: Azure FreeRTOS — Embedded device development
34+
- name: FreeRTOS — Embedded device development
3535
items:
3636
- name: ESPRESSIF ESP32
37-
href: quickstart-devkit-espressif-esp32.md
37+
href: quickstart-devkit-espressif-esp32-freertos.md
3838
- name: STMicroelectronics L475E
3939
href: quickstart-devkit-stm-b-l475e-freertos.md
4040
- name: Tutorials

articles/iot-develop/quickstart-devkit-espressif-esp32.md renamed to articles/iot-develop/quickstart-devkit-espressif-esp32-freertos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connect an ESPRESSIF ESP-32 to Azure IoT Central quickstart
3-
description: Use Azure FreeRTOS device middleware to connect an ESPRESSIF ESP32-Azure IoT Kit device to Azure IoT and send telemetry.
3+
description: Use Azure IoT middleware for FreeRTOS to connect an ESPRESSIF ESP32-Azure IoT Kit device to Azure IoT and send telemetry.
44
author: timlt
55
ms.author: timlt
66
ms.service: iot-develop
@@ -16,7 +16,7 @@ ms.custom: mode-other
1616
**Applies to**: [Embedded device development](about-iot-develop.md#embedded-device-development)<br>
1717
**Total completion time**: 30 minutes
1818

19-
In this quickstart, you use the Azure FreeRTOS middleware to connect the ESPRESSIF ESP32-Azure IoT Kit (from now on, the ESP32 DevKit) to Azure IoT.
19+
In this quickstart, you use the Azure IoT middleware for FreeRTOS to connect the ESPRESSIF ESP32-Azure IoT Kit (from now on, the ESP32 DevKit) to Azure IoT.
2020

2121
You'll complete the following tasks:
2222

@@ -225,12 +225,12 @@ To remove the entire Azure IoT Central sample application and all its devices an
225225
226226
## Next Steps
227227
228-
In this quickstart, you built a custom image that contains the Azure FreeRTOS middleware sample code, and then you flashed the image to the ESP32 DevKit device. You also used the IoT Central portal to create Azure resources, connect the ESP32 DevKit securely to Azure, view telemetry, and send messages.
228+
In this quickstart, you built a custom image that contains the Azure IoT middleware for FreeRTOS sample code, and then you flashed the image to the ESP32 DevKit device. You also used the IoT Central portal to create Azure resources, connect the ESP32 DevKit securely to Azure, view telemetry, and send messages.
229229
230230
As a next step, explore the following articles to learn more about working with embedded devices and connecting them to Azure IoT.
231231
232232
> [!div class="nextstepaction"]
233-
> [Azure FreeRTOS middleware samples](https://github.com/Azure-Samples/iot-middleware-freertos-samples)
233+
> [Azure IoT middleware for FreeRTOS samples](https://github.com/Azure-Samples/iot-middleware-freertos-samples)
234234
> [!div class="nextstepaction"]
235235
> [Azure RTOS embedded development quickstarts](quickstart-devkit-mxchip-az3166.md)
236236
> [!div class="nextstepaction"]

articles/iot-develop/quickstart-devkit-stm-b-l475e-freertos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connect an STMicroelectronics B-L475E to Azure IoT Central quickstart
3-
description: Use Azure FreeRTOS device middleware to connect an STMicroelectronics B-L475E-IOT01A Discovery kit to Azure IoT and send telemetry.
3+
description: Use Azure IoT middleware for FreeRTOS to connect an STMicroelectronics B-L475E-IOT01A Discovery kit to Azure IoT and send telemetry.
44
author: timlt
55
ms.author: timlt
66
ms.service: iot-develop
@@ -16,7 +16,7 @@ ms.custom: mode-other
1616
**Applies to**: [Embedded device development](about-iot-develop.md#embedded-device-development)<br>
1717
**Total completion time**: 30 minutes
1818

19-
In this quickstart, you use the Azure FreeRTOS middleware to connect the STMicroelectronics B-L475E-IOT01A Discovery kit (from now on, the STM DevKit) to Azure IoT Central.
19+
In this quickstart, you use the Azure IoT middleware for FreeRTOS to connect the STMicroelectronics B-L475E-IOT01A Discovery kit (from now on, the STM DevKit) to Azure IoT Central.
2020

2121
You complete the following tasks:
2222

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

253253
## Next Steps
254254

255-
In this quickstart, you built a custom image that contains the Azure FreeRTOS middleware sample code. Then you flashed the image to the STM DevKit device. You also used the IoT Central portal to create Azure resources, connect the STM DevKit securely to Azure, view telemetry, and send messages.
255+
In this quickstart, you built a custom image that contains the Azure IoT middleware for FreeRTOS sample code. Then you flashed the image to the STM DevKit device. You also used the IoT Central portal to create Azure resources, connect the STM DevKit securely to Azure, view telemetry, and send messages.
256256

257257
As a next step, explore the following articles to learn how to work with embedded devices and connect them to Azure IoT.
258258

259259
> [!div class="nextstepaction"]
260-
> [Azure FreeRTOS middleware samples](https://github.com/Azure-Samples/iot-middleware-freertos-samples)
260+
> [Azure IoT middleware for FreeRTOS samples](https://github.com/Azure-Samples/iot-middleware-freertos-samples)
261261
> [!div class="nextstepaction"]
262262
> [Azure RTOS embedded development quickstarts](quickstart-devkit-mxchip-az3166.md)
263263
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)