PaulStoffregen / teensy_loader_cli

Command line Teensy Loader
http://www.pjrc.com/teensy/loader_cli.html
331 stars 152 forks source link

Are the HID locations for you really in the ddk directory? #51

Open hmaarrfk opened 4 years ago

hmaarrfk commented 4 years ago

https://github.com/PaulStoffregen/teensy_loader_cli/blob/e98b5065cdb9f04aa4dde3f2e6e6e6f12dd97592/teensy_loader_cli.c#L373

When building on conda-forge I had to remove the ddk prefix

theshawnz commented 4 years ago

same here.

I also noted that depending on your system; you may not get useful printf information.

hmaarrfk commented 4 years ago

For those that care, the patch I used was the following:

https://github.com/conda-forge/teensy_loader_cli-feedstock/blob/master/recipe/hid_location_windows.patch