kcuzner / avrdude

avrdude with a Linux SPI programmer type
http://kevincuzner.com/2013/05/27/raspberry-pi-as-an-avr-programmer/
107 stars 68 forks source link

Export (and unexport) reset gpio pin only when not alread exported. #16

Open jmoellers opened 6 years ago

jmoellers commented 6 years ago

If the gpio pin used for reset is already exported, there is no need to export again. Especially the pin should then also not be unexported when avrdude finishes.

E3V3A commented 5 years ago

This seem to be a pretty important fix. @kcuzner What is the status of this?