Commit Graph

14835 Commits

Author SHA1 Message Date
Simon Duquennoy 5c206691a3 Shell: group IPv6 and RPL-Lite commands 2019-01-11 21:22:16 +01:00
Simon Duquennoy 36ee548b51 Shell: add mac-addr command 2019-01-11 21:16:48 +01:00
Simon Duquennoy d850fff673 Make it possible to use shell without IPv6 2019-01-11 21:16:48 +01:00
Simon Duquennoy def557014d
Merge branch 'develop' into fix-header-processing 2019-01-11 20:59:49 +01:00
George Oikonomou e2c0964091
Merge pull request #814 from zhitaoh/fix-nrf-zero-temp-read
fix temperature sensor reading in nrf52dk platform, which was stuck a…
2019-01-11 13:12:56 +00:00
George Oikonomou 35de5ed25e
Merge branch 'develop' into fix-nrf-zero-temp-read 2019-01-10 23:33:18 +02:00
George Oikonomou fe07e6dd79
Merge pull request #804 from atiselsts/feature/application-level-timesync
Application level time synchronization example with TSCH
2019-01-10 23:32:22 +02:00
Zhitao He d0a0a2a568 busy wait maximum 72 us (typically 36 us) for taking a measurement from the on-chip temperature sensor 2019-01-10 18:56:27 +01:00
George Oikonomou 21b5f1b36f
Merge branch 'develop' into feature/application-level-timesync 2019-01-10 17:19:33 +02:00
Nicolas Tsiftes f1b2d35a8c Extend 8-bit variables to 16 bits to avoid integer overflows when processing IPv6 extension header options. 2019-01-10 10:43:44 +01:00
George Oikonomou f5a258c6a6
Merge branch 'develop' into fix-nrf-zero-temp-read 2019-01-10 03:42:07 +02:00
George Oikonomou 5a974a21ba
Merge pull request #806 from atiselsts/bugfix/platforms-exclude
Do not allow to 'trick' the platform and board exclude checks
2019-01-10 03:41:53 +02:00
George Oikonomou 5ac181741f
Merge branch 'develop' into fix-nrf-zero-temp-read 2019-01-10 03:40:10 +02:00
George Oikonomou 4612d38db7
Merge pull request #815 from atiselsts/contrib/cc26xx-aes
Add AES-128 driver for CC26x0/CC13x0
2019-01-10 03:36:16 +02:00
Atis Elsts 0b31b090aa Add AES-128 driver for CC26x0/CC13x0 2019-01-09 16:54:03 +02:00
Zhitao He cd1b23ff38 fix temperature sensor reading in nrf52dk platform, which was stuck at zero 2019-01-09 14:02:01 +01:00
George Oikonomou 54ea6d59aa
Merge branch 'develop' into feature/application-level-timesync 2018-12-19 03:30:29 +00:00
George Oikonomou c6f7a36c50
Merge branch 'develop' into bugfix/platforms-exclude 2018-12-19 02:31:31 +00:00
George Oikonomou 4928a5e1e0
Merge pull request #805 from atiselsts/bugfix/rpl-example-cleanup
UDP example code cleanup
2018-12-19 02:14:00 +00:00
Atis Elsts c01d3d7d22 Do not allow to 'trick' the platform and board exclude checks 2018-12-18 19:42:45 +00:00
Atis Elsts de3c154f48 UDP example code cleanup 2018-12-18 16:52:40 +00:00
Atis Elsts 99a68e84f1 add the TSCH application-level timesync example 2018-12-18 16:50:09 +00:00
Atis Elsts 08cbbe224b minor shell update: extend the tsch-status command 2018-12-18 16:40:18 +00:00
Atis Elsts f9cd3449f3 add tsch_get_network_uptime_ticks() function 2018-12-18 16:40:18 +00:00
George Oikonomou 9c086d40b1
Merge pull request #801 from atiselsts/readme-typo
Fix a typo in README
2018-12-17 21:44:31 +00:00
Atis Elsts 8863fcab0e typo fix in README 2018-12-17 15:34:27 +00:00
George Oikonomou 49620903a5
Merge pull request #791 from debug-ito/cooja-add-int-master
cooja: add int-master implementation.
2018-12-07 01:43:21 +00:00
Toshio Ito e7a86cf16b cooja: add int-master implementation.
It's copied from arch/cpu/native/int-master.c, which is just a no-op
stub.

See #790
2018-12-06 11:30:54 +09:00
Joakim Eriksson ba15c0c6e4
Merge pull request #784 from g-oikonomou/bugfix/nrf52dk
Fix the nrf52dk .jlink and .flash make targets
2018-12-02 10:41:05 +01:00
George Oikonomou 944d8da255 Fix the nrf52dk .jlink and .flash make targets
Fixes #782
2018-12-01 20:52:47 +00:00
George Oikonomou 372cce8beb
Merge pull request #783 from tiepettersen/contrib/ti-erronous-log-newline
Fix correct LOG_INFO in platform.c
2018-11-30 11:32:19 +00:00
Edvard Pettersen dff3e760b8 Fix correct LOG_INFO in platform.c
When logging info about channel and PANID a newline is added for each
logging statement. It should only add a newline for the first LOG_INFO.
2018-11-29 16:42:45 +01:00
George Oikonomou 4d6c8898c2
Merge pull request #776 from tiepettersen/contrib/lp-uart-rx-pin
Fixed wrong PIN configuration for UART0_RX on LaunchPads
2018-11-26 13:13:40 +00:00
Edvard Pettersen 081a8cd516 Fixed wrong PIN configuration for UART0_RX on LaunchPads
All LaunchPads drives the UART0_RX pin up, but is configured in the
Board file to be pull-down. This alignes the UART0_RX pin configuration
with the development board HW.
2018-11-26 12:04:08 +01:00
George Oikonomou 4243836e85
Merge branch 'develop' into contrib/default-prefix-as-variable 2018-11-25 02:43:45 +00:00
George Oikonomou 37c03ecd25
Merge pull request #773 from simonduq/contrib/ext-arch-path
Build system: enable compiling with arch directory at arbitrary paths
2018-11-25 02:37:09 +00:00
Simon Duquennoy f1bbc42121 Build system: enable compiling with arch directory at arbitrary paths 2018-11-23 10:41:40 +01:00
George Oikonomou cfb25e8242
Merge pull request #771 from simonduq/fix/missing-includes-inttypes
Add missing inclusions of <inttypes.h>
2018-11-22 14:45:01 +00:00
Simon Duquennoy a9aad29617 Add missing inclusions of <inttypes.h> 2018-11-22 15:04:10 +01:00
Takeshi Sakoda 3a1d604418 tsch: add start sending EB when a node joins RPL newwork in tsch. 2018-11-21 17:27:35 +09:00
Takeshi Sakoda 666e4263cd tsch-rpl: add tsch_rpl_check_dodag_joined function in tsch-rpl. 2018-11-21 17:27:20 +09:00
Niclas Finne 12f3686232
Merge pull request #590 from carlosgp143/contrib/lwm2m-multiple-server
Add support for multiple server session in LwM2M
2018-11-21 00:36:43 +01:00
Carlos Gonzalo 416b38861f Updated lwm2m-standalone submodule 2018-11-19 18:27:15 +01:00
Niclas Finne 82b7b74165 Removed the incomplete feature in LWM2M RD client to "guess" a LWM2M
server if none has been specified. This does not belong in the LWM2M
RD client and does not work well with multiple server support.
2018-11-19 18:27:15 +01:00
Niclas Finne 962aa01d30 Combined the functions for registering LWM2M server and bootstrap
server into a single function for simpler API.

Updated the LWM2M example to register to a single server by default
but with a configuration option to use multiple servers.
2018-11-19 18:27:15 +01:00
carlosgp143@gmail.com be71b5fc1d Added support for multiple server session in LwM2M 2018-11-19 18:27:15 +01:00
Simon Duquennoy 21f9d1710c
Merge pull request #727 from jeppenodgaard/fix/global/ip-addr/removed
Fix: Global ip-addr removed if root is rebooted, rejoins network, and then starts acting as root again
2018-11-15 20:55:41 +01:00
Jeppe N. Odgaard be52ee76a0 Reverted changes to examples/multicast 2018-11-15 16:40:30 +01:00
Jeppe N. Odgaard e23a1ee118 Use examples/libs/shell instead of modified examples/multicast. Added identical test in tests/14-rpl-lite, but with rpl-lite routing. 2018-11-15 16:38:31 +01:00
jeppenodgaard e1bf32181f
Merge branch 'develop' into fix/global/ip-addr/removed 2018-11-15 16:06:11 +01:00