thomas-ha
bc2f1b5a2a
update delay constants
2016-03-29 10:24:38 +02:00
thomas-ha
400a09e82c
comment
2016-03-11 11:05:04 +01:00
thomas-ha
0e0dba932f
disable TSCH HW frame filtering
2016-03-08 15:52:40 +01:00
thomas-ha
9ac14d1c7b
defines needed for TSCH
2016-03-07 18:39:13 +01:00
Oliver Schmidt
8b3d220761
Merge pull request #1542 from oliverschmidt/master
...
Adjusted segment names to match recent cc65 change.
2016-03-06 21:29:50 +01:00
Oliver Schmidt
6876b97466
Adjusted segment names to match recent cc65 change.
2016-03-06 21:11:18 +01:00
Nicolas Tsiftes
fbf3aba152
Merge pull request #1513 from mdlemay/check-newlib-conf
...
galileo: build_newlib.sh: Exit on configuration error
2016-03-03 13:39:27 +01:00
Nicolas Tsiftes
da5044acb2
Merge pull request #1514 from mdlemay/newlib-filter-patches
...
galileo: build_newlib.sh: Only apply patch files with the extension ".patch"
2016-03-03 13:38:56 +01:00
Aitor Mejias
56aeb7cd7e
Added Zolertia Zonik sound sensor test and drivers
2016-02-22 16:49:35 +01:00
Michael LeMay
66629ae58f
galileo: build_newlib.sh: Exit on configuration error
...
This patch adds a check for the result of the newlib configure command
and immediately exits the build_newlib.sh script if configure fails.
2016-02-16 11:36:57 -08:00
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
Antonio Lignan
25ff850a43
Weather meter: replaced rtimer by ctimer as it was breaking contikimac
2016-02-13 22:33:05 +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
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
Simon Duquennoy
f87f7e7edd
jn516x enable serial input whenever there is no fallback interface
2016-02-03 17:53:29 +01:00
Simon Duquennoy
658cf0d2cc
Reworking jn516x default configuration and examples
2016-02-03 10:35:48 +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
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
35345cdb40
Fixed casts and calculations for the wind direction circular averaging
2016-01-31 22:51:08 +01:00
George Oikonomou
7d6966b22c
Merge pull request #1483 from Zolertia/pm10-sensor
...
Added PM10, VAC and AAC sensor drivers
2016-01-27 11:47:07 +00:00
Toni Lozano
1f6dafecb0
Modified ADC measurement of PM10 driver to include adc-zoul direct access
2016-01-26 17:55:48 +01:00
Antonio Lignan
8337843d69
Minor fixes
2016-01-26 09:45:43 +01:00
Michael LeMay
6557194fc5
galileo: Revise include flags for LLVM Clang
...
This patch revises the compiler flags when LLVM Clang is in use to
cause Clang to automatically use its built-in header files rather than
those for GCC.
2016-01-25 14:01:16 -08:00
Antonio Lignan
9f1376d37a
Merge pull request #1453 from g-oikonomou/contrib/test-with-arm-gcc-5
...
Change travis arm tests to use gcc-arm-embedded v5
2016-01-25 21:32:28 +01:00
Toni Lozano
31e6cc48ca
Solved doxygen comments information from VAC, AAC and PM10 sensor files
2016-01-25 18:13:00 +01:00
Toni Lozano
42e1beb931
Added PM10 GP2Y1010AU0F sensor driver and demo test
2016-01-25 10:06:17 +01:00
Toni Lozano
4907842821
Added parameters of aac-sensor on adc-sensors file and adapted AAC and VAC test files for correct results
2016-01-25 10:05:43 +01:00
Toni Lozano
1fca3e810a
Added PM10 and VAC parameters to adc_sensors driver
2016-01-25 10:04:25 +01:00
Antonio Lignan
d4251d7c3b
Merge pull request #1470 from alignan/pull/grove-rgb-backlight-lcd
...
Ported Grove LCD with RGB backlight for the Zoul platforms
2016-01-25 09:54:25 +01:00
George Oikonomou
9e9e6d07b0
Adjust READMEs to point explicitly to the arm-gcc version used by travis
2016-01-24 13:59:19 +00:00
Antonio Lignan
9a5682b75b
Merge pull request #1476 from alignan/pull/update-weather-meter
...
Updated to new adc-zoul renaming
2016-01-23 16:20:22 +01:00
Antonio Lignan
246b01095f
Ported Grove LCD with RGB backlight for the Zoul platforms
2016-01-23 15:52:29 +01:00
Antonio Lignan
66ebca3ade
Updated to new adc-zoul renaming
2016-01-23 15:42:13 +01:00
Antonio Lignan
9a80c0098f
Added zero-calibration function and added offset values to the structure
2016-01-22 16:58:46 +01:00
Antonio Lignan
426fa24e50
Clear interrupt and trigger callback if new data is generated
2016-01-22 16:58:46 +01:00
Antonio Lignan
f5b52e8094
Ported Grove's 3-axis gyroscope sensor (based on ITG-3200)
2016-01-22 16:58:46 +01:00
Antonio Lignan
6351462e89
Unified BMP180 and BMP085 drivers
2016-01-22 16:11:49 +01:00
Antonio Lignan
ec45369d1b
Merge pull request #1466 from alignan/pull/weather-meter
...
Add driver for the Sparkfun Weather meter station
2016-01-22 15:18:14 +01:00
Adam Dunkels
7128a6a178
Merge pull request #1258 from joakimeriksson/multiple-reassembly-fix
...
6LoWPAN - multiple reassembly fix and cleanup
2016-01-22 07:15:18 +01:00
Antonio Lignan
98ed8a29a0
Removed harsh restriction on mask values and disabled debug flags
2016-01-19 22:28:09 +01:00
Antonio Lignan
a6c30b4e09
Fixed missing static keyword in both zoul-demo and weather meter driver
2016-01-19 22:24:53 +01:00
Antonio Lignan
366f11d5df
Uncrustified weather meter driver and example
2016-01-19 18:03:16 +01:00
Antonio Lignan
81bec49a40
Changed fixed 2 minute integration period to allow overriding
2016-01-19 18:00:18 +01:00
Antonio Lignan
0902e0fc6d
Added degree converted value for the wind vane sensor.
...
Also added a 2-minutes average wind direction value, replaced the 240 bytes buffer from the reference example, but probably there's room for efficiency improvement
2016-01-19 17:47:46 +01:00
Antonio Lignan
61f1516369
Reworked instant wind speed calculation and extended the available wind speed return values
2016-01-19 17:47:46 +01:00
Antonio Lignan
0cb80b0605
Prevent calculations if tick is zero
2016-01-19 17:47:46 +01:00
Antonio Lignan
aacbcd904f
Added interrupt configuration for the weather meter
2016-01-19 17:47:46 +01:00
Antonio Lignan
103911f619
Added driver for the Sparkfun's weather meter station
2016-01-19 17:47:46 +01:00