Commit Graph

14277 Commits

Author SHA1 Message Date
Simon Duquennoy
471a7093b9 nbr-policy: fix typo in logs 2018-05-26 01:02:10 -07:00
Simon Duquennoy
9610adb5e1 RPL Lite urgent probing logs: from WARN to INFO 2018-05-26 01:02:10 -07:00
Simon Duquennoy
fd4d4aadb7
Merge pull request #548 from g-oikonomou/contrib/doxygen-improvements
Improve doxygen module structure and content
2018-05-26 10:01:17 +02:00
George Oikonomou
92e4ff3ef4 Tidy-up doxygen for uiplib 2018-05-26 02:22:43 +01:00
George Oikonomou
9aa08fd302 Reposition the generic flash driver in the doxygen tree 2018-05-26 02:22:43 +01:00
George Oikonomou
83c79e82b5
Merge pull request #544 from simonduq/contrib/leftover-tinyos-autoid
Remove left-over instances of WITH_TINYOS_AUTO_IDS
2018-05-26 02:20:13 +01:00
Simon Duquennoy
2271fdfd7b TSCH: minor logging fix 2018-05-25 12:52:19 -07:00
Simon Duquennoy
3d88ba35dd TSCH: keep track of max/min observed drift and log it periodically 2018-05-25 12:52:19 -07:00
Simon Duquennoy
1f5d109f33 Remove left-over instances of WITH_TINYOS_AUTO_IDS 2018-05-25 12:49:35 -07:00
Simon Duquennoy
347ccab765
Merge pull request #532 from simonduq/contrib/snprint-rpl-links
RPL routing link logging via snprint
2018-05-25 21:47:18 +02:00
Simon Duquennoy
04c857b683
Merge branch 'develop' into contrib/snprint-rpl-links 2018-05-25 21:07:40 +02:00
Simon Duquennoy
37dbd03793
Merge pull request #540 from simonduq/contrib/simple-energest
Adding simple-energest module
2018-05-25 21:02:20 +02:00
Simon Duquennoy
0bec52a76c
Merge branch 'develop' into contrib/simple-energest 2018-05-25 20:14:18 +02:00
Simon Duquennoy
6cc65261d6
Merge pull request #533 from simonduq/contrib/nodeid
Simplify and homogenize node-id across all platforms
2018-05-25 20:12:26 +02:00
Simon Duquennoy
6381e34b62
Merge branch 'develop' into contrib/nodeid 2018-05-25 16:53:54 +02:00
Simon Duquennoy
f6c093face
Merge pull request #393 from carlosgp143/contrib/lwm2m-queue-mode
Queue Mode implementation in LwM2M
2018-05-25 16:53:17 +02:00
Joakim Eriksson
bcb4548519 ensured initialization of success variable 2018-05-25 16:23:05 +02:00
Joakim Eriksson
fcb246d4bf fixed endpoint name to have Contiki-NG as prefix 2018-05-25 16:23:05 +02:00
Joakim Eriksson
fd4d398f95
Merge branch 'develop' into contrib/lwm2m-queue-mode 2018-05-25 14:49:39 +02:00
Simon Duquennoy
700eb851a2
Merge pull request #539 from carlosgp143/contrib/coap-send-feedback
Feedback in CoAP send request
2018-05-24 13:08:19 +02:00
carlosgp143@gmail.com
b50d143966 Added doxygen annotation to the prototype 2018-05-24 08:56:03 +02:00
carlosgp143@gmail.com
262cea11f1 Implemented instant feedback in CoAp_send_request 2018-05-24 08:54:28 +02:00
Simon Duquennoy
d972dc607e Added compile test for the shell and simple-energest examples 2018-05-23 12:50:20 -07:00
Simon Duquennoy
77939f421c Added example for the shell 2018-05-23 12:49:41 -07:00
Simon Duquennoy
e0e58f6eec Added example for simple-energest 2018-05-23 12:49:35 -07:00
Simon Duquennoy
f7ab2750a0 Added simple-energest 2018-05-23 12:37:51 -07:00
Simon Duquennoy
6f26c47be2
Merge pull request #528 from Rehan-MALAK/node-kill-bug
node killed at the end of 08-native-runs tests
2018-05-23 20:55:20 +02:00
carlosgp143@gmail.com
ec8fe6eb22 Code moved frome lwm2m-engine to lwm2m-queue-mode to have a clearer separation 2018-05-22 15:34:30 +02:00
carlosgp143@gmail.com
eba756e340 Code of notification queue simplified 2018-05-22 11:21:10 +02:00
carlosgp143@gmail.com
2e84d2abbe Separated Queue Mode implementation and Queue Mode object. Changes in the naming 2018-05-21 09:44:49 +02:00
Rehan MALAK
08c28f2513 homogenize the way we kill background processes
kill_bg :
        -takes the PID of the process to kill
        -differentiates the sudo case from the non-sudo case
2018-05-19 20:11:35 +02:00
Rehan MALAK
083c37802a node killed with a simple "kill -9"
only sudo commands need the "pgrep ... | sudo xargs kill -9" trick
2018-05-19 16:28:08 +02:00
Rehan MALAK
5f0dd15f1e node killed at the end of 08-native-runs tests
pgrep pattern shoud be smaller than 15 characters
2018-05-19 16:28:08 +02:00
Simon Duquennoy
21657d1b37 Fix ipv6 test: use new node-id log string 2018-05-18 14:08:24 -07:00
Simon Duquennoy
9531b02a3a Doxygen fix 2018-05-18 14:08:24 -07:00
Simon Duquennoy
3889ffe750 Simplify and homogenize node-id across all platforms 2018-05-18 14:08:24 -07:00
carlosgp143@gmail.com
18714f2cad Simplified awake time adaptation with array and other small fixes 2018-05-18 18:39:33 +02:00
carlosgp143@gmail.com
1dfa62fc88 Added Q-Mode regression tests working with Leshan Server 2018-05-18 18:39:33 +02:00
carlosgp143@gmail.com
1f8754766a Added macros for defining wake up/sleep behaviour depending on the platform 2018-05-18 18:39:33 +02:00
carlosgp143@gmail.com
d744e8306a Added Queue Mode implementation in LwM2M 2018-05-18 18:39:33 +02:00
George Oikonomou
88180678ff
Merge pull request #534 from g-oikonomou/contrib/sensortag-flash
Differentiate flash part across sensortag/cc2650 versions
2018-05-18 17:15:56 +01:00
Simon Duquennoy
d194045087 rpl_neighbor_snprint: do not add prefix 2018-05-18 08:43:19 -07:00
Simon Duquennoy
96c3bff6a9 Shell rpl-routes command: use uip_sr_link_snprint 2018-05-18 08:43:19 -07:00
Simon Duquennoy
59e8d059c2 RPL: print links at root periodically 2018-05-18 08:43:19 -07:00
Simon Duquennoy
bc9934ee5a Implement function uip_sr_link_snprint 2018-05-18 08:43:19 -07:00
George Oikonomou
c55dc06b33 Update the cc26xx-web-demo readme 2018-05-18 15:27:37 +01:00
George Oikonomou
4e5608ef72 Allow easy-switch between tag versions for the cc26xx-web-demo 2018-05-18 15:14:08 +01:00
George Oikonomou
90b5d2a149 Differentiate flash part across sensortag/cc2650 versions
Older CC2650 sensortags have a Winbond W25X40CL 4MBit SPI flash. Newer ones have a Macronix MX25R8035F 8MBit part. The parts have almost identical instruction sets and are both supported by our generic external flash driver. The key difference between the two parts is that they have different Manufacturer and Device IDs.

This commit allows us to switch between the two: We default to the new revision, and allow users to build for the older one by defining `SENSORTAG_CC2650_REV_1_2_0` to 1.

Current tags are version 1.5.1. Older tags are version 1.2.0. To identify older tags, look for "Rev: 1.2" printed on the PCB. They should also have a sticker that reads "Rev: 1.3.0" and "HW Rev 1.2.0".
2018-05-18 15:06:58 +01:00
George Oikonomou
8b248ceafa
Merge pull request #531 from Rehan-MALAK/neighbor-discovery-bug
Fix neighbor discovery bug
2018-05-18 14:18:52 +01:00
George Oikonomou
a0f43087e3
Merge branch 'develop' into neighbor-discovery-bug 2018-05-18 13:40:06 +01:00