Brian Starkey

Results 13 issues of Brian Starkey

There must be something messed up with dependencies. On a clean build, `make` works fine, but `make -j6` doesn't...

The `pico_btstack` library `CMakeLists.txt` hard-codes all of the `btstack` source files. This means that it's tightly coupled to a specific `btstack` version. This is causing problems for my project, `picow_ds4`...

build
bluetooth

This is ~ a re-report of #119 , but I think the report there is unclear/misleading. If picotool can't open the device (`ret = libusb_open(device, dev_handle);` fails), then `handle` will...