Project

General

Profile

Statistics
| Revision:

root / trunk / common @ 300

# Date Author Comment
300 05/20/2010 04:15 PM Brad Neuman

improved pingTest

294 05/11/2010 05:09 PM Red Robot

updated to use TT_GRANT instead of deprecated TT_ON, and also updated test/main.c to use majority and call parse_packet

293 05/11/2010 03:23 PM Brad Neuman

fixed bootloader

290 05/11/2010 02:24 PM Kevin Woo

New eeprom defines

286 05/10/2010 06:35 PM Brad Neuman

longer timeout

283 05/10/2010 05:40 PM Brad Neuman

massive updates for new cardbox transaction system

282 05/10/2010 04:09 PM Brad Neuman

new network packet definitions

261 04/09/2010 09:05 PM Brad Neuman

updated tooltron server to hande being offset from cardbox (implicit ACKS) and ot handle ctrl-c presses

258 04/02/2010 12:26 PM Brad Neuman

fixed bug with retries in server and made mysql reconnect each swipe

255 03/27/2010 02:37 PM Kevin Woo

Updated a define in tooltron.h

250 03/25/2010 05:28 PM Brad Neuman

ok, cardbox can't count time, making timeout higher again

249 03/25/2010 05:26 PM Brad Neuman

increased timeout

248 03/25/2010 05:24 PM Brad Neuman

fixed readcard timeout

245 03/25/2010 05:15 PM Brad Neuman

sign error

244 03/25/2010 05:14 PM Brad Neuman

added time to common.py

243 03/25/2010 05:00 PM Brad Neuman

updated server to deal with new cardbox code

241 03/24/2010 05:18 PM Brad Neuman

fixed log message

236 03/23/2010 07:16 PM Brad Neuman

forgot common.py

228 03/05/2010 12:51 AM Brad Neuman

fixed TRUE / FALSE bug

227 03/05/2010 12:24 AM Brad Neuman

added software debounce for toolboxes

225 03/04/2010 08:20 PM Brad Neuman

fixed netprog reflection issues

224 03/04/2010 07:59 PM Brad Neuman

fixed reflection handling in the server

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

215 03/03/2010 03:03 PM Kevin Woo

Merged tooltron.h

213 03/01/2010 02:32 AM Brad Neuman

fixed cardbox code for new board, updated tooltron.py for new cardbox

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

188 02/24/2010 12:57 AM Kevin Woo

Moved rs485_poll.h to bootloder since it will never be used by the toolbox

187 02/24/2010 12:55 AM Kevin Woo

moved rs485_sw.c into the bootloader directory where it is compiled. The include directory is set to /common where the header file is

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

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

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