summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2018-08-24 15:23:05 +0200
committerLeo C2018-08-24 15:23:05 +0200
commit7439a2b57aa403a4b4d0b5cf85095447bd9a3703 (patch)
tree21d8f2165bdb8003f10cbc77bdda401a605b67fa /include
parent6bc0153d1a35ff1ea1bc1b10b9dfa119d1a04dc7 (diff)
downloadz180-stamp-7439a2b57aa403a4b4d0b5cf85095447bd9a3703.zip
path functions (WIP)
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
-rw-r--r--include/debug.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index f01ead1..d989772 100644
--- a/include/config.h
+++ b/include/config.h
@@ -66,6 +66,7 @@
#define CONFIG_SYS_MAXARGS 20
#define CONFIG_SYS_ENV_NAMELEN 16
#define CONFIG_SYS_HISTSIZE (CONFIG_SYS_CBSIZE*2)
+#define CONFIG_SYS_MAX_PATHLEN 200
#define CONFIG_SYS_MALLOC_MARGIN 256
#define CONFIG_SYS_PROMPT "-> "
diff --git a/include/debug.h b/include/debug.h
index ae6f28a..659fd70 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -21,6 +21,7 @@ command_ret_t do_pr_free_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
command_ret_t do_pr_heap_avr(cmd_tbl_t *, uint_fast8_t, int, char * const []);
void printfreelist(const char * title);
+void dump_heap(void);
#ifdef DEBUG