Thomas Weber
|
f06bd06b79
|
corrected line - #if UIP_CONF_IPV6 - in contiki-rcb-main.c to - #if NETSTACK_CONF_WITH_IPV6 -
|
2015-02-02 22:08:35 +01:00 |
|
Thomas Weber
|
d575f1a6ce
|
added missing modules in Makefile.avr-rcb, added netstack init functions (to start the at86rf230, modified macros to increase the buffersize)
|
2015-01-17 19:19:16 +01:00 |
|
Simon Duquennoy
|
a9cc909794
|
Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_*
|
2014-12-01 21:02:57 +01:00 |
|
Simon Duquennoy
|
722b3258d1
|
Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack.
|
2014-12-01 20:13:09 +01:00 |
|
Adam Dunkels
|
5f3fe7f7c7
|
Updated include paths for the moved files under net/
|
2014-01-26 23:20:23 +01:00 |
|
Nicholas J Humfrey
|
680225e99d
|
Converted u8_t to uint8_t and u16_t to uint16_t in the platforms directory.
Added "These names are deprecated, use C99 names" warnings the contiki-conf.h files that were missing it.
|
2012-02-21 08:33:25 -05:00 |
|
dak664
|
3d3ad9e2c2
|
Fixes to allow ipv4 (hello world) builds
|
2010-12-01 16:23:55 +00:00 |
|
adamdunkels
|
727c5a2dbe
|
Renamed serial module to serial-line
|
2009-03-17 20:32:22 +00:00 |
|
c_oflynn
|
699c493866
|
forgot these files for RCB...
|
2008-11-13 15:07:52 +00:00 |
|