Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


How to add a new 'desired' property?

I want to add new ‘desired’ properties in the line of “DesiredTelemetryInterval”. It appears adding new ones WITH_DESIRED_PROPERTY & WITH_REPORTED_PROPERTY in AzureClient_mqtt_DM_TM.c is not sufficient.

It appears that the new properties have to be added to MULTITREE_HANDLE as children. I am not able to find where this can be done.

Can I get some clue on how to accomplish my need?