]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/main.c
my_getchar() parameter: allow return without new character
[z180-stamp.git] / avr / main.c
2014-10-23 Leo Cmy_getchar() parameter: allow return without new character
2014-10-20 Leo CDefine fifos: msg_tx_fifo, msg_rx_fifo
2014-10-16 Leo CMerge branch 'master' into hostcomm_avr
2014-10-15 Leo CAdd pin_alias
2014-10-14 Leo Cpin command: pin groups work now hexrel-3
2014-10-14 Leo Cpin command, add user configurable i/o pins
2014-09-17 Leo CDisable all peripheral functions globally. Enable used...
2014-09-05 Leo CUse timer2 as 1ms sytem clock (instead timer1).
2014-08-31 Leo C$() expansion deleted (only ${}). setenv_ulong(), seten...
2014-08-30 Leo C#define MEMX
2014-08-24 Leo Cuse env var 'baudrate'
2014-08-24 Leo Cgetenv_ulong(), TWI int opt
2014-08-23 Leo CAdd date rtc i2c
2014-08-20 Leo Cprintf() --> printf_P(PSTR())
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-14 Leo CAdd commands: loadf, go, reset restart hexrel-1