Commit graph

215 commits

Author SHA1 Message Date
oliverschmidt 1f7391e7de Avoid compiler warnings. 2006-08-16 22:09:51 +00:00
oliverschmidt d4a00f67fe The program_handler_add() mechanism relied on being used after the initialization of the program_handler (and the ctk) process but before entering the event handling. In Contiki 2.x there's no such explicit process initialization anymore - and the implicit asynchronous initialization runs after program_handler_add(). Therefore the initialization of the data structures modified by program_handler_add() had to be removed from that asynchronous process initialization. Instead C-langugae global data.initialization is used. 2006-08-15 00:11:45 +00:00
oliverschmidt 5bd04b9c0d Avoid compiler warnings. 2006-08-14 23:31:40 +00:00
oliverschmidt 7eeed4d6af Reactivated application core functionality (and avoid compiler warning). 2006-08-13 14:02:07 +00:00
oliverschmidt 8594c5f75f Added header necessary for petsciiconv_toascii(). 2006-08-13 13:59:07 +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
bg- 4eee7b8bf4 Slightly outdated versions were imported to sf. 2006-08-02 14:33:36 +00:00
nifi cb3f6db77e fixed compiler warnings 2006-07-06 14:55:21 +00:00
adamdunkels d36939f5ae Simple program for loading a Contiki ELF binary over the network 2006-06-18 07:44:36 +00:00
adamdunkels 964fa62827 VNC viewer 2006-06-17 23:08:35 +00:00
adamdunkels 4dcbd9845c Added handling of dhcp_unconfigured events 2006-06-17 23:08:16 +00:00
adamdunkels cbb910ab52 Added arg.c 2006-06-17 23:08:04 +00:00
adamdunkels dfd8026afc Removed old contiki-1.x-based code 2006-06-17 23:07:35 +00:00
adamdunkels 55769464f4 Fixed include paths 2006-06-17 23:01:48 +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