From: Leo C Date: Wed, 22 Apr 2015 21:30:19 +0000 (+0200) Subject: Rename ihex.c to cmd_loadihex.c X-Git-Tag: hexrel-5~1 X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/commitdiff_plain/31033ab3f82c4d00e12fb72a65c2ba614da8ad2f Rename ihex.c to cmd_loadihex.c --- diff --git a/avr/Tupfile b/avr/Tupfile index 87eca70..6be8d79 100644 --- a/avr/Tupfile +++ b/avr/Tupfile @@ -7,7 +7,7 @@ FATFS = $(TOP)/fatfs/src/ff.c SRC = main.c SRC += cli.c cli_readline.c command.c command_tbl.c SRC += cmd_help.c cmd_date.c cmd_mem.c cmd_boot.c cmd_gpio.c cmd_misc.c -SRC += ihex.c cmd_sd.c cmd_fat.c +SRC += cmd_loadihex.c cmd_sd.c cmd_fat.c SRC += env.c xmalloc.c con-utils.c print-utils.c getopt-min.c SRC += timer.c serial.c i2c.c pcf8583.c mmc.c SRC += background.c z180-serv.c z80-if.c gpio.c diff --git a/avr/ihex.c b/avr/cmd_loadihex.c similarity index 100% rename from avr/ihex.c rename to avr/cmd_loadihex.c