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

DevKit SDK 1.3.0

Compare
Choose a tag to compare
@ArthurMa1978 ArthurMa1978 released this 18 Jan 01:40
· 329 commits to release since this release
def8eda

DevKit became the first MCU device supports for the Microsoft IoT Hub Device Provisioning Service, which is a helper service for IoT Hub that enables zero-touch, just-in-time provisioning to the right IoT hub without requiring human intervention, enabling customers to provision millions of devices in a secure and scalable manner.

  • Firmware

    • Upgrade the DevKit firmware to enable DPS feature.
    • New tool set_dps_uds is added in the configuration mode, which help to save the Unique Device Secret (UDS) into the STSAFE chip, for more detail please check this topic.
  • SDK

    • Open source DevKit SDK, you are welcome to contribute :)
    • Upgrad the Azure IoT C SDK to 1.1.28.
    • Archive the Azure IoT C SDK in the Arduino board package, greatly reduce the compile time.
    • Enable the secure channel, protecting confidentiality and integrity of data with STSAFE chip on IoT DevKit.
    • Add reset function SystemReboot.
  • Mini Solution

    • New mini-solution is added, check it out here.