]> cloudbase.mooo.com Git - z180-stamp.git/shortlog
z180-stamp.git
2018-09-08 Leo Cbool reset_polarity --> Stat & S_RESET_POLARITY
2018-09-08 Leo Cmove sys timer setup from main to timer.c
2018-09-08 Leo CNew command cpuchk
2018-09-08 Leo Cz80_bus_cmd(): wait for BUSACK==1 after BUSREQ=1
2018-09-06 Leo Cnew command: memsize. new function z80_memsize_detect().
2018-09-05 Leo Cz80_bus_request_or_exit()
2018-09-05 Leo Cmcd_mem.c: use cmd_error(), z80_bus_request_or_exit()
2018-09-04 Leo Ccmd_loadihex.c: use cmd_error()
2018-09-04 Leo Ccmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()
2018-09-01 Leo Ccmd_fat.c, cmd_sd: use cmd_error()
2018-08-31 Leo Cerror handling: improved cmd_error() - print fatfs...
2018-08-30 Leo Cnew command: boot - boot default, i.e., run 'bootcmd'
2018-08-28 Leo Cerror handling (WIP)
2018-08-24 Leo Cpath functions (WIP)
2018-08-23 Leo Cpwd/cd
2018-08-20 Leo CMove unicode tables from RAM to FLASH.
2018-08-20 Leo CReduce static RAM usage
2018-08-18 Leo CFix 'help [-a] command ...' command.
2018-07-31 Leo Cpwd hack
2018-07-30 Leo CRevised help command. Options -a -f -k
2018-07-30 Leo CRename: 'fat stat' to 'fat status'
2018-07-29 Leo CPrint prefix of subcommands
2018-07-29 Leo CRemove cruft
2018-07-29 Leo Ccli.c: The real bugfix for Comment only lines.
2018-07-28 Leo CFind (top level) subcommands without recursion.
2018-07-28 Leo CFix help, env subcommands
2018-07-27 Leo CEnable execution of individual sub commands on top...
2018-07-27 Leo CENV_SIZE
2018-07-26 Leo Cheap.c: Eliminate malloc/free in envlist_import() and...
2018-07-26 Leo Cheap.c: move environment from heap to static storage
2018-07-25 Leo CWIP
2018-07-22 Leo Ccmd_gpio.c: eliminate static vars, free heap after...
2018-07-22 Leo CBugfix do_stat(): Output formating (+ minor opt)
2018-07-22 Leo C_USE_LABEL --> FF_USE_LABEL
2018-07-21 Leo Cdebug.c/printfreelist(): printf() --> printf_P()
2018-07-21 Leo Ccmd_fat.c: reorg
2018-07-21 Leo Cmove *cmd_array[] from stack to heap
2018-07-21 Leo CRecursive cmd_find(), new command table flag: CTBL_RPT
2018-07-21 Leo CNew debug command: dump heap
2018-07-21 Leo CRemove xmalloc.c, fix potential 0-pointer derefenrence...
2018-07-21 Leo CFind subcommands without prefix
2018-07-21 Leo CRemove extern declarations from command_tbl.c, create...
2018-07-21 Leo CGlobal help
2018-07-21 Leo CCall subcommands from main command processor
2018-07-21 Leo Ccommandtable, flags: int --> uint8_t/uint_fast8_t....
2018-07-21 Leo Cwhite space changes
2018-07-21 Leo CSet __malloc_margin, Print free heap command
2018-07-21 Leo CENV_HOME macro. 'fat help' command table entry
2018-07-21 Leo Cfat commands are now subcommands of a single fat comman...
2018-07-21 Leo CMove command line history from heap to a fixed-sized...
2018-07-21 Leo Ccli_run_command(): Move local copy of command from...
2018-06-28 Leo CVersion 0.6.8.3 hexrel-6.8.3
2018-06-28 Leo Cenv.c needs getopt-min.h
2018-06-27 Leo Ccommand printenv: new option -s: Print env variables...
2018-06-27 Leo Ccli.c bugfix: Comment only lines are not an error.
2018-05-27 Leo CAdaptions for fatfs R0.13b
2018-05-27 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2018-05-27 Leo CApply patch ff13b_p1 fatfs-0.13b_p1
2018-05-27 Leo CImport fatfs R0.13b fatfs-0.13b
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-09-08 Leo CImport fatfs R0.12b fatfs-0.12b
2016-08-30 Leo CVersion 0.6.8.2 hexrel-6.8.2
2016-08-30 Leo CDetect ZRESET polarity
2016-08-29 Leo CPrompt
2016-08-25 Leo CDDTZ: remove some unused labels
2016-08-25 Leo CSet GCC_BUG_61443 macro automatically for the affected...
2016-08-25 Leo Cavr/z180-serv.c: Workaround for GCC bug PR61443
2016-08-24 Leo Ccmd_attach.c: Correct workaround for GCC bug PR61443
2016-08-24 Leo CUpdate libopencm3
2016-07-13 Leo CAdditional Codes for HOME and END key.
2016-06-21 Leo CVersion 0.6.8.1 hexrel-6.8.1
2016-06-21 Leo CExpression eval: Repair unary + and -
2016-06-21 Leo Caval_arg() for all commands
2016-06-21 Leo CEnable expression evaluation for numeric command line...
2016-06-21 Leo CEnable monitor debugging commands only, if env var...
2016-06-21 Leo CAdd verbose and xtrace options to cli
2016-06-21 Leo CAdd "SS3 H" for Home Key
2016-06-17 Leo CRename getenv_char() --> getenv_str()
2016-06-17 Leo CCode clean up
2016-06-17 Leo Chist-search-backward / hist-search-forward (KEY_PPAGE...
2016-06-17 Leo Ccatch weird escape sequence: 'SS3 F' --> KEY_END
2016-06-17 Leo Ccli_readline.c: code cleanup (history search)
2016-06-17 Leo CLinked list for history buffer
2016-06-17 Leo Cclean up
2016-06-13 Leo CZ180 parameter checks
2016-06-10 Leo CBump version number to 0.6.8 hexrel-6.8
2016-06-10 Leo Cbootcf fixes
2016-06-10 Leo CUpdate attach help text
2016-06-10 Leo Coverhaul CP/M drive logging/debugging
2016-06-10 Leo C"Enhance" CP/M drive login
2016-06-09 Leo CNew command: cfboot - boot from cf card.
2016-06-04 Leo CBugfix: reset getopt vars on start of a new argument...
2016-06-01 Leo CMerge tag 'hexrel-6.7.1'
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 CImplement media change flag
2016-06-01 Leo Cloadcpm3(): set environment variable 'cpm3_scb' with...
2016-05-31 Leo Cdsk debug option (unfinished)
next