Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-11 | * Updating version number to 0013. | David A. Mellis | |
* Updating ATmega168 bootloader to work with standard distributions of avrdude (responding to signature requests made with the universal SPI command) and correctly store EEPROM data. Thanks to ladyada. * Changing compilation process to generate .eep file and allow for use of EEMEM directive (although not yet uploading EEPROM data). | |||
2008-10-11 | Reindenting the ATmega168 bootloader file. It was a mess (and still is ↵ | David A. Mellis | |
somewhat of one). | |||
2008-09-06 | Incorporating ladyada's watchdog timer changes into the bootloader source, ↵ | David A. Mellis | |
but only compiling them in for the Pro and Pro Mini (since Nathan includes them in the bootloader he burns to the board). Added a WATCHDOG_MODS flag to the Makefile to specify that they should be included. Recompiled the pro .hex file to include them. | |||
2007-10-06 | Moving bootloaders into the hardware/bootloaders directory. | David A. Mellis | |