Project

General

Profile

Statistics
| Revision:

root / trunk / bootloader / bootloader.h @ 209

History | View | Annotate | Download (254 Bytes)

# Date Author Comment
209 02/28/2010 05:39 PM Kevin Woo

Restored reset to pristine state, fixed a bug in the error case for the bootloader

201 02/26/2010 01:06 PM Kevin Woo
  • Setup bootloader to initialize pins to a known safe state
  • Pulled pindefs for the toolbox out of the toolbox into common/toolbox_pindefs.h
  • Shared toolbox pindefs with the bootloader
  • Replaced all raw pin names with the #defined names
  • Optimizied out some bytes out of the bootloader by sharing variables
199 02/24/2010 10:16 PM Kevin Woo

Bootloader is setup to read the address from the EEPROM now

194 02/24/2010 02:47 PM Kevin Woo

Added default fuses to the bootloader

189 02/24/2010 01:17 AM Kevin Woo

Breaking up more of the bootloader into separate files