]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/z180-serv.c
avr/z180-serv.c: Workaround for GCC bug PR61443
[z180-stamp.git] / avr / z180-serv.c
2016-08-25 Leo Cavr/z180-serv.c: Workaround for GCC bug PR61443
2016-07-13 Leo CAdditional Codes for HOME and END key.
2016-06-13 Leo CZ180 parameter checks
2016-06-10 Leo Coverhaul CP/M drive logging/debugging
2016-06-10 Leo C"Enhance" CP/M drive login
2016-06-01 Leo CVersion 0.6.7.1
2016-06-01 Leo CVersion 0.6.7.1 hexrel-6.7.1
2016-06-01 Leo CImplement media change flag
2016-05-31 Leo Cdsk debug option (unfinished)
2016-05-31 Leo Cattach option: ro; do_msg_cpm_rw(): check status
2016-05-30 Leo Cattach/detach working (minus options)
2016-05-30 Leo CNew command(s): attach (and detach) - not fully working.
2016-05-26 Leo CExpand image file die disk size in cp/m login function...
2016-05-26 Leo Ccheck for short reads. return 512 0-bytes and no error.
2016-05-26 Leo CMAX_DRIVE, BLOCK_SIZE --> config.h; Check if access...
2016-05-20 Leo CEnable 8 drives on sd cards hexrel-6.6.1
2016-03-21 Leo CRename getenv() to getenv_char()
2016-01-26 Leo CRTC: Handle turn of the year correctly, detect uninitia...
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-06-09 Leo Cmessage buffer init changes. cp/m r/w for new memory map
2015-06-05 Leo Cchange message buffer initialization
2015-06-04 Leo Cdelete unused function z80_get_byte()
2015-06-03 Leo Cbugfix integer promotion. increase size of message...
2015-06-03 Leo CServer: Time and Date support hexrel-6.3
2015-06-01 Leo Cswitch fifos conin,conout hexrel-6.2
2015-05-30 Leo Creturn timestamp diff
2015-05-28 Leo CServer: get_time command/response hexrel-6.1
2015-05-21 Leo Cf_sync only, when timout (currently 1s) after last... hexrel-6
2015-05-18 Leo CMerge branch 'test-fboot-support'
2015-05-18 Leo Cdebug_cpmsd macro
2015-05-17 Leo Cworkaround for bank/common border crossing problem...
2015-05-16 Leo Cset MAX_DRIVE (number of CP/M disks) from 2 to 4
2015-05-15 Leo Cfatfs f_mount now allways done globally at start up
2015-05-14 Leo CAdd CP/M 3 file i/o (initial version)
2015-05-11 Leo Cphys. address 0x00040 points to fifo_list
2015-05-10 Leo CServer: add echo command and response
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-11-17 Leo CChange message start token from 0x81 to 0xAE
2014-10-26 Leo Cworking connect command, new sleep command
2014-10-23 Leo Cinclude cleanup
2014-10-23 Leo Cworking host communication, new command: connect
2014-10-20 Leo CDefine fifos: msg_tx_fifo, msg_rx_fifo
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-14 Leo CAdd commands: loadf, go, reset restart hexrel-1
2014-08-13 Leo CAdd memory commands (cmp, cp, md, mm, mw, nm)