This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
Google Cloud IoT Core Device SDK for Embedded C version 1.0.3
April 28, 2021
- Updated the POSIX BSP to use
open
instead offopen
for more consistent error detection, #100 by @pnfisher. - Fixed a non null-terminated issue in message.topic with ‘iotc_user_subscription_callback_’, #111 by @csobrinho.
- Added overflow protection to ‘__iotc_calloc()’ calls, #119
- Updates to the Zephyr Troubleshooting guide, #104 by @galz10.
- Fixes to links within the User Guide, #102 by @mikevoyt.
- Thank you to all of our contributors!