dlbeer / mspdebug

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

HIDAPI implementation for Rf2500 (TI Launchpad) for macOS #35

Closed eblot closed 7 years ago

eblot commented 7 years ago

This patch follows the thread "mspdebug on macOS" (#34).

It relies on HIDAPI library on macOS to drive TI Launchpad debug interface, for which direct libusb access is no longer possible on recent macOS releases.

Codeless kernel signed extension should no longer be a requirement on previous OS X releases.

dlbeer commented 7 years ago

Great, thanks for that!