dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
187 stars 80 forks source link

Fallback to libusb backend when rf2500hidapi fails #58

Closed tgtakaoka closed 6 years ago

tgtakaoka commented 6 years ago

In some macOS configurations, macOS 10.13.5 on Macmini4,1 in my case, rf2500hidapi transport fails to open RF2500 device with unknown reason. This CL enables mspdebug to fallback to libusb backend in such situation.

tgtakaoka commented 6 years ago

This can mitigate issues/57. Please have a look.

dlbeer commented 6 years ago

Seems like a good idea to me. Thanks!

tgtakaoka commented 6 years ago

Oops, this will break the build other than macOS. I'll prepare the fix soon. Sorry for the imconvenient.