]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/cmd_mem.c
Version 0.6.8.1
[z180-stamp.git] / avr / cmd_mem.c
2016-06-21 Leo CVersion 0.6.8.1 hexrel-6.8.1
2016-06-21 Leo CEnable expression evaluation for numeric command line...
2016-06-21 Leo CAdd verbose and xtrace options to cli
2016-06-04 Leo CBugfix: reset getopt vars on start of a new argument...
2016-05-23 Leo Cmw command: add word and longword options
2016-04-22 Leo CStore only command line input in history buffer, but...
2016-03-23 Leo CHandle bus errors in md command
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-06-01 Leo Cswitch fifos conin,conout hexrel-6.2
2015-05-18 Leo CMerge branch 'test-fboot-support'
2015-04-22 Leo CNew memory test commands, loadi updates. Needs testing
2014-12-16 Leo CAdd copyright notice
2014-11-25 Leo CTimeout for Z180 bus access
2014-11-21 Leo CAdd display offset to dump_mem()
2014-11-21 Leo COne dump_mem() for all memory types (avr eeprom and...
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-09-08 Leo CProgrammable Z180 clock, clock command hexrel-2
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-19 Leo CRework z80 bus control
2014-08-18 Leo CCommand 'go <startaddr>' works now
2014-08-13 Leo CAdd memory commands (cmp, cp, md, mm, mw, nm)