mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Start out with minimal Contiki config.
This commit is contained in:
parent
0cd5f4fa0a
commit
3a1de93851
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 New Issue
Block a user