Start out with minimal Contiki config.

This commit is contained in:
oliverschmidt 2007-05-27 20:54:13 +00:00
parent 0cd5f4fa0a
commit 3a1de93851
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#ifndef __CONTIKI_CONF_H__
#define __CONTIKI_CONF_H__
#include "6502-conf.h"
#define LOG_CONF_ENABLED 1
#define UIP_CONF_BUFFER_SIZE 1500
#define UIP_CONF_TCP_SPLIT 1
#define UIP_CONF_UDP_CHECKSUMS 1
#define UIP_CONF_LOGGING 1
#endif /* __CONTIKI_CONF_H__ */