Simon Duquennoy
aec8af25c0
jn516x: added WERROR
2015-10-20 10:11:22 +02:00
Simon Duquennoy
9d7cfa8f78
Regression test 21: added missing undefs and include
2015-10-20 10:11:21 +02:00
Simon Duquennoy
2c514d5d46
Regression test: remove unused variable
2015-10-20 10:11:20 +02:00
Simon Duquennoy
4805a9bbe6
Regression test: fixed function prototype of route_callback
2015-10-20 10:11:19 +02:00
Simon Duquennoy
5ac4c2c867
Target cooja: fixed funciton prototype of uip_driver_send
2015-10-20 10:11:18 +02:00
Simon Duquennoy
b0f21747e1
Target cooja: added missing declaration of simlog_char
2015-10-20 10:11:17 +02:00
Simon Duquennoy
43adbbf6f9
Target cooja: added missing includes
2015-10-20 10:11:16 +02:00
Simon Duquennoy
5dd6261fef
Nullrdc: added missing include for cooja nodes
2015-10-20 10:11:15 +02:00
Simon Duquennoy
7328ee51ef
micaz: added missing include
2015-10-20 10:11:14 +02:00
Simon Duquennoy
2533265d30
eval-adf7xxxmb4z: declare node_id only when needed
2015-10-20 10:11:13 +02:00
Simon Duquennoy
45af3adab4
exp5438: do not use char as array index
2015-10-20 10:11:04 +02:00
Simon Duquennoy
1957ecd94a
exp5438: removed unused vairable
2015-10-20 10:10:18 +02:00
Simon Duquennoy
c796ab418f
exp5438: added missing include
2015-10-20 09:38:25 +02:00
Simon Duquennoy
a2b1934f03
mbxxx: added missing undefs
2015-10-20 09:37:28 +02:00
Simon Duquennoy
ccfdf80ff2
Removed mbxxx warning messages on the current ld file in use
2015-10-20 09:37:27 +02:00
Simon Duquennoy
2007863922
mbxxx: fix printf format
2015-10-20 09:37:26 +02:00
Simon Duquennoy
fcd0302d02
mbxxx contiki-main.c: include uip-debug, as uip_debug_lladdr_print is used in main
2015-10-20 09:37:25 +02:00
Simon Duquennoy
16dd3af1e6
mbxxx temperature-sensor: remove unused variable
2015-10-20 09:37:24 +02:00
Simon Duquennoy
061c7d15c4
Powertrace: removed unused variables
2015-10-20 09:37:23 +02:00
Simon Duquennoy
b7fb06052f
cc2530: do not declare sfd_timestamp if not used
2015-10-20 09:37:22 +02:00
Simon Duquennoy
cf97cfaff8
cc2530: removed warning on unused variable
2015-10-20 09:37:21 +02:00
Simon Duquennoy
921a3c8a7b
native platform: removed unused variable
2015-10-20 09:37:19 +02:00
Simon Duquennoy
0340567af8
tapdev6.c: do not ignore return value of system()
2015-10-20 09:37:18 +02:00
Simon Duquennoy
2c91ab6fad
linuxradio-drv.c: added missing include
2015-10-20 09:37:17 +02:00
Simon Duquennoy
01984f07c2
cc2420 and cc2430: removed compiler warning on unused tbiv
2015-10-20 09:37:16 +02:00
Simon Duquennoy
560d6af97b
msp430x: do not compile mtarch, which currently assumes 16-bit function pointers
2015-10-20 09:37:15 +02:00
Simon Duquennoy
e5d5cf7018
cc2420: do not declare sfd_timestamp if not used
2015-10-20 09:37:14 +02:00
Simon Duquennoy
6594cd1bba
cc2420: fix function prototype of set_key
2015-10-20 09:37:13 +02:00
Simon Duquennoy
cb4003eb52
Removed compiler warning from sht11.c
2015-10-20 09:37:12 +02:00
Simon Duquennoy
d6f63e1746
uip6.c: declare uip_add32 symbol if UIP_ARCH_ADD32 is set
2015-10-20 09:37:11 +02:00
Simon Duquennoy
e3303c7e99
Added missing undef in examples/cc2528dk/sinffer/project-conf.h
2015-10-20 09:37:10 +02:00
Simon Duquennoy
c8ec08732c
Fix broken printf in examples/er-rest-example/resource/res-b1-sep-b2.c
2015-10-20 09:37:09 +02:00
Gaëtan Harter
e5c7437e17
Fix default tun/tap issue with multiple tunslip6
...
When running multiple tunslip6 instances, it collides with tun0 being already
used (cannot open file).
However, system default is already to use "tun0" and "tap0".
By putting the default empty string as name, system automatically increment and
selects a free interface, "tun0", "tun1".
2015-10-19 17:52:23 +02:00
Simon Duquennoy
9c15d1c42f
Merge pull request #1063 from simonduq/configure-na
...
Default NDP configuration
2015-10-18 20:26:55 +02:00
Simon Duquennoy
c1797e0ffe
Merge pull request #912 from cetic/pr-dag-lifetime
...
Add DODAG lifetime, update of parent rank when switching dag and multi dodag non-regression test
2015-10-18 20:26:37 +02:00
Simon Duquennoy
10bd49a71a
Merge pull request #756 from sieben/dos2unix
...
dos2unix fix
2015-10-18 20:26:07 +02:00
Simon Duquennoy
86f41f8c7b
Merge pull request #1146 from kkrentz/llsec-as-framer
...
LLSEC as FRAMER
2015-10-18 20:25:30 +02:00
AntiCat
d631270af4
cc2538: Add PKA drivers, ECC algorithms and examples
2015-10-18 20:14:17 +02:00
Fredrik Österlind
0c9f11b568
Merge pull request #1308 from cmorty/pull/safe_random
...
Fix SafeRandom
2015-10-15 18:53:26 +02:00
Moritz 'Morty' Strübe
e544e4c5b0
Cooja: Make sure motes are always removed from the list of unintialized motes
2015-10-15 10:17:07 +02:00
Moritz 'Morty' Strübe
f17fc20fe7
Fix SafeRandom logic
2015-10-15 10:09:57 +02:00
Moritz 'Morty' Strübe
6f86e0bd92
Typos
2015-10-15 10:09:41 +02:00
kkrentz
c865982df5
JN516x: Call LLSEC.init instead of LLSEC.bootstrap
2015-10-15 00:41:12 -07:00
Simon Duquennoy
bfeff0488d
Port JN516x ccm-star implementation to new ccm_star_driver interface
2015-10-14 09:20:44 -07:00
kkrentz
9500be8916
llsec: Declared aead static
2015-10-14 08:22:44 -07:00
Konrad Krentz
1a12ef3334
llsec: Unsecuring within parse
2015-10-14 08:22:44 -07:00
Konrad Krentz
0a6b1cb646
llsec: Added AEAD mode to CCM*
2015-10-14 08:22:44 -07:00
Konrad Krentz
c656a4d1c5
llsec: Fixed style issues in CCM*
2015-10-14 08:22:44 -07:00
Konrad Krentz
b522c042ec
llsec: Replaced bootstrap function with a simple init function
2015-10-14 08:21:40 -07:00
Konrad Krentz
2059b6559e
llsec: Let llsec_drivers define their own framer
2015-10-14 08:21:40 -07:00