summaryrefslogtreecommitdiff
path: root/avr/env.c
Commit message (Collapse)AuthorAge
* Fix help, env subcommandsLeo C2018-07-28
|
* ENV_SIZELeo C2018-07-27
|
* heap.c: Eliminate malloc/free in envlist_import() and _do_env_set()Leo C2018-07-26
|
* heap.c: move environment from heap to static storageLeo C2018-07-26
|
* WIPLeo C2018-07-25
|
* Remove xmalloc.c, fix potential 0-pointer derefenrence in cli.c.Leo C2018-07-21
| | | | | # Conflicts: # avr/cli.c
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* env.c needs getopt-min.hLeo C2018-06-29
|
* command printenv: new option -s: Print env variables in setenv commands.Leo C2018-06-27
|
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
|
* 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