Commit Graph

8 Commits

Author SHA1 Message Date
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
Jason Lefley 89b3251dde add support for atmega328p 2015-03-18 15:28:12 -07:00
Olaf Rempel 5e4b562608 update Makefile 2014-10-05 14:32:07 +02:00
Olaf Rempel 8a98e09c46 corrections 2010-10-16 19:28:05 +02:00
Olaf Rempel f73b52bc3c multicpu support 2010-08-15 16:44:54 +02:00
Olaf Rempel b39087eb8e change programmer 2009-01-24 16:52:22 +01:00
Olaf Rempel dbef89dc6e mega88 version 2008-06-17 18:02:07 +02:00
Olaf Rempel 914150f707 initial commit 2007-09-21 21:39:09 +02:00