Skip to content

Commit 7634797

Browse files
authored
Ryanwinter/stm l475 l4s5 (#315)
* update to new stm pnp model to remove settext command
1 parent fe41b48 commit 7634797

File tree

6 files changed

+12
-24
lines changed

6 files changed

+12
-24
lines changed

STMicroelectronics/B-L475E-IOT01A/app/nx_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "azure_pnp_info.h"
2626
#include "stm_networking.h"
2727

28-
#define IOT_MODEL_ID "dtmi:azurertos:devkit:gsgstml4s5;1"
28+
#define IOT_MODEL_ID "dtmi:azurertos:devkit:gsgstml4s5;2"
2929

3030
#define TELEMETRY_HUMIDITY "humidity"
3131
#define TELEMETRY_TEMPERATURE "temperature"

STMicroelectronics/B-L4S5I-IOT01A/VS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This guide describes how to use Visual Studio to build, flash, and debug with the **STMicroelectronics B-L4S5I-IOT01A Discovery Kit**.
44

5-
This is a companion to the [Quickstart Guide](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e). Please ensure you have completed the following steps of the Quickstart Guide before continuing.
5+
This is a companion to the [Quickstart Guide](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l4s5i). Please ensure you have completed the following steps of the Quickstart Guide before continuing.
66

7-
1. [Clone the repo for the quickstart](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e#clone-the-repo-for-the-quickstart).
7+
1. [Clone the repo for the quickstart](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l4s5i#clone-the-repo-for-the-quickstart).
88

9-
1. [Create the cloud components](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e#create-the-cloud-components).
9+
1. [Create the cloud components](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l4s5i#create-the-cloud-components).
1010

11-
1. [Configure Wi-Fi and Azure IoT connection settings](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e#add-configuration).
11+
1. [Configure Wi-Fi and Azure IoT connection settings](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l4s5i#add-configuration).
1212

1313
_*Note: It is not necessary to install the tools described in the quickstart guide. Tool installation will be covered in the next section below.*_
1414

STMicroelectronics/B-L4S5I-IOT01A/app/nx_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "azure_pnp_info.h"
2626
#include "stm_networking.h"
2727

28-
#define IOT_MODEL_ID "dtmi:azurertos:devkit:gsgstml4s5;1"
28+
#define IOT_MODEL_ID "dtmi:azurertos:devkit:gsgstml4s5;2"
2929

3030
#define TELEMETRY_HUMIDITY "humidity"
3131
#define TELEMETRY_TEMPERATURE "temperature"

STMicroelectronics/B-L4S5I-IOT01A/vscode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This guide describes how to use Visual Studio Code to build, flash, and debug with the **STMicroelectronics B-L4S5I-IOT01A Discovery Kit**.
44

5-
This is a companion to the [Quickstart Guide](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e). Please ensure you have completed the following steps of the Quickstart Guide before continuing.
5+
This is a companion to the [Quickstart Guide](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l4s5i). Please ensure you have completed the following steps of the Quickstart Guide before continuing.
66

7-
1. [Clone the repo for the quickstart](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e#clone-the-repo-for-the-quickstart).
7+
1. [Clone the repo for the quickstart](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l4s5i#clone-the-repo-for-the-quickstart).
88

9-
1. [Create the cloud components](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e#create-the-cloud-components).
9+
1. [Create the cloud components](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l4s5i#create-the-cloud-components).
1010

11-
1. [Configure Wi-Fi and Azure IoT connection settings](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l475e#add-configuration).
11+
1. [Configure Wi-Fi and Azure IoT connection settings](https://docs.microsoft.com/en-us/azure/iot-develop/quickstart-devkit-stm-b-l4s5i#add-configuration).
1212

1313
_*Note: It is not necessary to install the tools described in the quickstart guide. Tool installation will be covered in the next section below.*_
1414

STMicroelectronics/STM32L4_L4+/app/nx_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "azure_pnp_info.h"
2626
#include "stm_networking.h"
2727

28-
#define IOT_MODEL_ID "dtmi:azurertos:devkit:gsgstml4s5;1"
28+
#define IOT_MODEL_ID "dtmi:azurertos:devkit:gsgstml4s5;2"
2929

3030
#define TELEMETRY_HUMIDITY "humidity"
3131
#define TELEMETRY_TEMPERATURE "temperature"

shared/model/gsgstml4s5-1.json renamed to shared/model/gsgstml4s5-2.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": "dtmi:dtdl:context;2",
3-
"@id": "dtmi:azurertos:devkit:gsgstml4s5;1",
3+
"@id": "dtmi:azurertos:devkit:gsgstml4s5;2",
44
"@type": "Interface",
55
"displayName": "STM L4S5 Getting Started Guide",
66
"description": "Example model for the Azure RTOS L4S5 Getting Started Guide",
@@ -140,18 +140,6 @@
140140
"schema": "boolean"
141141
}
142142
},
143-
{
144-
"@type": "Command",
145-
"name": "setDisplayText",
146-
"displayName": "Display Text",
147-
"description": "Display text on screen.",
148-
"request": {
149-
"name": "text",
150-
"displayName": "Text",
151-
"description": "Text displayed on the screen.",
152-
"schema": "string"
153-
}
154-
},
155143
{
156144
"@type": "Component",
157145
"schema": "dtmi:azure:DeviceManagement:DeviceInformation;1",

0 commit comments

Comments
 (0)