Antonio Lignan
1758eaa08c
Zoul: updated pin-out images
2016-09-28 16:54:51 +02:00
Michael LeMay
04446e8da5
galileo: Omit DHCP code when IPv6 is enabled
2016-09-24 17:37:07 -07:00
Antonio Lignan
e206984d90
Merge pull request #1873 from MohamedSeliem/patch-7
...
Doxygen Fix
2016-09-23 08:31:41 +02:00
Antonio Lignan
e658bdfcfe
Merge pull request #1860 from alignan/pull/remote-power-mgmt
...
Zoul: power management driver for the RE-Mote revision B
2016-09-23 08:30:56 +02:00
Antonio Lignan
95ed9a9a91
Merge pull request #1859 from alignan/pull/remote-rtcc-update
...
Zoul: RTCC with trigger selection and second-based time increase
2016-09-23 08:30:20 +02:00
Mohamed Seliem
150b97879d
Doxygen Fix
...
this minor fixation to avoid Doxygen bug, which appears when doing this in the documented code:
/**
* \exception \c text
*/
void foo();
2016-09-22 22:30:54 +02:00
Antonio Lignan
268330c7e5
Zoul: power management driver for the RE-Mote revision B
2016-09-22 21:45:54 +02:00
George Oikonomou
94d900a76f
Merge pull request #1857 from alignan/pull/remote-revb
...
Zoul: RE-Mote revision B
2016-09-14 06:52:02 +01:00
Antonio Lignan
072bf74aa2
Added RTCC function to increase current time in seconds
2016-09-13 15:16:54 +02:00
Antonio Lignan
d1a7740a2c
Updated RTCC driver with selectable INT1/INT2 trigger
2016-09-13 15:16:54 +02:00
Nicolas Tsiftes
2d49edfc57
Merge pull request #1849 from MohamedSeliem/patch3
...
Make UIP_CONF_DS6_ROUTE_NBU and DS6_NBR_NBU, DS6_ROUTE_NBU obsolete
2016-09-12 14:25:59 +02:00
Nicolas Tsiftes
8bf235ef86
Merge pull request #1836 from mdlemay/dhcp
...
galileo: Add process to perform DHCP configuration
2016-09-09 16:55:05 +02:00
Mohamed Seliem
1d32a00ebd
Fix uip-ds.h table configuration comment
...
this PR to update uip-ds.h comments, this small change is made to ease the track of Tables implementation places
remove definition of UIP_CONF_DS6_ROUTE_NBU
retire 2 old macros DS6_NBR_NBU, DS6_ROUTE_NBU
Update uip-ds6.h
Update contiki-conf.h
Update contiki-conf.h
Update contiki-conf.h
fix doxygen comment
Update uip-ds6.h
2016-09-05 20:59:36 +02:00
Simon Duquennoy
042d077784
Merge pull request #1768 from mguc/jn516x_exception_handler
...
JN516x: Exception handler causing infinite loop
2016-09-05 20:50:35 +02:00
Marko Gucanin
93757e810d
added space between ) and {
2016-09-05 17:36:33 +02:00
Nicolas Tsiftes
61c9c21c5c
Merge pull request #1834 from mdlemay/gpio-refactor
...
galileo: Simplify GPIO APIs and add support for gen. 1
2016-09-05 16:13:20 +02:00
Antonio Lignan
448c78da5f
Zoul: updated ADC[4-5] info and link to wiki with RevA-B delta
2016-09-05 10:34:37 +02:00
Antonio Lignan
5d4b7de426
Zoul: created RE-Mote rev.B platform
2016-09-02 16:53:09 +02:00
Antonio Lignan
3e5b5dca12
Zoul: Updated READMEs
2016-09-01 16:45:16 +02:00
Antonio Lignan
89c507f509
Zoul: created RE-Mote rev.A specific profile
2016-09-01 15:04:54 +02:00
Antonio Lignan
5e400dd43b
Zoul: fixed ac-dimmer interrupt disable pin/port and check interrupt source
2016-08-31 15:36:48 +02:00
Antonio Lignan
8d4888c495
Zoul: added driver to control an AC light dimmer with zero-crossing
2016-08-31 12:20:04 +02:00
Antonio Lignan
4ce322b7b0
Merge pull request #1837 from alignan/pull/servo
...
Zoul: generic servo driver
2016-08-31 12:00:31 +02:00
Antonio Lignan
bc2ff5b352
Merge pull request #1838 from alignan/pull/fix-tmp102-calc
...
Zoul: fix TMP102 value conversion
2016-08-26 00:00:59 +02:00
Antonio Lignan
61e8a174db
Merge pull request #1828 from alignan/pull/z1-libraries-cleanup
...
Z1: cleaned up non-required libraries from builds and moved SENSORS d…
2016-08-25 10:54:17 +02:00
Antonio Lignan
32385b2910
Zoul: fix TMP102 value conversion
2016-08-24 16:34:02 +02:00
Antonio Lignan
26c4a81331
Z1: cleaned up non-required libraries from builds and moved SENSORS declaration to its own file
2016-08-24 16:05:38 +02:00
Antonio Lignan
8cc1870663
Zoul: generic servo driver
2016-08-24 14:27:41 +02:00
Michael LeMay
c276081150
galileo: Add process to perform DHCP configuration
...
This patch adds a process that is started automatically to request DHCP
configuration. It also moves the IP configuration ahead of autostart processes
in case some autostart process depends on the IP configuration.
2016-08-23 13:16:39 -07:00
Michael LeMay
4181179985
galileo: Add support for Gen. 1 pinmux and GPIO
...
This patch adds support for IO pinmuxing and GPIO on first generation
Intel Galileo boards.
2016-08-23 13:02:39 -07:00
Michael LeMay
b17a936bf7
galileo: Add board-level abstraction layer for GPIO
...
This patch adds a HAL for GPIOs so that users of the API can specify
board-level IO pin numbers rather than CPU-level pin numbers.
2016-08-23 13:02:36 -07:00
Michael LeMay
2912559061
galileo: Revise pinmux API to be more intuitive
...
This patch replaces the pinmux APIs that require users to look up an arbitrary
function number for the desired function of each pin. The replacement API
functions have intuitive names and permit users to pass board-level IO port
numbers. The API functions internally convert those to CPU-level port numbers
when necessary. Furthermore, when configuring a pin to be a digital input or
output, those API functions also perform the corresponding configuration
operation on the CPU-level GPIO port. The revised APIs halt when users attempt
to configure a currently-unsupported GPIO, specifically those in the GPIO_SUS
port range and those implemented on the expander chip EXP2. This also means
that such ports are left unconfigured during initialization, whereas the
pinmuxing for them was setup by the old implementation.
2016-08-23 13:02:32 -07:00
Michael LeMay
3043f3956c
galileo: Simplify pinmux configuration
...
This patch refactors the pinmux configuration code for Intel Galileo to simplify
it. This patch also corrects an off-by-one error in how the pin number is
checked in galileo_pinmux_set_pin.
2016-08-23 12:39:21 -07:00
Antonio Lignan
6947fc7381
Merge pull request #1826 from alignan/pull/crossval-fix
...
Zoul: fixed voltage divider relationship
2016-08-17 17:33:07 +02:00
George Oikonomou
6f44fb8c44
Merge pull request #1783 from g-oikonomou/bugfix/cc13xx/contikimac-timings
...
Adjust ContikiMAC timings for CC13xx PROP mode
2016-08-17 14:06:07 +01:00
Antonio Lignan
cb42bafbfb
Merge pull request #1756 from g-oikonomou/contrib/cc26xx/new-ccxxwares
...
Update to latest TI CC13xxware/CC26xxware
2016-08-16 15:44:41 +02:00
Antonio Lignan
0a02f0ac7c
Zoul: fixed voltage divider relationship
2016-08-16 14:24:13 +02:00
George Oikonomou
39e8435141
Add 460800 baud rate support to Z1
2016-08-12 01:23:50 +01:00
George Oikonomou
d7028652fe
Remove legacy sniffer configuration: zoul
2016-08-12 01:23:50 +01:00
George Oikonomou
35c37f356c
Remove legacy sniffer configuration: openmote-cc2538
2016-08-12 01:23:50 +01:00
George Oikonomou
4a4b3a344d
Remove legacy sniffer configuration: cc2538dk
2016-08-12 01:23:50 +01:00
George Oikonomou
07f984eec2
Remove legacy sniffer references: Docs
2016-08-12 01:23:50 +01:00
George Oikonomou
dbd4f630fd
Remove built-in sniffer support: CC13xx PROP mode
2016-08-12 01:23:49 +01:00
George Oikonomou
0de1dc1025
Remove built-in sniffer support: CC2530
2016-08-12 01:23:49 +01:00
George Oikonomou
1a4947499c
Merge pull request #1819 from bthebaudeau/cc2538-en-32k-xtal
...
CC2538: Use the 32.768-kHz crystal if present
2016-08-11 23:48:04 +01:00
George Oikonomou
47265c9305
Merge pull request #1813 from arurke/cc26xx_cc13xx_i2c_fixes
...
CC26xx/CC13xx fix for burst TX followed by burst RX
2016-08-11 23:47:42 +01:00
Benoît Thébaudeau
9e03df6cb7
CC2538: Use the 32.768-kHz crystal if present
...
Enable the 32.768-kHz crystal on all the CC2538 platforms where it is
present in order to get a better time accuracy.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2016-08-11 23:49:03 +02:00
Benoît Thébaudeau
ae5205f9e2
doxygen: Fix orphan modules
...
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2016-08-10 04:56:15 +02:00
Andreas Urke
8128986ccd
Remove unecessary bool
2016-08-09 22:56:53 +02:00
Andreas Urke
e1359519ab
Fix i2c multiple write bug, as reported by Ron Segal: https://sourceforge.net/p/contiki/mailman/message/34633862/
2016-08-09 22:56:28 +02:00