Commit Graph

14600 Commits

Author SHA1 Message Date
kkrentz f71db7cc90 CSMA: Discard frames that come from ourselves 2018-11-02 07:14:25 -07:00
kkrentz 74780d5962 CSMA: Do not parse twice/Acknowledge MAC command frames, too 2018-11-02 07:13:23 -07:00
kkrentz e4dcba32c9 CSMA: Do not depend depend on sequence numbers to identify packets 2018-11-02 07:13:23 -07:00
Simon Duquennoy 2b0c2d5e4a
Merge pull request #714 from simonduq/contrib/uip-cleanup
Safer uIP6 buffer handling
2018-10-29 11:09:54 +01:00
Simon Duquennoy a2b7b996e4
Merge branch 'develop' into contrib/uip-cleanup 2018-10-29 10:18:10 +01:00
George Oikonomou c174d7ddcc
Merge pull request #733 from kkrentz/init-pr
Fix to queuebuf initialization
2018-10-27 15:49:49 +01:00
kkrentz 468a14b528 moved initialization of queuebuf to contikimac-main.c 2018-10-27 07:13:36 -07:00
Simon Duquennoy 189fd594d3
Merge pull request #401 from yatch/pr/nbr-multi-ipv6-addrs
Introduce UIP_DS6_NBR_MULTI_IPV6_ADDRS
2018-10-24 16:48:45 +02:00
Yasuyuki Tanaka 4d8bb2f550 uip-ds6-nbr: check memb availability before adding an nbr_table entry 2018-10-24 07:03:10 -07:00
Yasuyuki Tanaka 54a2889614 test/10-ipv6-nbr: add 01-test-nbr-multi-addrs 2018-10-24 07:03:10 -07:00
Yasuyuki Tanaka 319b70345a uip-ds6-nbr: introduce UIP_DS6_NBR_MAX_6ADDRS_PER_NBR 2018-10-24 07:01:57 -07:00
Yasuyuki Tanaka 17aa75f0cf uip-ds6-nbr: add doxygen comments (and re-order some functions) 2018-10-24 07:01:57 -07:00
Yasuyuki Tanaka ee452b5287 uip-ds6-nbr: introduce UIP_DS6_NBR_MULTI_IPV6_ADDRS
This feature, which is disabled by default, extends the neighbor cache
management in order to have multiple IPv6 address associated with a
single link-layer address as neighbor caches.

To use this feature, set 1 to UIP_DS6_NBR_CONF_MAX_NEIGHBOR_CACHES.
2018-10-24 07:01:57 -07:00
Yasuyuki Tanaka 8ef5c8b8c6 uip-ds6-nbr: make ds6_neighbors a local variable
All the nbr_table API calls with ds6_neighbors are replaced with
uip_ds6_nbr APIs accordingly.
2018-10-24 07:01:57 -07:00
Yasuyuki Tanaka e29093efec tests/09-ipv6: add tests for UIP_DS6_NBR_MULTI_IPV6_ADDRS feature 2018-10-24 06:59:42 -07:00
Simon Duquennoy 37e9027807
Merge pull request #729 from debug-ito/tsch-resync-target
tsch: skip re-synchronization when time source has been already changed
2018-10-24 11:46:42 +02:00
Simon Duquennoy 4dc465c16f
Merge branch 'develop' into tsch-resync-target 2018-10-24 10:06:48 +02:00
Simon Duquennoy 2ffe42c069
Merge pull request #387 from yatch/pr/rename-srf06-cc26xx
Rename srf06-cc26xx to cc26x0-cc13x0
2018-10-24 10:04:51 +02:00
Yasuyuki Tanaka 2af3665b04 simplelink: correct a comment in Makefile.cc13xx-cc26xx 2018-10-23 13:32:55 -07:00
Yasuyuki Tanaka 0bcdd39cc6 Rename 'arch/cpu/cc26xx-cc13xx' to 'arch/cpu/cc26x0-cc13x0' 2018-10-23 13:32:03 -07:00
Yasuyuki Tanaka 7a6cbff5f6 Rename srf06/{cc26xx,cc13xx} to srf06/{cc26x0,cc13x0} 2018-10-23 13:09:02 -07:00
Yasuyuki Tanaka 61fba4dcde Rename srf06-cc26xx to cc26x0-cc13x0 2018-10-23 13:04:32 -07:00
Simon Duquennoy 531253772c
Merge branch 'develop' into tsch-resync-target 2018-10-23 17:17:35 +02:00
Simon Duquennoy 64101b9091
Merge pull request #723 from g-oikonomou/contrib/tests/mqtt-native
Add MQTT client execution test
2018-10-23 10:10:32 +02:00
Toshio Ito 0997932bcb tsch: skip resynchronization when time source has been already changed.
See #712

Plus, now `resynchronize` is a separate function.
2018-10-23 16:31:34 +09:00
Simon Duquennoy aba1aa9c93
Merge branch 'develop' into contrib/tests/mqtt-native 2018-10-22 15:28:33 +02:00
Simon Duquennoy cc6398dd3c
Merge pull request #725 from g-oikonomou/contrib/tests/build-cooja-conditionally
Only build cooja for tests that actually use it
2018-10-22 10:55:04 +02:00
George Oikonomou 81d6218ebc Don't try to build cooja from inside test makefiles 2018-10-21 20:32:48 +01:00
George Oikonomou 7427a861a3 Only build cooja for tests that actually use it 2018-10-21 19:47:34 +01:00
George Oikonomou c2ceaab13b Add MQTT client execution test 2018-10-21 17:14:17 +01:00
George Oikonomou 6d4cddeec1 Make the MQTT client example a little more configurable and verbose
Suitable for native run testing
2018-10-21 17:13:17 +01:00
Simon Duquennoy 543ab20333
Merge pull request #711 from debug-ito/tsch-handle-prepare-error
tsch: handle failure in prepare()
2018-10-20 08:53:34 +02:00
George Oikonomou e96a325588
Merge branch 'develop' into tsch-handle-prepare-error 2018-10-19 21:17:50 +01:00
Simon Duquennoy 939969edd8
Merge pull request #683 from g-oikonomou/bugfix/gpio/64bit
Improve GPIO HAL when used with 64-bit pin masks
2018-10-19 16:35:45 +02:00
Simon Duquennoy 9194e82168 uip6: sanitize parsing of ext header options 2018-10-19 16:13:03 +02:00
Simon Duquennoy 78d16284ae
Merge branch 'develop' into bugfix/gpio/64bit 2018-10-19 15:46:24 +02:00
Toshio Ito cb962855a4 fix code style for else 2018-10-19 22:32:52 +09:00
George Oikonomou c74686df2e
Merge pull request #632 from atiselsts/contrib/coap-noncomfirmable-observe
CoAP: allow observations that do not timeout
2018-10-19 14:16:22 +01:00
Atis Elsts 9faa834f57 Allow the user to configure COAP_CONF_OBSERVE_REFRESH_INTERVAL and allow it to be zero 2018-10-19 13:15:43 +01:00
Simon Duquennoy 1df85a12a4
Merge branch 'develop' into bugfix/gpio/64bit 2018-10-19 14:08:05 +02:00
George Oikonomou 77492ee922
Merge pull request #716 from g-oikonomou/bugfix/timers-example
Fixed all-timers example application
2018-10-19 13:04:43 +01:00
Alex Raimondi 9bb648f922 Fixed all-timers example application 2018-10-19 12:15:51 +01:00
Simon Duquennoy 7f0c5b0b36
Merge pull request #699 from g-oikonomou/contrib/tools/zolertia-motelist
Change platform zoul to use the new motelist
2018-10-19 13:07:43 +02:00
George Oikonomou 74a6853d35
Merge branch 'develop' into contrib/tools/zolertia-motelist 2018-10-19 11:28:36 +01:00
George Oikonomou 89f3240bf6
Merge pull request #638 from atiselsts/bugfix/cc26xx-rf-interrupt
CC26xx RF: in polling mode, disable the CPE0 radio interrupt completely
2018-10-18 20:20:36 +01:00
George Oikonomou aedf05c2a7
Merge branch 'develop' into bugfix/cc26xx-rf-interrupt 2018-10-18 19:32:19 +01:00
George Oikonomou dc075b0c82
Merge pull request #713 from atiselsts/contrib/check-xxware-nonempty
CC13x0/CC26x0 building: also fail with descriptive error message when cc13xxware/cc26xxware exists, but is empty
2018-10-18 19:31:44 +01:00
Simon Duquennoy ff825daaea Merge remote-tracking branch 'origin/develop' into wip/uip6-cleanup 2018-10-18 20:28:00 +02:00
Simon Duquennoy 655faf0dca Further simplification of uip.h buffers 2018-10-18 20:27:30 +02:00
Simon Duquennoy 6c583efa37 Rework ext_hdr_options_process 2018-10-18 20:27:03 +02:00