]> cloudbase.mooo.com Git - z180-stamp.git/shortlog
z180-stamp.git
2016-05-20 Leo CEnable 8 drives on sd cards hexrel-6.6.1
2016-05-17 Leo CGet common_base from cpm3.sys file. Update default... hexrel-6.6
2016-04-22 Leo CStore only command line input in history buffer, but...
2016-04-22 Leo CEnable commandline editing with history buffer parmanen...
2016-04-22 Leo CRemove redundant hist_init()
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-04-15 Leo CNew function: getenv_yesno()
2016-04-15 Leo CBufix mstep command: take the right arg for parameter...
2016-03-23 Leo CHandle bus errors in md command
2016-03-22 Leo CBugfix z80_addrbus_set_tristate()
2016-03-21 Leo CRename getenv() to getenv_char()
2016-03-21 Leo CAdd build configuration for ATmega2561
2016-01-26 Leo CRTC: Handle turn of the year correctly, detect uninitia...
2015-10-23 Leo Ccli.c: bugfix in cli_parse_line(): correct nargs
2015-09-04 Leo CAdd END key to cread_line() hexrel-6.5
2015-09-04 Leo CMerge branch 'cmdline_edit'
2015-09-03 Leo Cmmc card select/detect changes and bug fixes.
2015-08-27 Leo Ccard1-detect-pin enabled
2015-08-27 Leo Cddtz bugfix (get.decdigit --> get.bindigit)
2015-06-16 Leo Cadd definitions for asci0 fifo
2015-06-13 Leo Ccommand line history
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-11 Leo CVT100/ANSI parser
2015-06-09 Leo Cloadcpm3 for new memory map
2015-06-09 Leo Cmessage buffer init changes. cp/m r/w for new memory map
2015-06-06 Leo Cconnect command 'esc \' enhancement, new 'esc :' subcommand
2015-06-06 Leo Cesc_char environment variable
2015-06-05 Leo Cchange message buffer initialization
2015-06-04 Leo Cdelete unused function z80_get_byte()
2015-06-03 Leo Cbugfix integer promotion. increase size of message...
2015-06-03 Leo CServer: Time and Date support hexrel-6.3
2015-06-01 Leo Cswitch fifos conin,conout hexrel-6.2
2015-05-30 Leo Creturn timestamp diff
2015-05-28 Leo CServer: get_time command/response hexrel-6.1
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-18 Leo Cdebug_cpmsd macro
2015-05-17 Leo Cworkaround for bank/common border crossing problem...
2015-05-16 Leo Cset MAX_DRIVE (number of CP/M disks) from 2 to 4
2015-05-15 Leo Cfatfs f_mount now allways done globally at start up
2015-05-14 Leo CAdd CP/M 3 file i/o (initial version)
2015-05-11 Leo Ctypo
2015-05-11 Leo Cphys. address 0x00040 points to fifo_list
2015-05-10 Leo CAdd unique id to fifos
2015-05-10 Leo CServer: add echo command and response
2015-05-08 Leo Ccommand 'help <topic>' should return success
2015-05-08 Leo Cconnect command: check serial input, even if Z180 sends...
2015-05-06 Leo CNew command 'loadcpm3' - load 'CPM3.SYS' file. setenv...
2015-05-05 Leo CZ180 banking updates
2015-05-05 Leo Cloadi cosmetic changes
2015-05-01 Leo CSimplify Console I/O. Switch back to IOBYTE.
2015-05-01 Leo CAdd polling driver for ASCI0/1
2015-04-30 Leo CRename file "ser1-i.180" to "asci1-i.180" (Interrupt...
2015-04-30 Leo CRemove memory test and bank manager.
2015-04-29 Leo CContinue Integration
2015-04-28 Leo CIntegrate changes from z80-support branch
2015-04-28 Leo Cintel hex: flush input buffer after loading
2015-04-23 Leo Cloadi seems to work now. hexrel-5
2015-04-22 Leo CRename ihex.c to cmd_loadihex.c
2015-04-22 Leo CNew memory test commands, loadi updates. Needs testing
2015-04-18 Leo Cihex.c fix memory alloc
2015-04-18 Leo CAdd command loadi (load intel hex file)
2015-01-21 Leo Ccli_readline_into_buffer: remove unneeded buf[]
2015-01-21 Leo CSupport for Peter Danneggers fboot.
2015-01-14 Leo CDon't wait forever, if memfifo for console out is not...
2014-12-23 Leo CDon't expose mmc status flag 'STAT_FAST'. (Module priva... hexrel-4.2
2014-12-23 Leo CCorrect command date help. command has no reset argument.
2014-12-21 Leo CSD slot 0: Enable card detection hexrel-4.1
2014-12-18 Leo CRemove obsolete debug code hexrel-4
2014-12-16 Leo CAdd copyright notice
2014-12-04 Leo CCard detect over cs pin: clean initialisation/power up
2014-12-04 Leo CCard detect over cs pin. (works mostly)
2014-12-04 Leo CCard detect over cs pin. (initial)
2014-12-03 Leo CPut static work area on heap. LFN buffer not needed...
2014-12-03 Leo CPut unicode tables in flash
2014-12-03 Leo CMake do_fat_stat() and do_fat_ls() interruptible
2014-12-02 Leo CMerge branch 'master' into timelib
2014-12-02 Leo CMerge branch 'cli-quote'
2014-12-02 Leo CAdd get_fattime(), move buffers from stack to heap
2014-12-02 Leo CSystem time: Init from rtc on startup, update in timer...
2014-12-01 Leo Cswitch to avr-libc 1.8.1 time library
2014-12-01 Leo Cput weekdays[] in flash, workaround for wrong weekday...
2014-12-01 Leo Cmerge do_fat_read() and do_fat_write() to do_fat_rw()
2014-11-29 Leo CImproved command line quoting
2014-11-28 Leo CLFN support
2014-11-26 Leo Ccommand line editing generally works
2014-11-26 Leo CEnable command line editing and history (CONFIG_CMDLINE...
2014-11-26 Leo CAdd fat commands: fatstat, fatls, fatload, fatwrite
2014-11-25 Leo Cdump_ram() parameter
2014-11-25 Leo CSd card commands: read sector, write sector
2014-11-25 Leo CTimeout for Z180 bus access
2014-11-25 Leo CEnable pullups on all gpio pins. cleanup
2014-11-22 Leo CMultidrive support for mmc.c (working)
2014-11-22 Leo CMultidrive support for mmc.c (1. step)
next