Toni Lozano
2cbde75b02
Removed PM10 code lines from adc-sensors driver
2016-02-15 14:45:26 +01:00
Antonio Lignan
0dbed519a5
Merge pull request #1507 from Zolertia/remote-voc-test
...
Added VOC (iAQ-Core) drivers and test application
2016-02-15 12:21:32 +01:00
Aitor Mejias
cb1e7c2c45
Added VOC (iAQ-Core) drivers and test application
2016-02-15 11:00:48 +01:00
Wojciech Bober
943e526860
nrf52dk: added build artifacts to git ignore
2016-02-15 09:37:38 +01:00
Wojciech Bober
2d45a4207a
nrf52dk: regression tests
2016-02-15 09:37:38 +01:00
Wojciech Bober
38481c513d
nrf52dk: added examples
2016-02-15 09:37:38 +01:00
Wojciech Bober
d39ad95db5
nrf52dk: platform support
2016-02-15 09:37:38 +01:00
Wojciech Bober
20f9515ed1
nrf52dk: cpu/nrf52832 support
2016-02-15 09:37:38 +01:00
Wojciech Bober
0671640ea2
Extended SOURCEDIRS variable with EXTRALDIRS variable in Makefile.include
...
Directories listed in this variable are added to include and
source (vpath) search paths.
Contents of this variable aren't automatically prefixed with
Contki root. This allows for inclusion of folders that are
outside Contiki root.
2016-02-15 09:37:38 +01:00
Wojciech Bober
803d170b55
Fixed unsused variable warning when SICSLOWPAN_CONF_FRAG is undefined
2016-02-15 09:37:38 +01:00
Wojciech Bober
1cc659d882
Allow for using a fixed frame header length.
...
When SICSLOWPAN_FRAMER_HDRLEN is defined its value is used
as a frame header length. This allows for using sicslowpan
without calling a framer. This is usefull if framer is not
used on a given platform or when header length is always
the same.
In addition this commit also fixes an inline define.
2016-02-15 09:37:38 +01:00
Wojciech Bober
c946c1ccbb
Fixed unsused variable warning when SICSLOWPAN_CONF_FRAG is undefined
2016-02-15 09:35:27 +01:00
Wojciech Bober
7d60fdc8b5
Allow for using a fixed frame header length.
...
When SICSLOWPAN_FRAMER_HDRLEN is defined its value is used
as a frame header length. This allows for using sicslowpan
without calling a framer. This is usefull if framer is not
used on a given platform or when header length is always
the same.
In addition this commit also fixes an inline define.
2016-02-15 09:35:27 +01:00
Antonio Lignan
4cd0e3ad35
Merge pull request #1516 from alignan/pull/weather-meter-contikimac
...
Weather meter: replaced rtimer by ctimer as it was breaking contikimac
2016-02-13 23:02:17 +01:00
Antonio Lignan
25ff850a43
Weather meter: replaced rtimer by ctimer as it was breaking contikimac
2016-02-13 22:33:05 +01:00
Antonio Lignan
c6ded00dc4
Merge pull request #1512 from alignan/pull/fix-z1-websense
...
Fix z1-websense example
2016-02-13 16:35:50 +01:00
Michael LeMay
16145f645a
galileo: build_newlib.sh: Only apply patch files with the extension ".patch"
...
This avoids treating as patches other files that may happen to be
present in the newlib patch directory in a working tree.
2016-02-12 13:45:25 -08:00
Antonio Lignan
b2b573e9e7
Fix z1-websense example
2016-02-12 19:10:02 +01:00
Simon Duquennoy
99de563e8d
Merge pull request #1503 from amitgeron/route_discovery_typo
...
Typo
2016-02-08 13:35:03 +01:00
Benoît Thébaudeau
910f7b1ac8
travis: Force AAPCS toolchain version
...
Make Travis CI use the GNU ARM Embedded toolchain version specified by
the READMEs, instead of automatically using the latest version provided
by the PPA. In this way, the READMEs will still be correct after a PPA
upgrade, and the version used by Contiki is under control.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2016-02-07 18:21:57 +01:00
Amit Geron
ba6419cc25
Typo
...
* route_discovery_expicit_open --> route_discovery_explicit_open
2016-02-07 11:58:31 +02:00
Simon Duquennoy
daa83ee3ef
Merge pull request #1404 from amitgeron/route_discovery_channels
...
Add route_discovery_explicit_open()
2016-02-05 23:12:39 +01:00
Simon Duquennoy
5afdae1399
Merge pull request #1498 from alignan/pull/fix-ip64-warnings
...
Fix ip64 warnings and error
2016-02-05 23:02:39 +01:00
Benoît Thébaudeau
287092db42
Merge pull request #1486 from alignan/pull/cc2538-common
...
Unified cc2538 examples into single cc2538-common placeholder
2016-02-04 23:48:35 +01:00
Antonio Lignan
45c125949a
Unified cc2538 examples into single cc2538-common placeholder
2016-02-04 17:26:11 +01:00
Nicolas Tsiftes
9b3e334c7d
Merge pull request #1497 from simonduq/pr/shell-warnings
...
Fix compiler warnings in shell
2016-02-04 13:14:26 +01:00
Nicolas Tsiftes
4dce5f6765
Merge pull request #1494 from simonduq/pr/uip6-debug
...
Minor debug output fixes
2016-02-04 13:09:21 +01:00
Simon Duquennoy
ebdc536d61
Merge pull request #1496 from simonduq/pr/jn516x-serial-input
...
jn516x enable serial input whenever there is no fallback interface
2016-02-04 10:02:15 +01:00
Antonio Lignan
c924567d86
Fix ip64 warnings
2016-02-04 00:26:54 +01:00
Simon Duquennoy
fa078381cf
Fix compiler warnings in shell
2016-02-03 18:01:25 +01:00
Simon Duquennoy
f87f7e7edd
jn516x enable serial input whenever there is no fallback interface
2016-02-03 17:53:29 +01:00
Simon Duquennoy
521cc7600d
Minor debug output fixes
2016-02-03 17:10:24 +01:00
Simon Duquennoy
9f383ba534
Merge pull request #1492 from simonduq/pr/jn516x-minor
...
Reworking jn516x default configuration and examples
2016-02-03 11:41:10 +01:00
Simon Duquennoy
658cf0d2cc
Reworking jn516x default configuration and examples
2016-02-03 10:35:48 +01:00
Simon Duquennoy
79a0709cd7
Merge pull request #1491 from simonduq/pr/sicslowpan-printf
...
Fix compiler errors and warnings in sicslowpan.c PRINTF statements
2016-02-03 09:35:05 +01:00
Simon Duquennoy
f0d1b6c5bb
Fix PRINTF statement in sicslowpan
2016-02-02 17:18:45 +01:00
Simon Duquennoy
5d67a612b4
Merge pull request #1402 from simonduq/pr/ci-simexec-log-output
...
Travis: improved output for failed Cooja simulation
2016-02-01 15:30:13 +01:00
Simon Duquennoy
77fac155c1
Merge pull request #1489 from simonduq/pr/jn516x-examples-tsch
...
Adding TSCH to examples/jn516x/rpl
2016-02-01 15:08:20 +01:00
Nicolas Tsiftes
eef96f3ba7
Merge pull request #1480 from mdlemay/revise-clang-flags
...
galileo: Revise include flags for LLVM Clang
2016-02-01 14:25:53 +01:00
Nicolas Tsiftes
deb39df3a3
Merge pull request #1478 from zq301/patch-11
...
a memory overflow in shell-vars.c
2016-02-01 14:25:06 +01:00
Simon Duquennoy
badc4b77f1
Merge pull request #1488 from simonduq/pr/jn516x-uart
...
jn516x: flush only uart Tx FIFO in main loop, leaving Rx FIFO intact
2016-02-01 14:19:44 +01:00
Simon Duquennoy
15a5f27080
Adding TSCH to examples/jn516x/rpl
2016-02-01 13:38:53 +01:00
Simon Duquennoy
7c3108bf3b
jn516x: flush only uart Tx FIFO in main loop, leaving Rx FIFO intact
2016-02-01 13:36:18 +01:00
Antonio Lignan
447286197f
Merge pull request #1487 from alignan/pull/weather-meter-wind-bane-fix
...
Fixed casts and calculations for the wind direction circular averaging
2016-01-31 23:40:42 +01:00
Antonio Lignan
35345cdb40
Fixed casts and calculations for the wind direction circular averaging
2016-01-31 22:51:08 +01:00
Harald Pichler
b8c5ee0e2b
add Test code
2016-01-28 17:08:56 +01:00
George Oikonomou
deb633216c
Document support for the CC2650 LaunchPad
2016-01-28 11:23:20 +00:00
George Oikonomou
c71eacbcc9
Compile-test CC2650 LaunchPad sources
2016-01-28 11:23:20 +00:00
George Oikonomou
61e619dfcd
Extend the CC26xx web demo to support the LaunchPad
2016-01-28 11:23:20 +00:00
George Oikonomou
54f0a2ecbd
Extend the CC26xx demo to support the LaunchPad
2016-01-28 11:23:20 +00:00