]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/command.c
add missing newlines
[z180-stamp.git] / avr / command.c
16 hours ago Leo C.clean up includes
2018-10-01 Leo CMerge branch 'z80-if' of ssh://cb/home/leo/Projekte...
2018-10-01 Leo Creset optind before executing command
2018-08-31 Leo Cerror handling: improved cmd_error() - print fatfs...
2018-08-28 Leo Cerror handling (WIP)
2018-08-18 Leo CFix 'help [-a] command ...' command.
2018-07-30 Leo CRevised help command. Options -a -f -k
2018-07-29 Leo CPrint prefix of subcommands
2018-07-29 Leo CRemove cruft
2018-07-28 Leo CFind (top level) subcommands without recursion.
2018-07-28 Leo CFix help, env subcommands
2018-07-27 Leo CEnable execution of individual sub commands on top...
2018-07-21 Leo Cmove *cmd_array[] from stack to heap
2018-07-21 Leo CRecursive cmd_find(), new command table flag: CTBL_RPT
2018-07-21 Leo CFind subcommands without prefix
2018-07-21 Leo CRemove extern declarations from command_tbl.c, create...
2018-07-21 Leo CGlobal help
2018-07-21 Leo CCall subcommands from main command processor
2018-07-21 Leo Ccommandtable, flags: int --> uint8_t/uint_fast8_t....
2018-05-27 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2016-09-08 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2016-06-21 Leo CEnable expression evaluation for numeric command line...
2016-06-21 Leo CEnable monitor debugging commands only, if env var...
2016-06-21 Leo CAdd verbose and xtrace options to cli
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-05-18 Leo CMerge branch 'test-fboot-support'
2015-05-08 Leo Ccommand 'help <topic>' should return success
2015-04-22 Leo CNew memory test commands, loadi updates. Needs testing
2014-12-16 Leo CAdd copyright notice
2014-11-25 Leo CEnable pullups on all gpio pins. cleanup
2014-11-17 Leo CMerge tag 'fatfs-0.10c'
2014-10-23 Leo Cinclude cleanup
2014-10-16 Leo CMerge branch 'master' into hostcomm_avr
2014-10-15 Leo CCode reorg and cleanup
2014-08-30 Leo Chelp cmd: fix column alignment
2014-08-21 Leo CAutocomplete, long way to go...
2014-08-20 Leo Cenum command_ret_t --> typedef
2014-08-19 Leo CMerge tag 'fatfs-0.10b'
2014-08-18 Leo CCommand 'go <startaddr>' works now
2014-08-16 Leo CAdd command saveenv
2014-08-13 Leo CAdd memory commands (cmp, cp, md, mm, mw, nm)
2014-08-12 Leo CNew U-Boot like AVR main program.