A TWI / I2C bootloader for AVR MCUs
Go to file
Olaf Rempel bc5d45359a Fix sizeof(VERSION_STRING)
- 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 :)
2015-03-21 09:15:43 +01:00
.gitignore update Makefile 2014-10-05 14:32:07 +02:00
Makefile Fix sizeof(VERSION_STRING) 2015-03-21 09:15:43 +01:00
main.c Fix sizeof(VERSION_STRING) 2015-03-21 09:15:43 +01:00