]> cloudbase.mooo.com Git - z180-stamp.git/shortlog
z180-stamp.git
2014-09-08 Leo CProgrammable Z180 clock, clock command hexrel-2
2014-09-05 Leo CUser Timer1 as Z180 Clock
2014-09-05 Leo CUse timer2 as 1ms sytem clock (instead timer1).
2014-09-05 Leo CUser Timer0 as Z180 Clock
2014-09-05 Leo CEnable X2 Clock Multiplier, disable Clock Divider
2014-09-02 Leo Cenvlist_search: eliminate temp buffer
2014-09-02 Leo Cprocess_macros: reduce heap usage and fragmentation
2014-08-31 Leo C$() expansion deleted (only ${}). setenv_ulong(), seten...
2014-08-30 Leo Cenv in ram
2014-08-30 Leo Cdefaultenv (doesn't work)
2014-08-30 Leo C#define MEMX
2014-08-30 Leo Cenvlist_search
2014-08-30 Leo Cinitial __memx declarations
2014-08-30 Leo Chelp cmd: fix column alignment
2014-08-26 Leo Ci2c.c
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-21 Leo CCreate include directory
2014-08-21 Leo CAutocomplete, long way to go...
2014-08-20 Leo Cprintf() --> printf_P(PSTR())
2014-08-20 Leo Cenum command_ret_t --> typedef
2014-08-19 Leo CMerge tag 'fatfs-0.10b'
2014-08-19 Leo CImport fatfs R0.10b fatfs-0.10b
2014-08-19 Leo Cempty empty
2014-08-19 Leo Calmost empty
2014-08-19 Leo Cudate .gitignore
2014-08-19 Leo CRework z80 bus control
2014-08-18 Leo CCommand 'go <startaddr>' works now
2014-08-16 Leo Cenv.c cleanup
2014-08-16 Leo CDebugging code moved to debug.c
2014-08-16 Leo CAdd command saveenv
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)
2014-08-12 Leo CNew U-Boot like AVR main program.
2014-07-27 Leo CFirst real hardware test.
2014-07-27 Leo CRemove flow control, factor out ring buffer
2014-07-27 Leo CDisable msg- i/o-fifos for test with avr
2014-07-11 Leo CRevert "Refactro Tupfiles"
2014-07-11 Leo CRefactor Tupfiles
2014-07-11 Leo CMissing colon
2014-07-02 Leo CTupfile
2014-07-02 Leo CTupfile cleanup
2014-07-02 Leo CNew sub dir: avr.
2014-07-02 Leo CNew build system: tup
2014-07-02 Leo CRename dir Z180 --> z180
2014-06-26 Leo CROM files in Z180 dir
2014-06-26 Leo CTable for Z180 messages
2014-06-20 Leo Ccheck in Z180 subtree
2014-06-20 Leo CInterrupt driven Serial I/O, msg-fifo, do_msg..., debug...
2014-05-04 Leo Cupdate libopencm3
2014-05-04 Leo CSwap pins for IOSEL1 and /BUSACK. IOSEL --> TIM3_CH4...
2014-05-04 Leo CUse internal clock HSI (instead of HSE)
2014-05-04 Leo Clibopencm3 update
2014-04-13 Leo C[libopencm3] Merge remote-tracking branch 'origin/master'
2014-04-13 Leo CAdd non-recursive make system from Andrzej Ostruszka.
2014-04-02 Leo CInitial check in