aboutsummaryrefslogtreecommitdiff
path: root/extmod/nimble/hal
AgeCommit message (Collapse)Author
2020-03-10stm32: Refactor bluetooth stack/hci/driver bindings.Damien George
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.
2019-10-01extmod/nimble: Add nimble bindings.Damien George