summaryrefslogtreecommitdiff
path: root/avr/env.c
Commit message (Collapse)AuthorAge
* Get common_base from cpm3.sys file. Update default environment (BOOTCMD)hexrel-6.6Leo C2016-05-17
|
* New function: getenv_yesno()Leo C2016-04-15
| | | | Get boolean value (0/f/n or 1/t/y) of environment variable.
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* loadcpm3 for new memory mapLeo C2015-06-09
|
* New command 'loadcpm3' - load 'CPM3.SYS' file. setenv() bugfixLeo C2015-05-06
| | | | Arg 1 of function setenv() is a __MEMX pointer on AVR.
* Add copyright noticeLeo C2014-12-16
|
* envlist_search: eliminate temp bufferLeo C2014-09-02
|
* $() expansion deleted (only ${}). setenv_ulong(), setenv_hex()Leo C2014-08-31
|
* env in ramLeo C2014-08-30
|
* defaultenv (doesn't work)Leo C2014-08-30
|
* #define MEMXLeo C2014-08-30
|
* envlist_searchLeo C2014-08-30
|
* initial __memx declarationsLeo C2014-08-30
| | | | Signed-off-by: Leo C <erbl259-lmu@yahoo.de>
* 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