]> cloudbase.mooo.com Git - z180-stamp.git/history - avr
add missing newlines
[z180-stamp.git] / avr /
2 hours ago Leo C.add missing newlines master
14 hours ago Leo C.clean up includes
14 hours ago Leo C.cpu commands
4 days ago Leo C.merge/unify chkcpu and freq.
5 days ago Leo C.merge/unify chkcpu and freq. wip
5 days ago Leo C.-Wimplicit-fallthrough=1
7 days ago Leo C.rewrite of cmd_cpu/do_cpu_freq
2019-05-30 Leo CRemove Tup
2019-05-30 Leo CRefactor makefiles
2019-05-30 Leo CRemove compiler warnings
2019-05-29 Leo CRemove local copy of avr-libc time lib.
2019-05-29 Leo CAdd makefiles (replace Tup)
2018-10-15 Leo Cz80_measure_phi WIP
2018-10-02 Leo Cenv var fmon (F_CPU)
2018-10-01 Leo CMerge branch 'z80-if' of ssh://cb/home/leo/Projekte...
2018-10-01 Leo Cbit operation optimizing
2018-10-01 Leo Cnew command: time
2018-10-01 Leo Creset optind before executing command
2018-09-23 Leo Ccpu_freq: extra timing loop WIP
2018-09-12 Leo Cxx commands: measure cpu freq, test bus cycles
2018-09-12 Leo Cz80_toggle_reset(), z80_toggle_busreq()
2018-09-10 Leo Ccommand go: new option -h
2018-09-10 Leo Cew debug command: xx busack: Measure time RESET to...
2018-09-10 Leo CTup: F_CPU per config
2018-09-08 Leo Cnew debug command: xx test. get freq command from singl...
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 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 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 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
2016-09-09 Leo CAdaptions for fatfs R0.12b
2016-09-08 Leo CMerge branch 'chan-fatfs' into fatfs-integration
2016-08-30 Leo CDetect ZRESET polarity
2016-08-29 Leo CPrompt
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-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
next