You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
This repository hosts additional samples for Azure RTOS.
3
+
This repository hosts additional samples for Azure RTOS v6.2.0.
4
4
5
5
## Embedded IDE samples
6
6
7
-
You can find Embedded IDE (IAR Workbench and semi's IDE) sample projects in addition to the content in the [getting-started repository](https://github.com/azure-rtos/getting-started). Each board-specific sample project contains a series of projects that cover Azure RTOS components (ThreadX, NetX Duo, GUIX, FileX and USBX) as well as connecting to Azure IoT samples using Azure IoT Middleware for Azure RTOS depending on the actual capability of the board.
7
+
You can find Embedded IDE (IAR Workbench and semi's IDE) sample projects in addition to the content in the [Getting Started Guides](https://github.com/azure-rtos/getting-started). Each board-specific sample project contains a series of projects that cover Azure RTOS components (ThreadX, NetX Duo, GUIX, FileX and USBX) as well as samples for connecting to [Azure IoT Hub](https://learn.microsoft.com/azure/iot-hub/), and enable OTA for the device using [Device Update for IoT Hub](https://learn.microsoft.com/azure/iot-hub-device-update/) service. Detailed guide is inlcuded in the file of each devkit.
8
8
9
9
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:
|Renesas|RX130 Target Board|[IAR](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_RX130_Target_Board_IAR_Samples_2021_09_16.zip) / [e² studio CCRX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_RX130_Target_Board_e2studio_ccrx_Samples_2021_09_16.zip) / [e² studio GNURX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_RX130_Target_Board_e2studio_gnurx_Samples_2021_09_16.zip)|
21
-
|Renesas|RX65N RSK|[IAR](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_Renesas_RX65N_RSK_2MB_IAR_Sample_2021_11_19.zip) / [e² studio CCRX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_Renesas_RX65N_RSK_2MB_e2studio_CCRX_Sample_2021_11_19.zip) / [e² studio GNURX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_Renesas_RX65N_RSK_2MB_e2studio_gnurx_Sample_2021_11_19.zip)|
22
-
|Renesas|RSK RX66T|[e² studio CCRX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_RSK_RX66T_E2Studio_CCRX_Samples_2021_09_07.zip) / [e² studio GNURX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_RSK_RX66T_E2Studio_GNURX_Samples_2021_09_07.zip)|
23
-
|Renesas|RX671 RSK|[IAR](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_Renesas_RX671_RSK_IAR_Samples_2021_09_30.zip) / [e² studio CCRX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_Renesas_RX671_RSK_e2studio_ccrx_Samples_2021_09_30.zip) / [e² studio GNURX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_Renesas_RX671_RSK_e2studio_gnurx_Samples_2021_09_30.zip)|
24
-
|Renesas|RX72N Envision Kit Ethernet|[IAR](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_RX72N_Envision_Kit_Ethernet_IAR_Samples_2021_08_18.zip) / [e² studio CCRX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_RX72N_Envision_Kit_Ethernet_e2studio_ccrx_Samples_2021_08_18.zip) / [e² studio GNURX](https://github.com/azure-rtos/samples/releases/download/v6.1_rel/Azure_RTOS_6.1_RX72N_Envision_Kit_Ethernet_e2studio_gnurx_Samples_2021_08_18.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 in each ZIP file for licensing requirements.
27
18
28
-
The [MXChip AZ3166 IoT DevKit](https://aka.ms/iot-devkit) is currently supported by the [getting-started](https://github.com/azure-rtos/getting-started/tree/master/MXChip/AZ3166) guide.
19
+
### User-defined Crypto Ciphersuite
20
+
21
+
This [guide](./user-defined-ciphersuite.md) demonstrates how to implement user-defined crypto ciphersuite and integrate it with Azure IoT Sample.
0 commit comments