nes-proj/platform
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
..
c64 Added assembler code files that were left out of the code import 2006-06-18 07:45:36 +00:00
esb Change typedef of uip_ipaddr_t from a vector type to a union. 2006-08-09 16:13:39 +00:00
ethernut1 Added missing includes and made Ethernut 1 & 2 ports to compile again 2006-06-20 21:23:09 +00:00
ethernut2 Added missing includes and made Ethernut 1 & 2 ports to compile again 2006-06-20 21:23:09 +00:00
gtk Removed out-commented stuff from Makefiles 2006-06-24 06:23:47 +00:00
minimal-net Architecture specific code for the LEDs API 2006-06-17 22:55:44 +00:00
minimal-ppp Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
native Change typedef of uip_ipaddr_t from a vector type to a union. 2006-08-09 16:13:39 +00:00
netsim removed unused constants (BEEP_ON/BEEP_OFF) 2006-07-07 06:38:53 +00:00
sky Change typedef of uip_ipaddr_t from a vector type to a union. 2006-08-09 16:13:39 +00:00