-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from ARMmbed/release-1.3.2
mbed-cloud-client-example 1.3.2
- Loading branch information
Showing
31 changed files
with
514 additions
and
1,191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,33 @@ | ||
# Changelog for Mbed Cloud Client Reference Example | ||
|
||
## Release R1.3.1.1 (next release) | ||
* No changes. | ||
## Release 1.3.2 (22.05.2018) | ||
* Update easy-connect to v1.2.9 | ||
* Update to Mbed OS 5.8.4 | ||
* Configuration partition_mode is added, which is enabled by default. This is supposed to be used with storage for data e.g. SD card. | ||
* Linux: Update Mbedtls to 2.7.1 in pal-platform. | ||
* Linux: Fix for CMake generation and generic cleanup in pal-platform. | ||
|
||
#### Platform Adaptation Layer (PAL) | ||
* Linux: Converted all timers to use signal-based timer (SIGEV_SIGNAL) instead of (SIGEV_THREAD). | ||
* This fixes the Valgrind warnings for possible memory leaks caused by LIBC's internal timer helper thread. | ||
<span class="notes">**Note**: If the client application is creating a pthread before instantiating MbedCloudClient, | ||
it needs to block the PAL_TIMER_SIGNAL from it. Otherwise the thread may get an exception caused | ||
by the default signal handler with a message such as "Process terminating with default action | ||
of signal 34 (SIGRT2)". For a suggested way to handle this please see `mcc_platform_init()` in | ||
https://github.com/ARMmbed/mbed-cloud-client-example/blob/master/source/platform/Linux/common_setup.c.</span> | ||
|
||
## Release R1.3.1 (19.04.2018) | ||
## Release 1.3.1.1 (27.04.2018) | ||
* No changes. | ||
|
||
* Converted the LED blinking callback from a blocking loop to an event-based tasklet. | ||
* Updated to Mbed OS 5.8.1. | ||
* The platform-specific code has been rewritten to have common implementation which can be shared with other Cloud applications (source/platform/). | ||
* Enabled multipartition support for an application. | ||
* Enabled LittleFS support. | ||
* Enabled autoformat/autopartition for the storage (controllable via compile-time flags). | ||
## Release 1.3.1 (19.04.2018) | ||
* Convert LED blinking callback from a blocking loop to event based tasklet. | ||
* Update to Mbed OS 5.8.1. | ||
* Rewrite platform-specific code to have common implementation which can be shared between other Cloud applications (source/platform/). | ||
* enable multipartition support for application. | ||
* enable LittleFS support. | ||
* enable autoformat/autopartition for storage (controllable via compile-time flags). | ||
|
||
## Release R1.3.0 (27.3.2018) | ||
## Release 1.3.0 (27.3.2018) | ||
|
||
Initial public release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/ARMmbed/easy-connect/#6b2cce9f7cefd02e0503d6307ab5433b6197716d | ||
https://github.com/ARMmbed/easy-connect/#21a78a40e94ba9298e05ce54738c6b42657ae010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/ARMmbed/mbed-cloud-client/#88d63622c4a3c521a22803a4847930c0ee217c84 | ||
https://github.com/ARMmbed/mbed-cloud-client/#d37a136be84216afb90f1bd3b00b1ac9d33d52a1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
https://github.com/ARMmbed/mbed-os/#addec7ba10054be03849eff58a1d17f157391e7d | ||
https://github.com/ARMmbed/mbed-os/#ae6c7c60f91c89cbf755a2f3c8ec9c66635849fd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.