ARMmbed / wifi-x-nucleo-idw01m1

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

Status callback is not called upon connection #21

Closed michalpasztamobica closed 5 years ago

michalpasztamobica commented 5 years ago

To reproduce the issue you can run the mbed-os greentea interface tests or write a sample program that calls: 1) attach(cb), 2) connect, 3) waits to see the callback called due to successful connect.

I checked that the connections succeeds and the test hangs when waiting for the callback. Looking briefly into the source code I did not find any obvious error. I did not check if other events are being advertised.

avilei commented 5 years ago

As stated on the component page on mbed.com, this component is deprecated and Not Recommended for New Design. If you need to use WiFi with ST hardware, please do use the B-L475E-IOT01A board, which is actively maintained in Mbed.

michalpasztamobica commented 5 years ago

@avilei , thanks for pointing this out. I didn't notice the comment in README. Closing the issue, removing IDW01M from our CI. I checked that the IOT01A is already there.