From 6824479ac2b72e6250778e62e6dc6d996ce60bc8 Mon Sep 17 00:00:00 2001 From: Ryan Winter Date: Wed, 14 Oct 2020 15:54:41 -0700 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b0421ba9..1866efc7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![](https://github.com/azure-rtos/getting-started/workflows/MIMXRT1060-EVK/badge.svg) ![](https://github.com/azure-rtos/getting-started/workflows/STM32L4_L4+/badge.svg) -# Getting Started with Azure RTOS +# Getting Started with Azure RTOS and Azure IoT This Getting Started guides shows device developers how to start working with Azure RTOS. Each guide will step through from installation of the required toolchain, to connecting the device to Azure IoT Hub using IoT Plug and Play. @@ -14,14 +14,20 @@ This Getting Started guides shows device developers how to start working with Az ## Getting Started Guides -The following board specific guides will get you started with Azure RTOS: - -* Getting started with the [Microchip ATSAME54-XPRO](Microchip/ATSAME54-XPRO) -* Getting started with the [MXCHIP AZ3166](MXChip/AZ3166) -* Getting started with the [NXP MIMXRT1050-EVKB](NXP/MIMXRT1050-EVKB) -* Getting started with the [NXP MIMXRT1060-EVK](NXP/MIMXRT1060-EVK) -* Getting started with the [Renesas AE-Cloud2](Renesas/Synergy) -* Getting started with the [STMicroelectronics B-L475E-IOT01A / B-L4S5I-IOT01A](STMicroelectronics/STM32L4_L4+) +The following board specific guides will get you started with Azure RTOS and Azure IoT: + +* Microchip: + * [ATSAME54-XPRO](Microchip/ATSAME54-XPRO) +* MXCHIP: + * [AZ3166](MXChip/AZ3166) +* NXP: + * [MIMXRT1050-EVKB](NXP/MIMXRT1050-EVKB) + * [MIMXRT1060-EVK](NXP/MIMXRT1060-EVK) +* Renesas: + * [AE-Cloud2](Renesas/Synergy) +* STMicroelectronics: + * [B-L475E-IOT01A](STMicroelectronics/STM32L4_L4+) + * [B-L4S5I-IOT01A](STMicroelectronics/STM32L4_L4+) Once you have successfully completed a guide, please read [Using Azure RTOS in the Getting Started Guides](/docs/using-azure-rtos.md) for information on how the guides use Azure RTOS to connect with Azure IoT.