]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/env.c
Get common_base from cpm3.sys file. Update default environment (BOOTCMD)
[z180-stamp.git] / avr / env.c
2016-05-17 Leo CGet common_base from cpm3.sys file. Update default... hexrel-6.6
2016-04-15 Leo CNew function: getenv_yesno()
2016-03-21 Leo CRename getenv() to getenv_char()
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-06-09 Leo Cloadcpm3 for new memory map
2015-05-18 Leo CMerge branch 'test-fboot-support'
2015-05-06 Leo CNew command 'loadcpm3' - load 'CPM3.SYS' file. setenv...
2014-12-16 Leo CAdd copyright notice
2014-11-17 Leo CMerge tag 'fatfs-0.10c'
2014-09-02 Leo Cenvlist_search: eliminate temp buffer
2014-08-31 Leo C$() expansion deleted (only ${}). setenv_ulong(), seten...
2014-08-30 Leo Cenv in ram
2014-08-30 Leo Cdefaultenv (doesn't work)
2014-08-30 Leo C#define MEMX
2014-08-30 Leo Cenvlist_search
2014-08-30 Leo Cinitial __memx declarations
2014-08-24 Leo Cgetenv_ulong(), TWI int opt
2014-08-20 Leo Cprintf() --> printf_P(PSTR())
2014-08-20 Leo Cenum command_ret_t --> typedef
2014-08-19 Leo CMerge tag 'fatfs-0.10b'
2014-08-16 Leo Cenv.c cleanup
2014-08-16 Leo CDebugging code moved to debug.c
2014-08-16 Leo CAdd command saveenv
2014-08-14 Leo CAdd commands: loadf, go, reset restart hexrel-1
2014-08-13 Leo CAdd memory commands (cmp, cp, md, mm, mw, nm)
2014-08-12 Leo CNew U-Boot like AVR main program.