Project

General

Profile

Statistics
| Revision:

root / trunk / toolbox / jumptable.h @ 294

History | View | Annotate | Download (599 Bytes)

# Date Author Comment
293 05/11/2010 03:23 PM Brad Neuman

fixed bootloader

292 05/11/2010 03:20 PM Kevin Woo

Added majority for the toolbox

218 03/03/2010 08:39 PM Brad Neuman

changed messages to have payload length. Also created manualTron

217 03/03/2010 07:52 PM Kevin Woo

Added the ability to get the length of a packet, changed the packet format to include the length field, bootloader section hacking to make it fit

210 02/28/2010 05:40 PM Brad Neuman

Updated jumptable and Makefile for tooltron to work with bootloader
updated tooltron.py to handle NACKs
Fixed tooltron.py to send 'o' instead of 'O'

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
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