mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 09:17:44 -04:00
Update Fleet Provisioning Demo comments (#762)
This commit is contained in:
parent
626b54819b
commit
4e450d39d4
3 changed files with 4 additions and 4 deletions
|
@ -496,9 +496,8 @@ void vStartFleetProvisioningDemo()
|
||||||
mbedtls_platform_mutex_unlock );
|
mbedtls_platform_mutex_unlock );
|
||||||
|
|
||||||
/* This example uses a single application task, which shows that how to use
|
/* This example uses a single application task, which shows that how to use
|
||||||
* Device Defender library to generate and validate AWS IoT Device Defender
|
* Fleet Provisioning library to generate and sign certificates with AWS IoT
|
||||||
* MQTT topics, and use the coreMQTT library to communicate with the AWS
|
* and create new IoT Things using the AWS IoT Fleet Provisioning API */
|
||||||
* IoT Device Defender service. */
|
|
||||||
xTaskCreate( prvFleetProvisioningTask, /* Function that implements the task. */
|
xTaskCreate( prvFleetProvisioningTask, /* Function that implements the task. */
|
||||||
"DemoTask", /* Text name for the task - only used for debugging. */
|
"DemoTask", /* Text name for the task - only used for debugging. */
|
||||||
democonfigDEMO_STACKSIZE, /* Size of stack (in words, not bytes) to allocate for the task. */
|
democonfigDEMO_STACKSIZE, /* Size of stack (in words, not bytes) to allocate for the task. */
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* See https://www.FreeRTOS.org/iot-device-defender for configuration and usage instructions.
|
* See https://www.FreeRTOS.org/iot-fleet-provisioning for configuration and usage instructions.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
/* Standard includes. */
|
/* Standard includes. */
|
||||||
|
|
|
@ -51,6 +51,7 @@ appropiate
|
||||||
aptime
|
aptime
|
||||||
apu
|
apu
|
||||||
ar
|
ar
|
||||||
|
aren't
|
||||||
args
|
args
|
||||||
armv
|
armv
|
||||||
arp
|
arp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue