summaryrefslogtreecommitdiff
path: root/avr/env.c
Commit message (Collapse)AuthorAge
* getenv_ulong(), TWI int optLeo C2014-08-24
|
* printf() --> printf_P(PSTR())Leo C2014-08-21
|
* enum command_ret_t --> typedefLeo C2014-08-20
|
* env.c cleanupLeo C2014-08-16
|
* Debugging code moved to debug.cLeo C2014-08-16
|
* 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