Jonas Olsson
43b9679bcc
Move setting of RF mode to correct place, needs to be called on every boot.
2016-12-11 16:51:48 +00:00
George Oikonomou
e73ac7d26f
Update to latest overrides and patches
2016-12-11 16:51:48 +00:00
Jonas Olsson
db54175d8d
Add missing structure from radio setup command.
2016-12-11 16:51:48 +00:00
George Oikonomou
f07ed3fc01
Allow CC13xxware to automatically configure RTRIM for us
2016-12-11 16:51:48 +00:00
George Oikonomou
2934c6bbe7
Define RFC-related ccxxware macros
2016-12-11 16:51:48 +00:00
George Oikonomou
3a070bd332
Fix typo in TX power settings for prop mode (12.5 dBm)
2016-12-11 16:51:48 +00:00
George Oikonomou
f9e6a78882
Update CMD_FS' fields to the current API
2016-12-11 16:51:47 +00:00
George Oikonomou
a3c80cedb9
Adjust TX power settings to use current API fields
2016-12-11 16:51:47 +00:00
George Oikonomou
4d0051ad4d
Switch to xxware-provided RF API headers
2016-12-11 16:51:47 +00:00
George Oikonomou
b67d3cc6ea
Remove RF API header files
...
xxwares ship these headers now, so we will switch to using those versions. The exceptions are IEEE API headers, which are for not part of xxwares, so we have to keep them locally for now.
2016-12-11 16:51:47 +00:00
Antonio Lignan
ac2a31455e
Merge pull request #1957 from alignan/pull/bme280-sensor
...
sensors: bme280 weather sensor
2016-12-10 18:37:21 +01:00
Antonio Lignan
bd3f8fa3c5
Merge pull request #1939 from bthebaudeau/re-mote-sd-fat
...
Add global SD/MMC and FAT support, with RE-Mote as an example
2016-12-10 18:32:39 +01:00
Nicolas Tsiftes
9bb6286bb2
Merge pull request #1982 from nvt/coffee-io-semantics
...
Always enable the I/O semantics function in Coffee.
2016-12-09 16:09:32 +01:00
Nicolas Tsiftes
3030422830
Merge pull request #1854 from mdlemay/fix-efi-align
...
x86: Fix section alignment for EFI binaries
2016-12-08 20:18:50 +01:00
Nicolas Tsiftes
ece7cfee38
Merge pull request #1835 from mdlemay/gp-exc-handler
...
galileo: Add general protection exception handler
2016-12-08 20:12:45 +01:00
Nicolas Tsiftes
1249d9cf8d
Merge pull request #1855 from MohamedSeliem/patch-5
...
DAD: Remove useless "if" that tests if the source address is unspecified
2016-12-08 20:08:58 +01:00
Nicolas Tsiftes
d133ed898f
Merge pull request #1914 from yatch/pr/802154-panid-handling
...
frame802154: comply with IEEE 802.15.4-2015 on PAN ID Field Handling
2016-12-08 18:37:58 +01:00
Yasuyuki Tanaka
5fdd731166
frame802154: fix a typo in a comment
2016-12-05 22:45:07 +01:00
Yasuyuki Tanaka
3872965362
frame802154: comply with IEEE 802.15.4-2015 on PAN ID Field Handling
...
This patch changes the behaviors of frame802154_has_panid() for frames
of frame version 0b10 so that it complies with the PAN ID Field Handling
specification in IEEE 802.15.4-2015. For the other frame versions, 0b00
and 0b01, no change is made in frame802154_has_panid().
For more information, please refer to:
https://github.com/contiki-os/contiki/pull/1914/
2016-12-05 22:45:07 +01:00
Nicolas Tsiftes
f09e84976a
Merge pull request #1950 from yatch/pr/update-for-tsch-cooja-mote
...
Miscellaneous updates for tsch-cooja-mote
2016-12-05 18:40:28 +01:00
Simon Duquennoy
f6439121b4
Merge pull request #1963 from yatch/pr/code-style
...
Update doc/code-style.c
2016-12-05 13:40:36 +01:00
Antonio Lignan
95f69d92a8
Merge pull request #1918 from adamdunkels/pr-websocket-2
...
Contiki websocket client
2016-12-05 06:46:43 +01:00
Antonio Lignan
027f1c3e64
Merge pull request #1924 from g-oikonomou/contrib/cc26xx-cc13xx/update-ccxxwares
...
Update to latest CC13xxware/CC26xxware
2016-12-04 23:55:31 +01:00
George Oikonomou
367104166e
Update to latest CC13xxware/CC26xxware
2016-12-04 13:33:40 +00:00
Antonio Lignan
af4f1e1c30
Merge pull request #1866 from yschroeder/pull-req/serialdump
...
Improved serialdump.c
2016-12-04 13:17:39 +01:00
Antonio Lignan
2be999c707
Merge pull request #1967 from MohamedSeliem/patch-9
...
Fix the leftover mentions of aaaa as a prefix to be UIP_DS6_DEFAULT_PREFIX (now fd00)
2016-12-04 12:46:07 +01:00
Antonio Lignan
36519a9742
Merge pull request #1969 from g-oikonomou/contrib/fix-typo
...
Fix minor typo
2016-12-04 12:45:04 +01:00
Mohamed seliem
4a93babb58
fix msg.dst.sin6_addr.__u6_addr.__u6_addr16
2016-12-04 03:29:50 +02:00
Mohamed seliem
452666b43e
add missing include
2016-12-04 03:29:49 +02:00
Mohamed Seliem
82b5fb5073
Fix the leftover mentions of aaaa as a prefix to be UIP_DS6_DEFAULT_PREFIX (now fd00)
2016-12-04 03:29:49 +02:00
George Oikonomou
d6656ccde1
Fix minor typo
2016-12-03 23:26:25 +00:00
Yasuyuki Tanaka
49808b8f1c
Update code-style.c
...
- mention Uncrustify instead of GNU Indent
- add a missing argument of code_style_example_function()
- make the function return 0 or 1 as per doxygen comment
- replace tab with spaces
- correct case() to switch() in a comment
- add an indentation example for switch statement
2016-12-03 12:21:04 +01:00
Antonio Lignan
9ccc1697cf
Merge pull request #1966 from yatch/pr/travis-jdk
...
travis: workaround for the Java issue on Travis CI
2016-12-03 12:13:40 +01:00
Yasuyuki Tanaka
120632b4a8
travis: workaround for the Java issue on Travis CI
...
References:
https://docs.travis-ci.com/user/build-environment-updates/2016-12-01/
https://github.com/travis-ci/travis-ci/issues/6928#issuecomment-264227708
2016-12-02 16:48:57 +01:00
Antonio Lignan
94854177e2
Merge pull request #1961 from jdede/uart-init
...
Do not initialize and use the wrong UART (z1)
2016-12-02 15:41:32 +01:00
Antonio Lignan
6565652e43
Merge pull request #1962 from MohamedSeliem/patch-8
...
update contiki-conf to avoid redfintion of UIP_CONF_RECEIVE_WINDOW
2016-12-02 09:52:48 +01:00
Mohamed seliem
0ef0a21d9e
update for all platforms
2016-12-01 21:26:32 +02:00
Mohamed Seliem
0c65a4db9c
update contiki-conf to avoid redfintion of UIP_CONF_RECEIVE_WINDOW
...
in case of compiling any example that contains the definition of UIP_CONF_RECEIVE_WINDOW over Z1 mote.
i receive this warning:
In file included from ../../../core/./contiki.h:38:0,
from ../../../core/./contiki-net.h:37,
from httpd-simple.c:43:
../../../platform/z1/./contiki-conf.h:225:0: warning: "UIP_CONF_RECEIVE_WINDOW" redefined
./project-conf.h:60:0: note: this is the location of the previous definition
2016-12-01 20:35:29 +02:00
Antonio Lignan
63322fdfb2
Merge pull request #1960 from pablocorbalan/rm-rpl-conf-of
...
Remove definitions of outdated RPL_CONF_OF
2016-12-01 16:30:46 +01:00
Nicolas Tsiftes
238e8b4dcf
Merge pull request #1949 from simonduq/pr/non-storing-fix-dtsn
...
RPL non-storing: more conservative DTSN update
2016-12-01 16:27:38 +01:00
Simon Duquennoy
7bb50da178
Merge pull request #1271 from drugo72/pr-rpl
...
RPL: fix clock_time_t calculations
2016-12-01 16:22:43 +01:00
Jens Dede
0d3ff7b785
Rm unnecessary uart commands
2016-12-01 15:12:23 +01:00
Pablo Corbalán
983d858570
Remove definitions of outdated RPL_CONF_OF
2016-12-01 13:13:41 +01:00
Antonio Lignan
5e7acd4dc2
Merge pull request #1643 from akshaypm/zoul-uart-example
...
Zoul UART example
2016-12-01 11:42:44 +01:00
akshaypm
cd75e50c28
cc2538 uart example
2016-12-01 12:45:10 +05:30
George Oikonomou
7c54b7cd50
Merge pull request #1867 from MohamedSeliem/patch-6
...
update uart1.c to include Special function registers bits definitions
2016-11-30 16:37:49 +01:00
Antonio Lignan
a8acaf08d5
Merge pull request #1938 from makrog/pr/cc1200-fixes
...
Fixed checking of the cc1200 GPIO0 pin status.
2016-11-30 14:24:48 +01:00
Robert Olsson
4ef4bdd0a5
bme280 delay fixes plus Makefile for avr-rss2
2016-11-30 12:04:57 +01:00
Antonio Lignan
f9b32f8139
bme280: reworked to allow platform-specific I2C implementations
2016-11-30 12:04:57 +01:00
Antonio Lignan
bd1a6bf94e
zoul: Added bme280 example
2016-11-30 12:04:57 +01:00