Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of U_Blox_DeviceConnector by
History
Add C027 example;
2017-02-02, by sarahmarshy [Thu, 02 Feb 2017 21:19:33 +0000] rev 64
Add C027 example;
u-Blox test for device connector
2017-02-02, by surajdagar [Thu, 02 Feb 2017 19:46:23 +0000] rev 63
u-Blox test for device connector
UBLOX_EVK_ODIN_W2 ethernet support
2017-02-02, by mbed_official [Thu, 02 Feb 2017 08:30:11 +0000] rev 62
UBLOX_EVK_ODIN_W2 ethernet support
You can get the ethernet working on the UBLOX, if you modify the
mbed_app.json - eth configs changed to match the need (you need
to drop the "EMAC" in case of UBLOX).
cp configs/eth_v4.json mbed_app.json
cp configs/eth-wifi-mbedignore .mbedignore
mbed compile -m UBLOX_EVK_ODIN_W2
yields a working ethernet binary for UBLOX.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
Update mbed-client.lib to v2.0.2
2017-02-02, by mbed_official [Thu, 02 Feb 2017 07:00:11 +0000] rev 61
Update mbed-client.lib to v2.0.2
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
mbed OS 5.3.4
2017-02-01, by mbed_official [Wed, 01 Feb 2017 11:30:11 +0000] rev 60
mbed OS 5.3.4
Update to latest.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
Fix the cert len in simpleclient.h (#170)
2017-01-27, by mbed_official [Fri, 27 Jan 2017 14:45:11 +0000] rev 59
Fix the cert len in simpleclient.h (#170)
The set_resource_value function will automatically add the null termination ('\0'). To avoid getting two of them added - 1 to after the sizeof in function create_register_object in file simpleclient.h.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
README.md - Ublox tested on WiFi
2017-01-26, by mbed_official [Thu, 26 Jan 2017 14:30:12 +0000] rev 58
README.md - Ublox tested on WiFi
One erroneus line there - Ublox does not work with ethernet, but with WiFi.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
Merge pull request #166 from ARMmbed/memory_optimizations
2017-01-26, by mbed_official [Thu, 26 Jan 2017 12:00:10 +0000] rev 57
Merge pull request #166 from ARMmbed/memory_optimizations
Make example compatible with memory optimizations change
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
Merge pull request #164 from adbridge/master
2017-01-17, by mbed_official [Tue, 17 Jan 2017 12:15:09 +0000] rev 56
Merge pull request #164 from adbridge/master
Updating mbed-os to mbed-os-5.3.3
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
Newer (57f2276) Atmel RF driver
2017-01-11, by mbed_official [Wed, 11 Jan 2017 11:30:10 +0000] rev 55
Newer (57f2276) Atmel RF driver
12 commits up ahead in the master branch, short log below
57f2276 Kevin Bracey - Merge pull request #50 from ARMmbed/echo_fix
d314a4c Kevin Bracey - Stop using deprecated mbed API
3fe3383 Kevin Bracey - Disable power saving
aeaf4cc Kevin Bracey - Attempt to tighten CCA logic
059ca03 Kevin Bracey - Tidy register bit manipulation
2d00da1 Kevin Bracey - Avoid pointless floating-point
0ae1c32 Kevin Bracey - Don't load frame buffer until CCA start
c950aae Kevin Bracey - Move lock on transmit API
51a3857 Kevin Bracey - Avoid sending multiple TX_DONE callbacks
10b0300 Kevin Bracey - Correct transmit callback retries reports
fb6360d Kevin Bracey - Feed randomness into randLIB directly
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client