summaryrefslogtreecommitdiff
path: root/avr/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'avr/config.h')
-rw-r--r--avr/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/avr/config.h b/avr/config.h
new file mode 100644
index 0000000..9e6d4d7
--- /dev/null
+++ b/avr/config.h
@@ -0,0 +1,24 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define CONFIG_ENV_SIZE 2000
+#define CONFIG_ENV_OFFSET 0
+#define CONFIG_ENVVAR_MAX 20
+
+#define CONFIG_BOOTDELAY 4
+//#define CONFIG_ZERO_BOOTDELAY_CHECK 1
+
+#define CONFIG_SYS_CBSIZE 250
+#define CONFIG_SYS_ENV_NAMELEN 16
+#define CONFIG_SYS_MAXARGS 8
+
+#define CONFIG_SYS_PROMPT "=> "
+
+
+//#define CONFIG_CMDLINE_EDITING 1
+//#define CONFIG_AUTO_COMPLETE 1
+
+#define CONFIG_SYS_LONGHELP 1
+
+#endif /* CONFIG_H */
+