42 #ifndef CONTIKI_CONF_H_
43 #define CONTIKI_CONF_H_
53 #define PLATFORM_NAME "RCB"
54 #define PLATFORM_TYPE RCB_B
56 #define F_CPU 8000000UL
64 #define CLOCK_CONF_SECOND 125
66 typedef uint32_t clock_time_t;
67 #define CLOCK_LT(a,b) ((int32_t)((a)-(b)) < 0)
74 #define SLIP_PORT RS232_PORT_0
77 #define MMEM_CONF_SIZE 256
82 #define EEPROMFS_ADDR_CODEPROP 0x8000
87 #define LINKADDR_CONF_SIZE 8
94 #define NETSTACK_CONF_RADIO rf230_driver
96 #define RF230_CONF_AUTOACK 1
97 #define CXMAC_CONF_ANNOUNCEMENTS 10
98 #define NETSTACK_CONF_RDC_CHANNEL_CHECK_RATE 8
101 #define QUEUEBUF_CONF_NUM 15
103 #define QUEUEBUF_CONF_REF_NUM 2
105 #define SICSLOWPAN_CONF_COMPRESSION SICSLOWPAN_COMPRESSION_HC06
106 #define SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS 2
107 #define SICSLOWPAN_CONF_FRAG 1
109 #define SICSLOWPAN_CONF_MAXAGE 5
111 #define UIP_CONF_LL_802154 1
112 #define UIP_CONF_LLH_LEN 0
114 #define UIP_CONF_MAX_CONNECTIONS 2
115 #define UIP_CONF_MAX_LISTENPORTS 2
116 #define UIP_CONF_UDP_CONNS 2
118 #define UIP_CONF_IP_FORWARD 0
119 #define UIP_CONF_FWCACHE_SIZE 0
121 #define UIP_CONF_IPV6_CHECKS 1
122 #define UIP_CONF_IPV6_QUEUE_PKT 0
123 #define UIP_CONF_IPV6_REASSEMBLY 0
124 #define UIP_CONF_NETIF_MAX_ADDRESSES 3
125 #if NETSTACK_CONF_WITH_IPV6 //tcpip.c error on ipv4 build if UIP_CONF_ICMP6 defined
126 #define UIP_CONF_ICMP6 1
129 #define UIP_CONF_UDP 1
130 #define UIP_CONF_UDP_CHECKSUMS 1
132 #define UIP_CONF_TCP 1
133 #define UIP_CONF_TCP_SPLIT 0
140 typedef unsigned short uip_stats_t;
141 typedef unsigned long off_t;
void clock_delay_msec(uint16_t howlong)
Delay up to 65535 milliseconds.
void clock_adjust_ticks(clock_time_t howmany)
Adjust the system current clock time.