From da7c9700cb5a5d7e1aa952aa2584daf67696e13c Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Tue, 19 Oct 2010 22:41:24 +0000 Subject: [PATCH] Added support for the FTP standalone client to the c128 target. --- examples/ftp/Makefile.c128.defines | 1 + platform/c128/contiki-conf.h | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 examples/ftp/Makefile.c128.defines diff --git a/examples/ftp/Makefile.c128.defines b/examples/ftp/Makefile.c128.defines new file mode 100644 index 000000000..688d85113 --- /dev/null +++ b/examples/ftp/Makefile.c128.defines @@ -0,0 +1 @@ +DEFINES = WITH_CLIENT,WITH_DNS,WITH_GUI,WITH_PFS diff --git a/platform/c128/contiki-conf.h b/platform/c128/contiki-conf.h index f8d0700eb..130339219 100644 --- a/platform/c128/contiki-conf.h +++ b/platform/c128/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.14 2010/10/03 10:30:53 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.15 2010/10/19 22:41:24 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -60,6 +60,9 @@ #define EMAIL_CONF_HEIGHT 20 #define EMAIL_CONF_ERASE 0 +#define FTP_CONF_WIDTH 38 +#define FTP_CONF_HEIGHT 22 + #define IRC_CONF_WIDTH 80 #define IRC_CONF_HEIGHT 24