micropython/drivers/ninaw10
Angus Gratton 28529351ae rp2: Switch rp2 and drivers to use new event functions.
This commit changes all uses in the rp2 port, and drivers that are
optionally supported by that port.

The old MICROPY_EVENT_POLL_HOOK and MICROPY_EVENT_POLL_HOOK_FAST macros are
no longer used for rp2 builds and are removed (C user code will need to be
changed to suit).

Also take the opportunity to change some timeouts that used 64-bit
arithmetic to 32-bit, to hopefully claw back a little code size.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-12-08 12:49:43 +11:00
..
machine_pin_nina.c drivers/ninaw10: Add support for external ADC channels. 2023-10-20 12:18:29 +11:00
nina_bsp.h extmod/network_ninaw10: Add support for socket events callback. 2022-05-26 11:15:07 +10:00
nina_bt_hci.c rp2: Switch rp2 and drivers to use new event functions. 2023-12-08 12:49:43 +11:00
nina_wifi_bsp.c extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 2023-10-26 17:40:22 +11:00
nina_wifi_drv.c drivers/ninaw10: Add ioctl for reading analog pins. 2023-10-20 12:17:55 +11:00
nina_wifi_drv.h drivers/ninaw10: Connect to WiFi asynchronously. 2022-11-16 09:46:43 +11:00