Start out with minimal Contiki config.
This commit is contained in:
parent
0cd5f4fa0a
commit
3a1de93851
1 changed files with 13 additions and 0 deletions
13
platform/c64/contiki-conf.h
Normal file
13
platform/c64/contiki-conf.h
Normal 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__ */
|
Loading…
Reference in a new issue