X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/deb08cb66fa85fd0dc011d642e1a707da0477d9b..6204987c3539b71856b4456f218511530af12c6f:/include/config.h diff --git a/include/config.h b/include/config.h index 4093a67..d0749b3 100644 --- a/include/config.h +++ b/include/config.h @@ -1,12 +1,19 @@ -#ifndef CONFIG_H +#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 #define CONFIG_BAUDRATE 115200L -#define CONFIG_PWRON_DELAY 2000 /* ms to wait after power on */ +#define CONFIG_PWRON_DELAY 2000 /* ms to wait after power on */ #define CONFIG_BOOTDELAY 4 //#define CONFIG_ZERO_BOOTDELAY_CHECK 1 @@ -25,6 +32,7 @@ #define CONFIG_SYS_ENV_NAMELEN 16 #define CONFIG_SYS_PROMPT "=> " +#define CONFIG_ESC_CHAR ('^'-0x40) /* TODO: */ @@ -34,4 +42,3 @@ #define CONFIG_SYS_LONGHELP 1 #endif /* CONFIG_H */ -