This repository has been archived on 2021-01-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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
2014-10-05 14:32:07 +02:00
2015-03-21 09:15:43 +01:00
2015-03-21 09:15:43 +01:00
Description
Modified version of twiboot to fit our purposes
102 KiB
Languages
C 90.6%
Makefile 9.4%