Skip to content

Commit 830a223

Browse files
authored
Merge pull request #1 from liydu/liydu/sphere-sample-link
Add link to RTOS + Sphere sample
2 parents 3e26d5b + 592b9ff commit 830a223

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@ This repository is used to distribute IDE- and board-specific ZIP files
44
that you can use in addition to the content in the [getting-started
55
repository](https://github.com/azure-rtos/getting-started).
66

7-
The following ZIP files can be downloaded from the Release associated with
8-
this repository:
7+
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:
98

10-
* Azure_RTOS_6.0_ATSAME54-XPRO_IAR_Samples_2020_05_17.zip
11-
* Azure_RTOS_6.0_ATSAME54-XPRO_MPLab_Samples_2020_05_17.zip
12-
* Azure_RTOS_6.0_MIMXRT1060_IAR_Samples_2020_05_17.zip
13-
* Azure_RTOS_6.0_MIMXRT1060_MCUXpresso_Samples_2020_05_17.zip
14-
* Azure_RTOS_6.0_STM32F746G-DISCO_IAR_Samples_2020_05_17.zip
15-
* Azure_RTOS_6.0_STM32F746G-DISCO_STM32CubeIDE_Samples_2020_05_17.zip
16-
* Azure_RTOS_6.0_STM32L475-DISCO_IAR_Samples_2020_05_17.zip
17-
* Azure_RTOS_6.0_STM32L475-DISCO_STM32CubeIDE_Samples_2020_05_17.zip
9+
* [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)
10+
* [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)
11+
* [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)
12+
* [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)
13+
* [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)
14+
* [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)
15+
* [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)
16+
* [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)
1817

1918
NOTE: These zip files are completely self-contained and include appropriate
2019
code from the other Azure RTOS repositories. Please refer to the LICENSE.txt file
21-
in each ZIP file for licensing requirements.
20+
in each ZIP file for licensing requirements.
21+
22+
### Azure RTOS with Azure Sphere sample
23+
24+
https://github.com/Azure-Samples/Azure-RTOS-on-Azure-Sphere-Mediatek-MT3620
25+
26+
This sample demonstrates how Azure Sphere and Azure RTOS are able to run together on the MediaTek MT3620 Development Kit.

0 commit comments

Comments
 (0)