]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/cli.c
Prompt
[z180-stamp.git] / avr / cli.c
2016-08-29 Leo CPrompt
2016-06-21 Leo CAdd verbose and xtrace options to cli
2016-06-17 Leo CRename getenv_char() --> getenv_str()
2016-05-25 Leo CAllow comments on command lines. Comment token is ...
2016-05-25 Leo Cnew command: source - run commands from a file
2016-04-22 Leo CStore only command line input in history buffer, but...
2016-03-21 Leo CRename getenv() to getenv_char()
2015-10-23 Leo Ccli.c: bugfix in cli_parse_line(): correct nargs
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-06-06 Leo Cconnect command 'esc \' enhancement, new 'esc :' subcommand
2015-05-18 Leo CMerge branch 'test-fboot-support'
2015-05-15 Leo Cfatfs f_mount now allways done globally at start up
2014-12-16 Leo CAdd copyright notice
2014-12-02 Leo CMerge branch 'master' into timelib
2014-12-02 Leo CMerge branch 'cli-quote'
2014-11-29 Leo CImproved command line quoting
2014-11-17 Leo CMerge tag 'fatfs-0.10c'
2014-09-02 Leo Cprocess_macros: reduce heap usage and fragmentation
2014-08-31 Leo C$() expansion deleted (only ${}). setenv_ulong(), seten...
2014-08-30 Leo Cenv in ram
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-13 Leo CAdd memory commands (cmp, cp, md, mm, mw, nm)
2014-08-12 Leo CNew U-Boot like AVR main program.