Kari Haapalehto
456a3bfbac
Fix compile warning about initializing and variable order
2018-11-16 14:49:17 +00:00
Kari Haapalehto
7b843a789a
Correct mesh network connection status callback functionality. Now the status callback is only called if the status changed.
2018-10-19 11:46:55 +01:00
Kevin Bracey
e014104258
Allow ThreadInterface::device_eui64_get() before connect()
...
Perform necessary driver initialisation so that we can read
the EUI-64 before connecting.
Fixes #7391 .
2018-08-17 16:41:23 +03:00
Kevin Bracey
3a238bd7bd
Streamline Nanostack interface initialisation
...
Can unify quite a log of the setup here, and that would be useful to
allow initialisation other than in "connect".
2018-08-17 16:41:23 +03:00
Kevin Bracey
f3ec0dacd5
Add NetworkInterface::get_default_instance()
...
Provide an initial framework to make it easier to find a default network
interface.
2018-05-23 12:25:17 +03:00
Kevin Bracey
3c83c62ff7
Nanostack EMAC implementation
...
Make Nanostack an OnboardNetworkInterface, implementing
add_ethernet_interface so it can use EMAC drivers.
Can now be used via EthernetInterface, and be the system's default
network stack.
Legacy support for NanostackEthernetInterface retained. Some
restructuring of mesh interface code to fit into the
OnboardNetworkStack:::Interface system.
2018-05-23 12:24:04 +03:00
Seppo Takalo
f0bf771502
Get rid of FEATURE_NANOSTACK
...
Allow FEATURE_NANOSTACK still to be defined in the build so
that we don't break any builds.
2018-04-27 14:38:44 +03:00