From 7a7a6bd8e90276aff286db38b46eb8bdd4e2d90c Mon Sep 17 00:00:00 2001 From: Liya Du Date: Thu, 28 May 2020 15:24:04 +0800 Subject: [PATCH 1/2] Add link to RTOS + Sphere sample --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba2b3a2..d1c0437 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,10 @@ this repository: NOTE: These zip files are completely self-contained and include appropriate code from the other Azure RTOS repositories. Please refer to the LICENSE.txt file -in each ZIP file for licensing requirements. \ No newline at end of file +in each ZIP file for licensing requirements. + +### Azure RTOS with Azure Sphere sample + +https://github.com/Azure-Samples/Azure-RTOS-on-Azure-Sphere-Mediatek-MT3620 + +This sample demonstrates how Azure Sphere and Azure RTOS are able to run together on the MediaTek MT3620 Development Kit. \ No newline at end of file From 592b9ffaa94bfe19286a04c9926986f360ad6edc Mon Sep 17 00:00:00 2001 From: Liya Du Date: Thu, 11 Jun 2020 12:03:17 +0800 Subject: [PATCH 2/2] Update readme with direct download links --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d1c0437..72e20ab 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,16 @@ This repository is used to distribute IDE- and board-specific ZIP files that you can use in addition to the content in the [getting-started repository](https://github.com/azure-rtos/getting-started). -The following ZIP files can be downloaded from the Release associated with -this repository: +The following ZIP files can be downloaded from the [release](https://github.com/azure-rtos/samples/releases) associated with this repository or the direct links: -* Azure_RTOS_6.0_ATSAME54-XPRO_IAR_Samples_2020_05_17.zip -* Azure_RTOS_6.0_ATSAME54-XPRO_MPLab_Samples_2020_05_17.zip -* Azure_RTOS_6.0_MIMXRT1060_IAR_Samples_2020_05_17.zip -* Azure_RTOS_6.0_MIMXRT1060_MCUXpresso_Samples_2020_05_17.zip -* Azure_RTOS_6.0_STM32F746G-DISCO_IAR_Samples_2020_05_17.zip -* Azure_RTOS_6.0_STM32F746G-DISCO_STM32CubeIDE_Samples_2020_05_17.zip -* Azure_RTOS_6.0_STM32L475-DISCO_IAR_Samples_2020_05_17.zip -* Azure_RTOS_6.0_STM32L475-DISCO_STM32CubeIDE_Samples_2020_05_17.zip +* [Azure_RTOS_6.0_ATSAME54-XPRO_IAR_Samples_2020_05_17.zip](https://github.com/azure-rtos/samples/releases/download/v6.0_rel/Azure_RTOS_6.0_ATSAME54-XPRO_IAR_Samples_2020_05_17.zip) +* [Azure_RTOS_6.0_ATSAME54-XPRO_MPLab_Samples_2020_05_17.zip](https://github.com/azure-rtos/samples/releases/download/v6.0_rel/Azure_RTOS_6.0_ATSAME54-XPRO_MPLab_Samples_2020_05_17.zip) +* [Azure_RTOS_6.0_MIMXRT1060_IAR_Samples_2020_05_17.zip](https://github.com/azure-rtos/samples/releases/download/v6.0_rel/Azure_RTOS_6.0_MIMXRT1060_IAR_Samples_2020_05_17.zip) +* [Azure_RTOS_6.0_MIMXRT1060_MCUXpresso_Samples_2020_05_17.zip](https://github.com/azure-rtos/samples/releases/download/v6.0_rel/Azure_RTOS_6.0_MIMXRT1060_MCUXpresso_Samples_2020_05_17.zip) +* [Azure_RTOS_6.0_STM32F746G-DISCO_IAR_Samples_2020_05_29.zip](https://github.com/azure-rtos/samples/releases/download/v6.0_rel/Azure_RTOS_6.0_STM32F746G-DISCO_IAR_Samples_2020_05_29.zip) +* [Azure_RTOS_6.0_STM32F746G-DISCO_STM32CubeIDE_Samples_2020_05_29.zip](https://github.com/azure-rtos/samples/releases/download/v6.0_rel/Azure_RTOS_6.0_STM32F746G-DISCO_STM32CubeIDE_Samples_2020_05_29.zip) +* [Azure_RTOS_6.0_STM32L475-DISCO_IAR_Samples_2020_05_17.zip](https://github.com/azure-rtos/samples/releases/download/v6.0_rel/Azure_RTOS_6.0_STM32L475-DISCO_IAR_Samples_2020_05_17.zip) +* [Azure_RTOS_6.0_STM32L475-DISCO_STM32CubeIDE_Samples_2020_05_17.zip](https://github.com/azure-rtos/samples/releases/download/v6.0_rel/Azure_RTOS_6.0_STM32L475-DISCO_STM32CubeIDE_Samples_2020_05_17.zip) NOTE: These zip files are completely self-contained and include appropriate code from the other Azure RTOS repositories. Please refer to the LICENSE.txt file