Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit ff128ee

Browse files
authored
Renesas using Central update (#191)
* spelling mistakes * update azure_config.h * update cmake in toolchain installer * remove old iot explorer images * Update Renesas readme.md
1 parent f8e610a commit ff128ee

20 files changed

+113
-246
lines changed

NXP/MIMXRT1060-EVK/app/azure_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
// ----------------------------------------------------------------------------
4646
#define IOT_DEVICE_SAS_KEY ""
4747

48-
#endif // _AZURE_CONFIG_H
48+
#endif // _AZURE_CONFIG_H

Renesas/RSK_RX65N_2MB/app/azure_config.h

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,24 @@
55
#define _AZURE_CONFIG_H
66

77
// ----------------------------------------------------------------------------
8-
// Azure IoT Hub Connection Transport
9-
// Define to use the legacy MQTT connection, else Azure RTOS SDK for Azure IoT
8+
// Azure IoT Dynamic Provisioning Service
9+
// Define this to use the DPS service, otherwise direct IoT Hub
1010
// ----------------------------------------------------------------------------
11-
//#define ENABLE_LEGACY_MQTT
11+
#define ENABLE_DPS
1212

1313
// ----------------------------------------------------------------------------
14-
// Azure IoT Dynamic Provisioning Service
15-
// Define this to use the DPS service, otherwise direct IoT Hub
14+
// Azure IoT DPS connection config
15+
// IOT_DPS_ID_SCOPE: The DPS ID Scope
16+
// IOT_DPS_REGISTRATION_ID: The DPS device Registration Id
17+
// ----------------------------------------------------------------------------
18+
#define IOT_DPS_ID_SCOPE ""
19+
#define IOT_DPS_REGISTRATION_ID ""
20+
21+
// ----------------------------------------------------------------------------
22+
// Azure IoT Hub Connection Transport
23+
// Define to use the legacy MQTT connection, else Azure RTOS SDK for Azure IoT
1624
// ----------------------------------------------------------------------------
17-
//#define ENABLE_DPS
25+
//#define ENABLE_LEGACY_MQTT
1826

1927
// ----------------------------------------------------------------------------
2028
// Azure IoT DPS Self-Signed X509Certificate
@@ -27,16 +35,8 @@
2735
// IOT_HUB_HOSTNAME: The Azure IoT Hub hostname
2836
// IOT_HUB_DEVICE_ID: The Azure IoT Hub device id
2937
// ----------------------------------------------------------------------------
30-
#define IOT_HUB_HOSTNAME ""
31-
#define IOT_HUB_DEVICE_ID ""
32-
33-
// ----------------------------------------------------------------------------
34-
// Azure IoT DPS connection config
35-
// IOT_DPS_ID_SCOPE: The DPS ID Scope
36-
// IOT_DPS_REGISTRATION_ID: The DPS device Registration Id
37-
// ----------------------------------------------------------------------------
38-
#define IOT_DPS_ID_SCOPE ""
39-
#define IOT_DPS_REGISTRATION_ID ""
38+
//#define IOT_HUB_HOSTNAME ""
39+
//#define IOT_HUB_DEVICE_ID ""
4040

4141
// ----------------------------------------------------------------------------
4242
// Azure IoT device SAS key
@@ -45,4 +45,4 @@
4545
// ----------------------------------------------------------------------------
4646
#define IOT_DEVICE_SAS_KEY ""
4747

48-
#endif // _AZURE_CONFIG_H
48+
#endif // _AZURE_CONFIG_H
72.3 KB
Loading
49 KB
Loading
8.31 KB
Loading
17.5 KB
Loading
45.5 KB
Loading
Binary file not shown.
-45.6 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)