summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
Commit message (Collapse)AuthorAge
* switch fifos conin,conouthexrel-6.2Leo C2015-06-01
|
* f_sync only, when timout (currently 1s) after last write operation.hexrel-6Leo C2015-05-21
|
* Merge branch 'test-fboot-support'Leo C2015-05-18
|\
| * Support for Peter Danneggers fboot.Leo C2015-01-21
| |
* | fatfs f_mount now allways done globally at start upLeo C2015-05-15
| |
* | New command 'loadcpm3' - load 'CPM3.SYS' file. setenv() bugfixLeo C2015-05-06
| | | | | | | | Arg 1 of function setenv() is a __MEMX pointer on AVR.
* | loadi cosmetic changesLeo C2015-05-05
| |
* | Add polling driver for ASCI0/1Leo C2015-05-01
| |
* | New memory test commands, loadi updates. Needs testingLeo C2015-04-22
| | | | | | | | | | | | | | | | - rename loop to mloop - + mloopw - + mtest - + mdc - + mwc
* | Add command loadi (load intel hex file)Leo C2015-04-18
|/
* Correct command date help. command has no reset argument.Leo C2014-12-23
|
* Remove obsolete debug codehexrel-4Leo C2014-12-18
|
* Add copyright noticeLeo C2014-12-16
|
* merge do_fat_read() and do_fat_write() to do_fat_rw()Leo C2014-12-01
|
* Add fat commands: fatstat, fatls, fatload, fatwriteLeo C2014-11-26
|
* Enable pullups on all gpio pins. cleanupLeo C2014-11-25
|
* Integrate fatfs. Add some sd card test commands.Leo C2014-11-22
|
* Rename pin.. to gpio..Leo C2014-11-21
|
* working connect command, new sleep commandLeo C2014-10-26
|
* working host communication, new command: connectLeo C2014-10-23
|
* pin command: pin groups work nowhexrel-3Leo C2014-10-14
|
* pin command, add user configurable i/o pinsLeo C2014-10-14
|
* Programmable Z180 clock, clock commandhexrel-2Leo C2014-09-08
|
* defaultenv (doesn't work)Leo C2014-08-30
|
* Add date rtc i2cLeo C2014-08-23
|
* 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 commands: loadf, go, reset restarthexrel-1Leo C2014-08-14
|
* 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