]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/Tupfile
working host communication, new command: connect
[z180-stamp.git] / avr / Tupfile
index 9227f2b769040e887a7e07ec26654958e2b1fee7..91562b4173eb347e8d3f665b2b52880614bea637 100644 (file)
@@ -1,12 +1,12 @@
 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
-SRC            += timer.c con-utils.c serial.c i2c.c pcf8583.c
-SRC            += background.c z180-serv.c z80-if.c
+SRC            += cmd_help.c cmd_echo.c cmd_date.c cmd_mem.c cmd_boot.c cmd_pin.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