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.
Revision 14:de99c96a9fae, committed 2017-05-31
- Comitter:
- mbed_official
- Date:
- Wed May 31 11:45:18 2017 +0100
- Parent:
- 13:993808eb2e9c
- Child:
- 15:173f354b131f
- Commit message:
- Merge pull request #39 from ARMmbed/radio_driver_updates
Radio driver updates
.
Commit copied from https://github.com/ARMmbed/nanostack-border-router
Changed in this revision
--- a/drivers/TARGET_MCUXpresso_MCUS/sal-nanostack-driver-k64f-eth.lib Wed May 31 09:15:44 2017 +0100 +++ b/drivers/TARGET_MCUXpresso_MCUS/sal-nanostack-driver-k64f-eth.lib Wed May 31 11:45:18 2017 +0100 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/sal-nanostack-driver-k64f-eth/#ee7e8a9a2122415d45b93eb8e1abdc933b1a9c97 +https://github.com/ARMmbed/sal-nanostack-driver-k64f-eth/#061aac878ce00768f5a2b1fcc4f16d41686aa655
--- a/drivers/atmel-rf-driver.lib Wed May 31 09:15:44 2017 +0100 +++ b/drivers/atmel-rf-driver.lib Wed May 31 11:45:18 2017 +0100 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/atmel-rf-driver/#57f22763f4d3649d4ac0b1df1f568f4cc45e491a +https://github.com/ARMmbed/atmel-rf-driver/#0ae76ce17ae53766875dbdebb02d6a0f50928847
--- a/drivers/mcr20a-rf-driver.lib Wed May 31 09:15:44 2017 +0100 +++ b/drivers/mcr20a-rf-driver.lib Wed May 31 11:45:18 2017 +0100 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mcr20a-rf-driver/#bc877ba9031d8cfcab594ed9f2cb45bf8cbacc11 +https://github.com/ARMmbed/mcr20a-rf-driver/#d5905fefa54c0de9b757d6f1c87c8ae9ee337543
--- a/source/borderrouter_thread_tasklet.c Wed May 31 09:15:44 2017 +0100
+++ b/source/borderrouter_thread_tasklet.c Wed May 31 11:45:18 2017 +0100
@@ -170,10 +170,12 @@
static link_configuration_s* thread_link_configuration_get(link_configuration_s *link_configuration)
{
+#ifdef MBED_CONF_APP_THREAD_USE_STATIC_LINK_CONFIG
#if (false == MBED_CONF_APP_THREAD_USE_STATIC_LINK_CONFIG)
// NOT using static link configuration values, return NULL
return NULL;
#endif
+#endif
memset(link_configuration, 0, sizeof(link_configuration_s));