osd-contiki/platform/avr-ravenusb
Thomas 4870f9e8f3 Fix for IPv6 compilation and linkage errors
Two errors have been spotted, when IPv6 is enabled in the ravenusb
Project-Makefile:
#CONTIKI_NO_NET=1
CONTIKI_WITH_IPV6=1

The compile error results from a variable name mismatch in cdc_task.c
The variable 'r' is undeclared and should be renamed to 'route'

The linker also fails with 'undefined references'
This has been mediated by adding 'core/net' to Modules in the
Project-Makefile.
2016-05-09 18:18:28 +02:00
..
cdc_task.c Fix for IPv6 compilation and linkage errors 2016-05-09 18:18:28 +02:00
cdc_task.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
contiki-conf.h packetbuf: No more splitting of header and data 2016-04-15 03:12:40 -07:00
contiki-raven-default-init-lowlevel.c Merge CDC-ECM, RNG, DFU bootloader, watchdog, settings manager, energy scan routines of Robert Quattlebaum 2010-09-17 21:59:09 +00:00
contiki-raven-default-init-net.c Merge CDC-ECM, RNG, DFU bootloader, watchdog, settings manager, energy scan routines of Robert Quattlebaum 2010-09-17 21:59:09 +00:00
contiki-raven-main.c Updated current fallback_interface(s) to return int. 2015-09-22 12:53:04 +02:00
contiki-raven.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
httpd-simple-avr.c Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
loadable_prg.c Contiki port for the Atmel AVR Raven board 2008-10-14 09:40:30 +00:00
Makefile.avr-ravenusb Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00
rng.c Cleanup trailing spaces and convert tabs to spaces 2015-11-18 11:09:43 +11:00
rng.h A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
sicslow_ethernet.c Add uip_clear_buf() macro and replace all instances of uip_len = 0; with it 2015-06-15 11:10:51 +02:00
sicslow_ethernet.h Add sneezer mode and tx power change 2011-03-23 18:08:07 -04:00