This repository was archived by the owner on Apr 25, 2023. It is now read-only.
DevKit SDK 1.2.0
Version 1.2.0 (October 24)
No more manual steps to prepare your DevKit development environment on macOS! The time saving one-click installation now support macOS as well. And yes, we love bash.
Release Summary
-
SDK
- Upgrade IoT Hub device SDK to 1.1.23.
- Made IoT Hub MQTT Client as a wrapper that can be shared by all mini solutions.
- Enable float modifier for
print/printf
function. - Remove
json-c
library and use parson JSON library instead. - Bug fix: Enable HttpClient response callback when handling large response body.
-
Project Catalog
- New mini solution: DeviceStates. Use Azure IoT Hub device twins to monitor DevKit state and control the user LED.
- Fix gyroscope values and added acceleration sensor in SensorStatus sample.
- Use MQTT Client wrapper for GetStarted, RemoteMonitoring and ShakeShake mini solutions.
- Improve telemetry logics in mini solutions on macOS.
-
Development Tools
- Enable one-click install experience on macOS 😉.
- Upgrad all project tasks to version 2.0.
- Use
CMD
as the default shell on Windows. - Set default device upload method to use OpenOCD instead of ST-Link.
- Bug fix: VS Code task failure due to double quotation marks.