adafruit / Adafruit_WICED_Arduino

Adafruit WICED Feather Arduino BSP
https://www.adafruit.com/products/3056
27 stars 19 forks source link

C version of feather_dfu #69

Closed microbuilder closed 7 years ago

microbuilder commented 7 years ago

A binary/executable version of feather_dfu needs to be produced to avoid some of the numerous issues with Python, specifically multiple instances of python and different versions of it.

microbuilder commented 7 years ago

Cross reference (for example) https://forums.adafruit.com/viewtopic.php?f=57&t=104251&p=552850#p552850 ... though there are other examples, as well as installation issues with utility libraries like click being installed to the wrong version, etc.

A C version would avoid some of these problems.

hathach commented 7 years ago

working on feather_dfu C tool, almost done, could reset/force dfu on both linux and windows, testing on OSX, but it should be easy enough. I will clean up and push update on the tool changes. Hopefully, this will solve this issue once and for all.