]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/command_tbl.c
merge do_fat_read() and do_fat_write() to do_fat_rw()
[z180-stamp.git] / avr / command_tbl.c
2014-12-01 Leo Cmerge do_fat_read() and do_fat_write() to do_fat_rw()
2014-11-26 Leo CAdd fat commands: fatstat, fatls, fatload, fatwrite
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-21 Leo CRename pin.. to gpio..
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-16 Leo CMerge branch 'master' into hostcomm_avr
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-08 Leo CProgrammable Z180 clock, clock command hexrel-2
2014-08-30 Leo Cdefaultenv (doesn't work)
2014-08-23 Leo CAdd date rtc i2c
2014-08-20 Leo Cenum command_ret_t --> typedef
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
2014-08-13 Leo CAdd memory commands (cmp, cp, md, mm, mw, nm)
2014-08-12 Leo CNew U-Boot like AVR main program.