bloombloombloom / Bloom

A debug interface for AVR-based embedded systems development on GNU/Linux.
https://bloom.oscillate.io/
Other
64 stars 3 forks source link

Tidy low-level USB driver code #55

Closed navnavnav closed 1 year ago

navnavnav commented 1 year ago

The low-level libusb/hidapi USB driver code was written some time ago and is in need of a tidy. It's manually managing resources and doing other horrible things. Some of it is unused or redundant and can be binned.

navnavnav commented 1 year ago

All done