]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/config.h
include cleanup
[z180-stamp.git] / include / config.h
index 4093a6711bf0ee3bd1beffe119fa9730fc50289a..82dbf81c4cbaaa256c454e990c611a3c9e3666a2 100644 (file)
@@ -1,6 +1,13 @@
 #ifndef CONFIG_H               
 #define CONFIG_H
 
+/* Environment variables */
+
+#define ENV_BAUDRATE   "baudrate"
+#define ENV_BOOTDELAY  "bootdelay"
+#define ENV_BOOTCMD    "bootcmd"
+#define ENV_PINALIAS   "pin_alias"
+
 #define CONFIG_ENV_SIZE                1600
 #define CONFIG_ENV_OFFSET      0
 #define CONFIG_ENVVAR_MAX      20
@@ -25,6 +32,7 @@
 #define CONFIG_SYS_ENV_NAMELEN 16
 
 #define CONFIG_SYS_PROMPT      "=> "
+#define CONFIG_ESC_CHAR                ('^'-0x40)
 
 
 /* TODO: */