Project

General

Profile

Statistics
| Revision:

root / trunk / bootloader / bootloader.c @ 181

History | View | Annotate | Download (6.97 KB)

# Date Author Comment
179 02/23/2010 11:22 PM Kevin Woo

Moved bootloader to the trunk

176 02/23/2010 11:14 PM Kevin Woo

Fixes #1119. Watchdog timer based reset implemented and added to the common library

174 02/23/2010 10:11 PM Kevin Woo

Changed the recusive call to a goto for a retry case in the bootloader

173 02/23/2010 09:59 PM Kevin Woo
  • Added timeouts to the packet handler
  • Bootloader sends nacks due to timeouts or mismatched packets
  • Bootloader clears user code jump before starting to program
171 02/23/2010 09:17 PM Kevin Woo

Code cleanup

169 02/23/2010 08:10 PM Kevin Woo

it works

168 02/23/2010 07:31 PM Kevin Woo

Bootloader almost works except for ctors end stuff

167 02/23/2010 05:31 PM Kevin Woo

Debug script, bootloader can send without hacks

166 02/16/2010 09:08 PM Kevin Woo

Almost works

165 02/16/2010 08:32 PM Kevin Woo

bootloader stuff that should work

164 02/16/2010 06:34 PM Kevin Woo

changed bootloader to start at 0x400

162 02/13/2010 04:56 PM Kevin Woo

Fixed bug in bootloader that writes to flash. Can now write to flash

161 02/11/2010 09:31 PM Kevin Woo

Bootloader fixes

158 02/10/2010 10:25 PM Kevin Woo

Bootloader state machine and rudimentary programming, can receive program but doesn't actually program

156 02/10/2010 09:04 PM Kevin Woo

Added a packet parser and ack generator to the bootloader. Also added the new mesages to the tooltron.h file

155 02/10/2010 07:21 PM Brad Neuman

undid hack to main toolbox code
got something of the bootloader working

154 02/10/2010 06:39 PM Brad Neuman

added bootloader code