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