]> cloudbase.mooo.com Git - z180-stamp.git/history - avr/command_tbl.c
Get common_base from cpm3.sys file. Update default environment (BOOTCMD)
[z180-stamp.git] / avr / command_tbl.c
2016-05-17 Leo CGet common_base from cpm3.sys file. Update default... hexrel-6.6
2016-01-26 Leo CRTC: Handle turn of the year correctly, detect uninitia...
2015-09-04 Leo CMerge branch 'cmdline_edit'
2015-06-12 Leo Cedit loadcpm3 help text
2015-06-12 Leo CMerge branch 'master' into cmdline_edit hexrel-6.4
2015-06-12 Leo Cchange common base from C000 to F000. loadcpm3 bugfixes
2015-06-12 Leo CMerge branch 'master' into cmdline_edit
2015-06-12 Leo Cchange common base from C000 to F000. loadcpm3 bugfixes
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-06-09 Leo Cloadcpm3 for new memory map
2015-06-01 Leo Cswitch fifos conin,conout hexrel-6.2
2015-05-21 Leo Cf_sync only, when timout (currently 1s) after last... hexrel-6
2015-05-18 Leo CMerge branch 'test-fboot-support'
2015-05-15 Leo Cfatfs f_mount now allways done globally at start up
2015-05-06 Leo CNew command 'loadcpm3' - load 'CPM3.SYS' file. setenv...
2015-05-05 Leo Cloadi cosmetic changes
2015-05-01 Leo CAdd polling driver for ASCI0/1
2015-04-22 Leo CNew memory test commands, loadi updates. Needs testing
2015-04-18 Leo CAdd command loadi (load intel hex file)
2015-01-21 Leo CSupport for Peter Danneggers fboot.
2014-12-23 Leo CCorrect command date help. command has no reset argument.
2014-12-18 Leo CRemove obsolete debug code hexrel-4
2014-12-16 Leo CAdd copyright notice
2014-12-02 Leo CMerge branch 'cli-quote'
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.