micropython/drivers
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
..
bus drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +11:00
cc3000
cc3100
cyw43 stm32: Refactor bluetooth stack/hci/driver bindings. 2020-03-10 01:53:42 +11:00
dht all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
display all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
memory drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +11:00
nrf24l01 all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
onewire all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
sdcard all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
wiznet5k drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW. 2019-12-13 12:34:42 +11:00
README.md

README.md

This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.