X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/41d36f28612cb6c49cf0260236f3b834549883be..889202c46ced1be4fc0db3faf63564722eba2865:/avr/Tupfile diff --git a/avr/Tupfile b/avr/Tupfile index cbceff8..acb4aa5 100644 --- a/avr/Tupfile +++ b/avr/Tupfile @@ -1,11 +1,11 @@ include_rules -PROG = stamp-test +PROG = stamp-monitor SRC = main.c SRC += cli.c cli_readline.c command.c command_tbl.c -SRC += cmd_help.c cmd_echo.c cmd_date.c cmd_mem.c cmd_boot.c -SRC += env.c xmalloc.c date.c getopt-min.c -SRC += timer.c con-utils.c serial.c i2c.c pcf8583.c +SRC += cmd_help.c cmd_date.c cmd_mem.c cmd_boot.c cmd_pin.c cmd_misc.c +SRC += env.c xmalloc.c date.c con-utils.c print-utils.c getopt-min.c +SRC += timer.c serial.c i2c.c pcf8583.c SRC += background.c z180-serv.c z80-if.c pin.c SRC_Z = ../z180/hdrom.c