A TWI / I2C bootloader for AVR MCUs
Olaf Rempel
bc5d45359a
- sizeof(info) should not be increased (16->18) since the size is never exchanged with the I2C master. Also using a non 2^x size will result in bigger code since the compiler can no longer use a simple AND to implement the bcnt %= sizeof(info). - when using a info[16] the firmware is small enough to fit in a 512 word bootloader again :) |
||
---|---|---|
.gitignore | ||
main.c | ||
Makefile |