You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog for Pelion Device Management Client example application
2
2
3
+
## Release 4.5.0 (12.06.2020)
4
+
5
+
* Added support for MIMXRT1060-EVK board for NXP FreeRTOS SDK.
6
+
* Increased the Renesas RA6M3 Ethernet buffers from 1+1 to 4+4 to increase stability.
7
+
* Updated to Pelion E2E test library v0.2.6.
8
+
* Added a network error counter that resets the device if too many errors have occurred
9
+
* Added sleeping device example that is enabled with `MBED_CLOUD_CLIENT_TRANSPORT_MODE_UDP_QUEUE` option. The sleepy device will `pause` the client when client goes to sleep,
10
+
whenever application will try to send notification, if the client is `paused` then application will first `resume` client and then send notification.
11
+
* Added support for Device Sentry feature for Mbed OS and Linux.
12
+
* Mbed OS - the feature is enabled for K66F board.
13
+
* Linux - the feature is enabled by passing cmake ENABLE_DEVICE_SENTRY flag to cmake.
14
+
***Breaking changes** (Due to update of SE ATECC608A driver , the application is not compatible with previous releases of SE ATECC608A driver).
15
+
* Updated SE ATECC608A driver `COMPONENT_ATECC608A.lib`.
16
+
* Updated mbed-cloud-client-platform-common `platform.lib` - includes adaptation for new SE ATECC608A driver.
17
+
* Updated `EK-RA6M3` to use Renesas `Arm® Secure Boot Solution for RA6M3 MCU Group` version 1.1.0.
18
+
*[Mbed OS] Added explicit Device Key generation. This is for future-compatibility with Mbed OS 6 and is only in use with Mbed OS 6 builds.
0 commit comments