]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/z180-serv.c
Server: get_time command/response
[z180-stamp.git] / avr / z180-serv.c
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)