Project

General

Profile

Statistics
| Revision:

root / trunk / common / tooltron.h @ 208

History | View | Annotate | Download (2.01 KB)

# Date Author Comment
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
191 02/24/2010 02:25 AM Kevin Woo

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

186 02/24/2010 12:48 AM Kevin Woo

fixed some bugs in the rs485 code

183 02/23/2010 11:47 PM Kevin Woo

Began moving parts of the code into the common directoty. Began setting up the jump table

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

Moved tooltron header file

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

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

Added LGPL to all source code except the hardware schematics.

136 08/12/2009 03:15 AM Kevin Woo

Renamed cardbox_new to cardbox

106 04/05/2009 04:10 PM Kevin Woo

Preparing tooltron repository to become the officers repo.