georgerobotics / cyw43-driver

Other
79 stars 42 forks source link

src: Add changes for SPI Bluetooth support. #60

Closed peterharperuk closed 1 year ago

peterharperuk commented 1 year ago

See CYW43_ENABLE_BLUETOOTH. New firmware added that supports Wifi and BT. Firmware now stored as binary data in header files.

dpgeorge commented 1 year ago

I've now merged this with the following minor changes (which were force pushed to this PR branch):

Also in a follow-up commit I converted the remaining combined binary blob (for the Murata 1DX) to a header file.

peterharperuk commented 1 year ago

Thanks!

Dirbaio commented 1 year ago

:eyes: did you forget to add cyw43_btbus.c? or does something else provide the cyw43_btbus_init etc implementation, like pico-sdk?

peterharperuk commented 1 year ago

Yes. It'll be in the pico-sdk for the time being.