Go to the documentation of this file.
42 #ifndef __CONTIKI_CONF_H__
43 #define __CONTIKI_CONF_H__
52 #define F_CPU 16000000UL
54 #define PLATFORM PLATFORM_AVR
57 #define CLOCK_CONF_SECOND 125
58 #define RIME_CONF_BROADCAST_ANNOUNCEMENT_MAX_TIME CLOCK_CONF_SECOND * 524UL
61 #define SLIP_PORT RS232_PORT_0
64 #define MMEM_CONF_SIZE 256
69 #define EEPROMFS_ADDR_CODEPROP 0x8000
74 #define UIP_CONF_PINGADDRCONF 0
75 #define UIP_CONF_MAX_CONNECTIONS 4
76 #define UIP_CONF_MAX_LISTENPORTS 4
77 #define UIP_CONF_BUFFER_SIZE 100
78 #define UIP_CONF_TCP_SPLIT 1
79 #define UIP_CONF_FWCACHE_SIZE 2
80 #define UIP_CONF_BROADCAST 1
86 typedef unsigned short clock_time_t;
88 typedef unsigned long off_t;
92 void clock_set_seconds(
unsigned long s);
93 unsigned long clock_seconds(
void);