Closed DellaBitta closed 5 years ago
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.
ℹ️ Googlers: Go here for more info.
A Googler has manually verified that the CLAs look good.
(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)
ℹ️ Googlers: Go here for more info.
The account upon which the CLA depends is no longer active. I have contacted the account owner directly with the commits that need the CLA agreement and I have received written permission from the original owner. I've provided the correspondence below:
===== Hi, David.
I agree that all of these changes can be merged under the Google CLA.
Thanks, Sungju Doh
On Tue, Apr 2, 2019 at 3:53 AM David Della Bitta xyz@google.com wrote: Hi Sungju,
Ok, I've spoken with the Google Github Admins. I think we can sort this out, but can i please have your permission that I may merge the following commits under your confirmation of the the Google CLA?
===== commit 2876b32c96a3fdbb3f8a4c11db9810983f628ab7 Merge: 96ab903 c860603 Author: Sungju Doh 46015454+sungjud@users.noreply.github.com Date: Fri Mar 8 16:22:25 2019 +0900
Merge pull request #11 from GoogleCloudPlatform/bsp_migration
UDP & IPv6 Support in Net BSP
===== commit c860603bb77433e8fb7ff7f7e5bc07f955476a6e Merge: a46788f 96ab903 Author: Sungju Doh 46015454+sungjud@users.noreply.github.com Date: Fri Mar 8 15:06:14 2019 +0900
Merge branch 'development' into bsp_migration
===== commit 96ab903a8384d66c751c3d5ee4fe3fa9e445d69d Merge: 24ad2b6 0877b1b Author: Sungju Doh 46015454+sungjud@users.noreply.github.com Date: Fri Mar 8 14:37:55 2019 +0900
Merge pull request #43 from GoogleCloudPlatform/time
Add API to get monotonic time
===== commit a46788f15e1c1e98fc6946ad6bc6078ce8d4543c Merge: 1dcf498 24ad2b6 Author: Sungju Doh 46015454+sungjud@users.noreply.github.com Date: Fri Mar 8 13:55:33 2019 +0900
Merge branch 'development' into bsp_migration
===== commit c981082a4e61ed6c14724e3a22440480c13d825c Merge: 3d51ed5 c526816 Author: Sungju Doh 46015454+sungjud@users.noreply.github.com Date: Mon Mar 4 16:13:06 2019 +0900
Merge pull request #10 from GoogleCloudPlatform/tests_migration
Rewrite crypto BSP test cases using Google Test.
Thanks, Dave Della Bitta
I will update the release date upon review approval.
A Googler has manually verified that the CLAs look good.
(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)
ℹ️ Googlers: Go here for more info.
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.
ℹ️ Googlers: Go here for more info.
Google Cloud IoT Core Device SDK for Embedded C version 1.0.1
April 8, 2019
The TLS Board Support Package (BSP) reference implementation for mbedTLS has been updated to use deterministic ECDSA signatures.
iotc_get_state_string
may now be used to query error strings for application debugging. Seeinclude/iotc_error.h
to enable this feature.Updated the gtest framework compilation standard to c++14. This does not affect the IoT Device SDK library sources.
Documentation:
README.md
formatting updates.CONTRIBUTING.md
includes a new pull request processes and a link to the Google style guidelines.Networking BSP:
iotc_bsp_io_net_create_socket
. Sockets should now be created in BSP implementations ofiotc_bsp_iot_net_socket_connect
.include/bsp/iotc_bsp_io_net.h
for more information about these changes.src/bsp/platform/posix/iotc_bsp_hton.h
as it was no longer required.Time API:
iotc_time_t
typedef is now defined as anint64_t
.iotc_bsp_time_getmonotonictime_milliseconds
.include/bsp/iotc_time.h
for more information about these changes.