1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00
RIOT/drivers/atwinc15x0
Benjamin Valentin b27cd86d2b drivers/atwinc15x0: reset device if m2m_wifi_handle_events() fails
Currently when m2m_wifi_handle_events() fails, we end up in a busy
loop and the netdev thread becomes unusable.

Instead, reset (re-init) the WiFi module if this condition occurs.
While not ideal, it's certainly an improvement to the current situation.
2022-08-19 11:36:05 +02:00
..
include drivers: add netdev driver for ATWINC15x0 WiFi module 2020-06-26 12:33:38 +02:00
atwinc15x0_bsp.c drivers/atwinc15x0: mirgate to ztimer 2021-12-13 13:58:42 +01:00
atwinc15x0_bus.c drivers/*: realign ENABLE_DEBUG 2020-10-23 01:26:09 +02:00
atwinc15x0_netdev.c drivers/atwinc15x0: reset device if m2m_wifi_handle_events() fails 2022-08-19 11:36:05 +02:00
doc.txt drivers: add netdev driver for ATWINC15x0 WiFi module 2020-06-26 12:33:38 +02:00
Makefile drivers: add netdev driver for ATWINC15x0 WiFi module 2020-06-26 12:33:38 +02:00
Makefile.dep sys/net/gnrc/netif: allow checking if a netdev is legacy or new API 2022-08-17 12:56:07 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00