dioannidis / usbasp

usbasp improved firmware
GNU General Public License v2.0
73 stars 12 forks source link

question: compatibility esp8266 #16

Closed beckmx closed 1 year ago

beckmx commented 1 year ago

Hello there, I was looking at the code and I was wondering if this can be migrated to esp8266, I have noticed some references to the avr compiler, very few, but if you mind pointing which files would be modified, maybe I can give it a try to port it to the esp.

Thanks!

dioannidis commented 1 year ago

Hi @beckmx ,

I was looking at the code and I was wondering if this can be migrated to esp8266

the firmware uses V-USB, which is an AVR USB library with AVR assembly, so nope. I don't think it can be done.

If you want to use the ESP8266 module to program AVR MCU's you can take a look at the ESP8266AVRISP arduino library .