Damien George
136369d72f
all: Update to point to files in new shared/ directory.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-07-12 17:08:10 +10:00
iabdalkader
0d4eb15392
drivers/cyw43/cywbt: Remove hard-coded UART6 alternate function setting.
2021-04-30 10:16:27 +10:00
iabdalkader
d74e2aca3e
drivers/cyw43/cywbt: Add compile option for RF switch.
2021-04-30 10:15:59 +10:00
iabdalkader
d3eb6d68a3
drivers/cyw43/cyw43_ctrl: Use new sdio enable API functions.
...
This removes any references to a specific SDMMC instance, making the driver
more generic/portable.
2021-04-30 01:12:18 +10:00
Jim Mussared
ed14435a8e
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
...
Previously the interaction between the different layers of the Bluetooth
stack was different on each port and each stack. This commit defines
common interfaces between them and implements them for cyw43, btstack,
nimble, stm32, unix.
2020-09-08 11:41:31 +10:00
Damien George
894c550c86
stm32: Refactor bluetooth stack/hci/driver bindings.
...
This makes a cleaner separation between the: driver, HCI UART and BT stack.
Also updated the naming to be more consistent (mp_bluetooth_hci_*).
Work done in collaboration with Jim Mussared aka @jimmo.
2020-03-10 01:53:42 +11:00
Damien George
d494e47855
drivers/cyw43: Return early from cyw43_wifi_set_up if wifi_on fails.
2020-01-31 20:46:35 +11:00
Damien George
5de55e8fb4
drivers/cyw43: Include stdio.h in files that use printf.
2020-01-31 20:46:10 +11:00
Damien George
e83fc3260e
drivers/cyw43: Fix to build in nanbox mode.
2019-12-27 22:54:53 +11:00
Damien George
7418dbf12d
drivers/cyw43: Add low-level CYW43xx Bluetooth HCI UART driver.
2019-10-01 09:50:48 +10:00
Damien George
7b70ab7258
drivers: Add driver for CYW43xx WiFi SoCs.
2019-06-03 16:47:35 +10:00