]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/main.c
Detect ZRESET polarity
[z180-stamp.git] / avr / main.c
2016-06-17 Leo CRename getenv_char() --> getenv_str()
2016-06-01 Leo Cloadcpm3(): set environment variable 'cpm3_scb' with...
2016-05-25 Marcelversion in start message
2016-04-15 Leo CUse timer 4 instead of 3 for systick (1ms).
2016-04-15 Leo CInit ports for single step logic on ECB adapter. Use...
2016-03-21 Leo CRename getenv() to getenv_char()
2016-03-21 Leo CAdd build configuration for ATmega2561
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-05-18 Leo CMerge branch 'test-fboot-support'
2015-05-15 Leo Cfatfs f_mount now allways done globally at start up
2015-01-21 Leo CSupport for Peter Danneggers fboot.
2014-12-16 Leo CAdd copyright notice
2014-12-04 Leo CCard detect over cs pin: clean initialisation/power up
2014-12-02 Leo CMerge branch 'master' into timelib
2014-12-02 Leo CSystem time: Init from rtc on startup, update in timer...
2014-11-25 Leo CEnable pullups on all gpio pins. cleanup
2014-11-22 Leo CIntegrate fatfs. Add some sd card test commands.
2014-11-17 Leo CMerge tag 'fatfs-0.10c'
2014-10-26 Leo Cworking connect command, new sleep command
2014-10-23 Leo Cworking host communication, new command: connect
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