adamdunkels
b20f0884ed
Renamed serial module to serial-line
2009-03-17 20:19:11 +00:00
nifi
ddcda4582e
ctimer initialized by contiki-esb-main
2008-03-13 15:59:43 +00:00
nifi
babb455dae
More explicit assignment of Rime address from node ID
2007-12-17 13:04:10 +00:00
nifi
f4ddc371e8
changed the way that rime address is set
2007-12-17 12:17:23 +00:00
nifi
a6d827fa1f
moved initialization of ctimer to allow MAC layer to use ctimers
2007-11-15 13:07:42 +00:00
nifi
7e57cd240a
Updated to new radio_driver and mac_driver APIs
2007-08-07 11:17:54 +00:00
fros4943
6910c4d311
starting the tr1001 rime process at init
2007-04-04 09:12:14 +00:00
adamdunkels
d1b791f693
Removed default reliance on uIP
2007-03-28 20:34:33 +00:00
adamdunkels
de3cc062fc
Moved all uIP initialization into network initialization code
2007-03-15 21:53:15 +00:00
adamdunkels
60c7228675
Moved mandatory low-level initialization into main file, moved all uIP and network initialization into int_net()
2006-10-06 07:49:31 +00:00
bg-
fb94d50410
Change typedef of uip_ipaddr_t from a vector type to a union.
...
typedef union uip_ip4addr_t {
u16_t u16[2];
u8_t u8[4];
} uip_ip4addr_t;
typedef uip_ip4addr_t uip_ipaddr_t;
This implies that one must consistently pass pointers to
uip_ipaddr_t:s and not mix and match pointers with
uip_ipaddr_t:s as was done earlier.
2006-08-09 16:13:39 +00:00
adamdunkels
c9e808d638
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00