Commit Graph

13809 Commits

Author SHA1 Message Date
Simon Duquennoy d128898420 cc2420: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 08:06:02 -07:00
Simon Duquennoy 2359cdb7c0 jn516x: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 08:06:02 -07:00
Simon Duquennoy 8bc3a7388e cc26xx and cc13xx: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 08:06:02 -07:00
Simon Duquennoy 5e753f73d0
Merge branch 'release-4.1' into contrib/coap-block2-offset 2018-04-13 16:52:25 +02:00
Simon Duquennoy b5017d5405
Merge pull request #372 from simonduq/contrib/root-old-version-reset-trickle
RPL Lite: reset trickle when hearing old versions from the root
2018-04-13 16:52:08 +02:00
Simon Duquennoy e9f9abd2b6
Merge pull request #415 from simonduq/contrib/coap-autoinit
CoAP: auto-initialize module
2018-04-13 16:29:28 +02:00
Simon Duquennoy 36bb007b19
Merge branch 'release-4.1' into contrib/root-old-version-reset-trickle 2018-04-13 15:52:25 +02:00
Simon Duquennoy 02b96f7474 Remove warning in case coap_engine_init is called twice 2018-04-13 06:51:33 -07:00
Simon Duquennoy 7a96a8f8a9 CoAP: auto-initialize module 2018-04-13 06:51:33 -07:00
Simon Duquennoy cc37c1a558 CoAP: enable calling coap_get_payload with a NULL pointer 2018-04-13 06:51:33 -07:00
Simon Duquennoy 472e119c5c
Merge pull request #411 from simonduq/fix/coap_get_payload
CoAP: enable calling coap_get_payload with a NULL pointer
2018-04-13 15:49:47 +02:00
Simon Duquennoy ebcb941867 Shell command 'rpl_status': show last DTSN of current parent 2018-04-13 05:44:49 -07:00
Simon Duquennoy a49a5dc675 RPL handle_proving_timer: fix defensive programming check 2018-04-13 05:44:49 -07:00
Simon Duquennoy dd8bf5d60a RPL DTSN increment log: fix format, promote from INFO to WARN 2018-04-13 05:44:49 -07:00
Simon Duquennoy 86ac0fba68 RPL global repair: stop all timers before re-initializing 2018-04-13 05:44:49 -07:00
Simon Duquennoy cdca6959eb RPL global repair: log new version rather than old one. Re-init DTSN instead of incrementing it. Log format fixes. 2018-04-13 05:44:36 -07:00
Simon Duquennoy d3c37eb61b rpl_refresh_routes: log new DTSN rather than old one 2018-04-13 05:44:36 -07:00
Simon Duquennoy 6022585ad0
Merge branch 'release-4.1' into fix/coap_get_payload 2018-04-13 14:39:39 +02:00
Simon Duquennoy eb20fb4f56
Merge pull request #427 from simonduq/contrib/sicslowpan-checkbuf-release-4-1
6LoWPAN avoid buffer overflow in case of IPv6 header larger than packetbuf
2018-04-13 14:39:02 +02:00
Simon Duquennoy 0df3c4fb90 CoAP: enable calling coap_get_payload with a NULL pointer 2018-04-13 05:37:10 -07:00
Joakim Eriksson fc8619608a
fixed typo in comment. 2018-04-13 14:27:01 +02:00
Niclas Finne 24e24b8edc coap: added check for block offset overflow in block2 requests.
The block offset is stored in a signed variable in calls to CoAP handlers and
too large block offsets will overflow into negative values.

Thanks to Bruno Melo for reporting this issue.
2018-04-13 14:18:21 +02:00
Joakim Eriksson 0990c417d1
Merge branch 'release-4.1' into contrib/sicslowpan-checkbuf-release-4-1 2018-04-13 14:17:52 +02:00
Simon Duquennoy 0b2ea0d810 cc2538-rf: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 02:27:17 -07:00
Simon Duquennoy 15a06b85bc Added flag for 802.15.4 default channel 2018-04-13 02:26:48 -07:00
Simon Duquennoy 02aebac0d7 Viewconf: moving PANID up 2018-04-13 02:23:49 -07:00
Simon Duquennoy 38f52b7023
Merge pull request #429 from carlosgp143/contrib/rpl-leaf-only
Change RPL_LEAF_ONLY flag to a run-time flag
2018-04-12 21:04:23 +02:00
carlosgp143@gmail.com f9c91ce527 Changed RPL_LEAF_ONLY flag to a runtime flag with getter and setter 2018-04-12 16:49:17 +02:00
Simon Duquennoy 9c1b8448e8
Merge pull request #398 from g-oikonomou/contrib/native/button-hal
Implement the new HALs for platform native
2018-04-11 21:19:53 +02:00
Simon Duquennoy 8f3376691f RPL Lite: fix handling of max rank on 16-bit platforms 2018-04-11 11:46:54 -07:00
Simon Duquennoy 6fa97286b3
Merge branch 'release-4.1' into contrib/native/button-hal 2018-04-11 20:41:46 +02:00
Simon Duquennoy eae1e7eb5a sicslowpan: abort fragmentation in case the header does not fit the first fragment 2018-04-11 04:19:03 -07:00
Simon Duquennoy 0c9d2b4049 sicslowpan: when compressing, make sure never to overflow packetbuf with headers 2018-04-11 02:07:25 -07:00
Simon Duquennoy 9454191b84 Renamd http-socket example to websocket 2018-04-10 00:37:47 -07:00
Simon Duquennoy f5ae6b641e Move ipv6-hooks examples to libs directory 2018-04-10 00:37:47 -07:00
Simon Duquennoy 8b95d22589 Update lwm2m-ipso-example Readme 2018-04-07 09:26:41 -07:00
Simon Duquennoy 72890cc818 Rename example ipso-objects to lwm2m-ipso-objects 2018-04-07 09:26:21 -07:00
Simon Duquennoy 418faf5084
Merge pull request #422 from g-oikonomou/contrib/trailing-ws
Remove trailing whitespaces and other code style fixes
2018-04-07 17:46:36 +02:00
George Oikonomou 9b2fbdcae8 Update top-level README 2018-04-07 14:49:40 +01:00
George Oikonomou 3299780bbe Delete trailing whitespaces (arch/cpu/) 2018-04-07 14:49:40 +01:00
George Oikonomou f254d22bf3 Delete trailing whitespaces (various leds-arch.c files) 2018-04-07 14:49:40 +01:00
George Oikonomou f6bd7ba47a Fix code style 2018-04-07 14:49:40 +01:00
George Oikonomou f88b195de4 Delete trailing whitespaces (examples/) 2018-04-07 14:49:19 +01:00
George Oikonomou 58261ad53e Delete trailing whitespaces (tests/) 2018-04-07 14:49:19 +01:00
Simon Duquennoy 70264ccfa5
Merge pull request #385 from yatch/pr/ndc-bugfix
Bugfix on Address Resolution by Neighbor Discovery Protocol
2018-04-07 15:30:51 +02:00
Simon Duquennoy fe0b245962
Merge pull request #400 from g-oikonomou/contrib/native/interrupt-emulation
Emulate interrupt manipulation on native
2018-04-07 15:00:57 +02:00
Simon Duquennoy 8abd9ad984
Merge branch 'develop' into pr/ndc-bugfix 2018-04-07 14:30:04 +02:00
Simon Duquennoy c48173eb5b RPL Lite: whenever hearing an old version from the root, reset DIO timer to let the root know about the current version 2018-04-07 14:00:16 +02:00
Niclas Finne 403384c2a6
Merge pull request #404 from g-oikonomou/contrib/native/aropts
Tidy-up AROPTS for cpu native
2018-04-07 01:26:21 +02:00
Niclas Finne 47f7270652
Merge branch 'develop' into contrib/native/aropts 2018-04-07 00:41:10 +02:00