]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/command.c
Remove STM32 variant (and submodule libopencm3)
[z180-stamp.git] / avr / command.c
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.