Skip to content

Commit 0d22323

Browse files
authored
fix synergy links (#169)
1 parent ae6c0ca commit 0d22323

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check Markdown links
1+
name: Markdown links
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![](https://github.com/azure-rtos/getting-started/workflows/MIMXRT1050-EVKB/badge.svg)
44
![](https://github.com/azure-rtos/getting-started/workflows/MIMXRT1060-EVK/badge.svg)
55
![](https://github.com/azure-rtos/getting-started/workflows/STM32L4_L4+/badge.svg)
6-
![](https://github.com/azure-rtos/getting-started/workflows/link-check/badge.svg)
6+
![](https://github.com/azure-rtos/getting-started/workflows/Markdown%20links/badge.svg)
77

88
# Getting Started with Azure RTOS and Azure IoT
99

Renesas/Synergy/readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<h1>Getting started with the Renesas Synergy Platform</h1>
22

3-
Renesas provides commercially qualified software developed and optimized for the [Synergy Platform](https://www.renesas.com/us/en/products/synergy.html) with no additional fees or royalties. The Synergy Software Package (SSP) integrates all the functionality needed to build IoT applications including Microsoft’s Azure RTOS, Application Frameworks, Libraries, HAL drivers, and Board Support Packages for the Synergy kits.
3+
Renesas provides commercially qualified software developed and optimized for the [Synergy Platform](https://www.renesas.com/products/synergy.html) with no additional fees or royalties. The Synergy Software Package (SSP) integrates all the functionality needed to build IoT applications including Microsoft’s Azure RTOS, Application Frameworks, Libraries, HAL drivers, and Board Support Packages for the Synergy kits.
44

5-
Visit the [Synergy Software](https://www.renesas.com/us/en/products/synergy/software.html) website to get started with Azure RTOS and the Synergy Platform.
5+
Visit the [Synergy Software](https://www.renesas.com/products/synergy/software.html) website to get started with Azure RTOS and the Synergy Platform.
66

77
## AE-Cloud2 Kit
8-
The Renesas Synergy™ [AE-Cloud2](https://www.renesas.com/us/en/products/synergy/hardware/kits/ae-cloud2.html) enables rapid evaluation, prototyping and development of global LTE IoT cloud connected applications using the Synergy Platform. Using the AE-CLOUD2 kit developers can easily connect IoT sensor devices to the Azure Cloud service globally using the most effective cellular IoT protocols today — Cat-M1 and Cat-NB1. It features the S5D9 MCU Group, the superset of the S5 MCU series. AE-CLOUD2 includes a variety of sensors such as lighting, microphone, temperature, humidity, pressure, air quality, geomagnetic, accelerometer, and gyroscope.
8+
The Renesas Synergy™ [AE-Cloud2 Kit](https://www.renesas.com/products/microcontrollers-microprocessors/renesas-synergy-platform-mcus/ysaecloud2-ae-cloud2-global-lte-iot-connectivity-example) enables rapid evaluation, prototyping and development of global LTE IoT cloud connected applications using the Synergy Platform. Using the AE-CLOUD2 kit developers can easily connect IoT sensor devices to the Azure Cloud service globally using the most effective cellular IoT protocols today — Cat-M1 and Cat-NB1. It features the S5D9 MCU Group, the superset of the S5 MCU series. AE-CLOUD2 includes a variety of sensors such as lighting, microphone, temperature, humidity, pressure, air quality, geomagnetic, accelerometer, and gyroscope.
99

1010

1111
## AE-Cloud2 Application Example
12-
Download the [Synergy MQTT/TLS Azure Cloud Connectivity Solution](https://www.renesas.com/us/en/software/D6004039.html) application example.
12+
Download the [Synergy MQTT/TLS Azure Cloud Connectivity Solution](https://www.renesas.com/document/scd/synergy-mqtttls-azure-cloud-connectivity-solution-application-project-0) application example.
1313

1414
This application example uses Azure RTOS to connect to Azure IoT Hub. Using detailed steps, this document instructs first-time Microsoft Azure users how to configure the Azure IoT Hub platform to run this application example demonstration.
1515

1616
Upon completion of this guide, you will be able to add the MQTT/TLS module to your own design, configure it correctly for the target application, and write code using the included application example code as a reference and efficient starting point. References to more detailed API descriptions, and other application projects that demonstrate more advanced uses of the module, are in the Synergy Software Package (SSP) User’s Manual, and serve as valuable resources in creating more complex designs.
1717

1818

1919
## Links
20-
* [Synergy Platform](https://www.renesas.com/us/en/products/synergy.html)
21-
* [AE-Cloud2 Kit](https://www.renesas.com/us/en/products/synergy/hardware/kits/ae-cloud2.html)
22-
* [AE-Cloud2 MQTT/TLS Azure Cloud Connectivity Solution](https://www.renesas.com/us/en/software/D6004039.html)
20+
* [Synergy Platform](https://www.renesas.com/products/synergy.html)
21+
* [AE-Cloud2 Kit](https://www.renesas.com/products/microcontrollers-microprocessors/renesas-synergy-platform-mcus/ysaecloud2-ae-cloud2-global-lte-iot-connectivity-example)
22+
* [AE-Cloud2 MQTT/TLS Azure Cloud Connectivity Solution](https://www.renesas.com/document/scd/synergy-mqtttls-azure-cloud-connectivity-solution-application-project-0)

0 commit comments

Comments
 (0)