summaryrefslogtreecommitdiff
path: root/board/trab/cmd_trab.c
Commit message (Collapse)AuthorAgeLines
* Code cleanup for GCC-3.3.x compilerswdenk2004-10-17-0/+1
|
* * Patch by Martin Krause, 09 Oct 2003:wdenk2003-10-09-431/+452
| | | | | | | | | | | | | Fixes for TRAB board - /board/trab/rs485.c: correct baudrate - /board/trab/cmd_trab.c: bug fix for problem with timer overflow in udelay(); fix some timing problems with adc controller - /board/trab/trab_fkt.c: add new commands: gain, eeprom and power; modify commands: touch and buzzer * Disable CONFIG_SUPPORT_VFAT when used with CONFIG_AUTO_UPDATE (quick & dirty workaround for rogue pointer problem in get_vfatname()); Use direct function calls for auto_update instead of hush commands
* Add auto-update code for TRAB board using USB memory stickswdenk2003-09-17-8/+8
|
* * Patch by Martin Krause, 11 Sep 2003:wdenk2003-09-11-0/+821
add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board