]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
Remove obsolete debug code hexrel-4
authorLeo C <erbl259-lmu@yahoo.de>
Thu, 18 Dec 2014 22:37:42 +0000 (23:37 +0100)
committerLeo C <erbl259-lmu@yahoo.de>
Thu, 18 Dec 2014 22:37:42 +0000 (23:37 +0100)
TODO [deleted file]
TODO.md [new file with mode: 0644]
avr/command_tbl.c
avr/debug.c

diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index 7b8d92f..0000000
--- a/TODO
+++ /dev/null
@@ -1 +0,0 @@
-TODO: eliminate xmalloc
diff --git a/TODO.md b/TODO.md
new file mode 100644 (file)
index 0000000..8e0686d
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,5 @@
+TODO List
+=========
+
+- TODO: eliminate xmalloc
+- TODO: build time directory as lib
index b70c7112e3cfbf66ddb61038745d9c0ef16319d7..a2f99da4a04d3f4e41bc4aabe541c4a4774cb4e1 100644 (file)
@@ -30,7 +30,6 @@ extern command_ret_t do_fat_ls(cmd_tbl_t *, int, int, char * const []);
 //extern command_ret_t do_fat_read(cmd_tbl_t *, int, int, char * const []);
 //extern command_ret_t do_fat_write(cmd_tbl_t *, int, int, char * const []);
 extern command_ret_t do_fat_rw(cmd_tbl_t *, int, int, char * const []);
-extern command_ret_t do_testarg(cmd_tbl_t *, int, int, char * const []);
 
 #ifdef CONFIG_SYS_LONGHELP
 const FLASH char sd_help_text[] =
@@ -51,21 +50,6 @@ CMD_TBL_ITEM(
 ),
 
 #ifdef DEBUG
-CMD_TBL_ITEM(
-       test,   CONFIG_SYS_MAXARGS,     1,      do_testarg,
-       "print arguments",
-       ""
-),
-CMD_TBL_ITEM(
-       tst1,   CONFIG_SYS_MAXARGS,     1,      do_testarg,
-       "print arguments",
-       ""
-),
-CMD_TBL_ITEM(
-       tst2,   CONFIG_SYS_MAXARGS,     1,      do_testarg,
-       "print arguments",
-       ""
-),
 
 CMD_TBL_ITEM(
        !mdr,   3,      1,      do_dump_mem,
index 5096d590ecef40f924d8b00c8fc7c9842133fecf..251ef269a6e1d4d1d43b0d8fde692c3c1356ae08 100644 (file)
@@ -122,17 +122,6 @@ command_ret_t do_eep_cp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[
 
 /*------------------------------------------------------------------------------*/
 
-command_ret_t do_testarg(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
-{
-       my_puts_P(cmdtp->name);
-       printf_P(PSTR("\n%s\n"), argv[0]);
-
-       return CMD_RET_SUCCESS;
-}
-
-/*------------------------------------------------------------------------------*/
-
-
 #if 1
 
 struct __freelist {