]> cloudbase.mooo.com Git - z180-stamp.git/history - include
Merge branch 'fatfs-integration' into fatcommands
[z180-stamp.git] / include /
2018-05-28 Leo CMerge branch 'fatfs-integration' into fatcommands fatcommands
2018-05-27 Leo CAdaptions for fatfs R0.13b
2018-05-27 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2018-05-18 Leo Cadd fat commands rm, rmdir, mkdir (WIP)
2018-04-13 Leo Cfat cp: DEBUG; flags p,n,f, (v);leading '/'
2018-04-11 Leo Cfat cp: block buffer --> heap
2018-04-11 Leo Cfat cp: flags
2018-04-11 Leo C+ cp command (WIP)
2018-04-09 Leo CRecursive cmd_find(), new command table flag: CTBL_RPT
2018-04-08 Leo CNew debug command: dump heap
2018-04-08 Leo CRemove xmalloc.c, fix potential 0-pointer derefenrence...
2018-04-08 Leo CFind subcommands without prefix
2018-04-08 Leo CRemove extern declarations from command_tbl.c, create...
2018-04-08 Leo CGlobal help
2018-04-08 Leo CCall subcommands from main command processor
2018-04-07 Leo Ccommandtable, flags: int --> uint8_t/uint_fast8_t....
2018-04-07 Leo Cworking fat ls whith relative path and wildcards
2018-04-06 Leo Cwhite space changes
2018-04-06 Leo CSet __malloc_margin, Print free heap command
2018-04-04 Leo CENV_HOME macro. 'fat help' command table entry
2018-04-03 Leo Cfat commands are now subcommands of a single fat comman...
2018-04-03 Leo CRemove STM32 variant (and submodule libopencm3)
2016-09-09 Leo CAdaptions for fatfs R0.12b
2016-09-08 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2016-08-30 Leo CVersion 0.6.8.2 hexrel-6.8.2
2016-08-29 Leo CPrompt
2016-08-25 Leo CSet GCC_BUG_61443 macro automatically for the affected...
2016-06-21 Leo CVersion 0.6.8.1 hexrel-6.8.1
2016-06-21 Leo CEnable expression evaluation for numeric command line...
2016-06-17 Leo CRename getenv_char() --> getenv_str()
2016-06-17 Leo CCode clean up
2016-06-17 Leo CLinked list for history buffer
2016-06-10 Leo CBump version number to 0.6.8 hexrel-6.8
2016-06-01 Leo CVersion 0.6.7.1
2016-06-01 Leo CVersion 0.6.7.1 hexrel-6.7.1
2016-06-01 Leo Cloadcpm3(): set environment variable 'cpm3_scb' with...
2016-05-30 Leo Cattach/detach working (minus options)
2016-05-30 Leo CIncrease max. # of command line args to 20 and max...
2016-05-30 Leo CNew command(s): attach (and detach) - not fully working.
2016-05-26 Leo CExpand image file die disk size in cp/m login function...
2016-05-26 Leo CMAX_DRIVE, BLOCK_SIZE --> config.h; Check if access...
2016-05-25 Marcelversion in start message
2016-05-25 Leo Cnew command: source - run commands from a file
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-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-03-23 Leo CHandle bus errors in md command
2016-03-21 Leo CRename getenv() to getenv_char()
2015-09-04 Leo CMerge branch 'cmdline_edit'
2015-06-12 Leo CMerge branch 'master' into cmdline_edit hexrel-6.4
2015-06-12 Leo CMerge branch 'master' into cmdline_edit
2015-06-11 Leo CMerge branch 'master' into cmdline_edit
2015-06-09 Leo Cloadcpm3 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-03 Leo CServer: Time and Date support hexrel-6.3
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-06 Leo CNew command 'loadcpm3' - load 'CPM3.SYS' file. setenv...
2015-04-23 Leo Cloadi seems to work now. hexrel-5
2015-04-22 Leo CNew memory test commands, loadi updates. Needs testing
2015-01-21 Leo CSupport for Peter Danneggers fboot.
2014-12-23 Leo CDon't expose mmc status flag 'STAT_FAST'. (Module priva... hexrel-4.2
2014-12-16 Leo CAdd copyright notice
2014-12-04 Leo CCard detect over cs pin. (initial)
2014-12-02 Leo CMerge branch 'master' into timelib
2014-12-02 Leo CMerge branch 'cli-quote'
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-28 Leo CLFN support
2014-11-26 Leo CEnable command line editing and history (CONFIG_CMDLINE...
2014-11-25 Leo Cdump_ram() parameter
2014-11-25 Leo CTimeout for Z180 bus access
2014-11-22 Leo CMove macro SBIT to common.h
2014-11-22 Leo CIntegrate fatfs. Add some sd card test commands.
2014-11-21 Leo CRename pin.. to gpio..
2014-11-21 Leo CAdd display offset to dump_mem()
2014-11-21 Leo COne dump_mem() for all memory types (avr eeprom and...
2014-11-17 Leo CMerge tag 'fatfs-0.10c'
2014-10-26 Leo Cworking connect command, new sleep command
2014-10-23 Leo Cinclude cleanup
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 CCode reorg and cleanup
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-08 Leo CProgrammable Z180 clock, clock command hexrel-2
2014-08-31 Leo C$() expansion deleted (only ${}). setenv_ulong(), seten...
2014-08-30 Leo C#define MEMX
2014-08-30 Leo Cinitial __memx declarations
2014-08-30 Leo Chelp cmd: fix column alignment
2014-08-24 Leo Cuse env var 'baudrate'
next