ARMmbed / wifi-x-nucleo-idw01m1

X-NUCLEO-IDW0xx1 Wi-Fi Driver
3 stars 8 forks source link

Allow IDW01xx to provide default WifiInterface #16

Closed SeppoTakalo closed 6 years ago

SeppoTakalo commented 6 years ago

SpwfSAinterface can provide default WifiInterface for Mbed OS by setting "idw0xx1.provide-default": true in mbed_app.json

SeppoTakalo commented 6 years ago

@betzw Please review.

jenia81 commented 6 years ago

@SeppoTakalo I understand that we need this PR for Mbed Os 5.10 update, am I correct? Is someone reviewing it?

SeppoTakalo commented 6 years ago

@jenia81 Driver remains usable even without this, but if you are able to merge in before 5.10 it helps example applications to use this driver without code changes.

We have already changed example applications to request default network interface, for example here: https://github.com/ARMmbed/mbed-os-example-sockets/blob/master/main.cpp#L21

yogpan01 commented 6 years ago

@kjbracey-arm @betzw Who can merge this PR? We need to use this for adding support for Cloud Client example for Mbed OS 5.10 release.