Project

General

Profile

Statistics
| Revision:

root / trunk / toolbox @ 207

# Date Author Comment
207 02/28/2010 04:34 PM Kevin Woo

Removed reset from the toolbox

204 02/26/2010 01:51 PM Kevin Woo

Some byte hacks to reduce size.

203 02/26/2010 01:49 PM Kevin Woo

Moved the uart code from toolbox to cardbox since toolbox now uses the bootloader rs485 code

202 02/26/2010 01:47 PM Kevin Woo
  • Moved the reset code to toolbox since it is the only code that uses it
  • Optimized the toolbox statemachine to use parse_packet and the bootloader
    function
  • Small byte optimizations.
  • Down from 1024 bytes to 768 bytes
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
192 02/24/2010 02:26 AM Kevin Woo

Fixed offset error in the jump table

191 02/24/2010 02:25 AM Kevin Woo

Added jump table to point to the right functions in the toolbox

181 02/23/2010 11:26 PM Kevin Woo

Deleted old bootloader folder

180 02/23/2010 11:25 PM Kevin Woo

Removed bootloader .dep folder

179 02/23/2010 11:22 PM Kevin Woo

Moved bootloader to the trunk

178 02/23/2010 11:21 PM Kevin Woo

Moved tooltron header file

177 02/23/2010 11:15 PM Kevin Woo

Moved debug script to the util directory

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

150 02/03/2010 10:41 PM Brad Neuman

Fixed several bugs:
warn state no longer allows red button to kill tool while it is spinning
keypresses are flushed by the server before a request so we don't get the one-swipe-behind bug

Changes:
red light stays on on toolboxes while powered
added more blink-error codes to the cardbox

149 01/27/2010 09:50 PM Brad Neuman

added a much better idiot check

148 01/27/2010 09:22 PM Brad Neuman

UNTESTED hacky check state solution for idiot mode, going back to idiot-state solution

143 01/18/2010 04:41 PM Brad Neuman

updated server to handle multiple swipes and have more reasonable timeout behavior.
tested with 5 toolboxes, seems to work for now
Also removed unnecessary code from uart in toolbox.

139 08/12/2009 04:27 AM Kevin Woo

Added LGPL to all source code except the hardware schematics.

129 04/23/2009 11:59 PM Kevin Woo

Added ac line detection and won't kill power to the tool if it is on.

Considered feature complete.

123 04/16/2009 01:43 PM Kevin Woo

Added timeouts and blinking, state machine implemented. Works with the server.

118 04/14/2009 05:47 PM Kevin Woo

Moved relay pin. Can trigger the transistor correctly.

117 04/14/2009 04:56 PM Kevin Woo

Removed debug leds in the uart module. Can turn relay on and off now.

116 04/14/2009 04:33 PM Kevin Woo

Finished state machine with timeout/warn state. Need to build timer still.

115 04/14/2009 03:52 PM Kevin Woo

Added button checking.

114 04/13/2009 06:35 PM Kevin Woo

Added packet parsing, seems to work. Lights can also be controlled as well.

112 04/09/2009 06:50 PM Kevin Woo

Moved the new toolbox to the toolbox folder for naming.

109 04/09/2009 06:48 PM Kevin Woo

Made it so that we can TX/RX from the toolbox.