summaryrefslogtreecommitdiff
path: root/avr/command.c
Commit message (Collapse)AuthorAge
* command 'help <topic>' should return successLeo C2015-05-08
|
* New memory test commands, loadi updates. Needs testingLeo C2015-04-22
| | | | | | | | - rename loop to mloop - + mloopw - + mtest - + mdc - + mwc
* Add copyright noticeLeo C2014-12-16
|
* Enable pullups on all gpio pins. cleanupLeo C2014-11-25
|
* include cleanupLeo C2014-10-23
|
* Code reorg and cleanupLeo C2014-10-15
|
* help cmd: fix column alignmentLeo C2014-08-30
|
* Autocomplete, long way to go...Leo C2014-08-21
|
* enum command_ret_t --> typedefLeo C2014-08-20
|
* Command 'go <startaddr>' works nowLeo C2014-08-18
| | | | Add debug command to display AVR RAM
* Add command saveenvLeo C2014-08-16
| | | | Add debug commands for EEPROM display and copy
* Add memory commands (cmp, cp, md, mm, mw, nm)Leo C2014-08-13
| | | | Add kind of scheduler for background tasks
* New U-Boot like AVR main program.Leo C2014-08-12
Uses U-Boot source code taken from: git://git.denx.de/u-boot.git