twiboot
twiboot copied to clipboard
AVR bootloader over TWI/I2C
Currently, my ATmega328p runs at 16MHz on an external clock (I set the fuse bits manually in a copy of the Makefile you provide). However, it would be nice to...
Hi, i ported twiboot to my Tiny84 target. So far, it is working. I am able to download the code and start a small demo application via the I2C command....
This is not an issue but just a remark. You might like the "twoboot-proxy" which allows to use a leonardo to bridge between the Arduino IDE and a atmega328 based...
License
I'd like to use this code in a product I am developing, but I cannot accept the GPL 2 license attached. Are you open to changing the license? LGPL?
Awesome work on twiboot! Any chance offering support for Tiny85? I changed the MCU in the Makefile and it seems some registers are Tiny85-specific..