Commit Graph

237 Commits

Author SHA1 Message Date
Simon Duquennoy 3e91b32182
Merge branch 'develop' into contrib/default-prefix-as-variable 2019-02-19 08:57:01 +01:00
Atis Elsts 87acf4a645 23-rpl-tsch-z1.csc - remove one node that does not like to be routed 2019-02-18 18:50:33 +02:00
Simon Duquennoy 2611d979fa
Merge branch 'develop' into contrib/default-prefix-as-variable 2019-02-18 15:22:53 +01:00
Atis Elsts 4d0ca686f2 Add back some regression tests for the Z1 platform 2019-01-14 14:55:34 +00:00
George Oikonomou 4243836e85
Merge branch 'develop' into contrib/default-prefix-as-variable 2018-11-25 02:43:45 +00:00
Carlos Gonzalo 416b38861f Updated lwm2m-standalone submodule 2018-11-19 18:27:15 +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
George Oikonomou 15f6e1d7a3 Change the way of accessing the default v6 prefix
This commit changes the method of accessing the default v6 prefix. Instead of always using `UIP_DS6_DEFAULT_PREFIX`, we store the default prefix in a variable. We subsequently retrieve the prefix by calling `uip_ds6_default_prefix()`.

`uip_ds6_init()` will set this variable to the value of `UIP_DS6_DEFAULT_PREFIX`, but only if the startup code has not set a different default prefix before `uip_ds6_init()` gets called.

This approach has the following benefits:

* It allows us to change the default prefix at run time.
* It allows the startup code to set a prefix different than the one specified by `UIP_DS6_DEFAULT_PREFIX`, which can be useful if the default prefix comes from a different source (e.g. the command line for native, or a configuration stored on a node's flash)
* In many places the current code assumes that the prefix contains 6 bytes of zeros (e.g. `FDxx::/64`). Changing to a different prefix (e.g. `FD00:ABCD::`) would need extensive code changes. This change here makes it easy to use a prefix of any length.
2018-11-11 18:30:54 +00:00
Simon Duquennoy 4ea5d41d52 Merge branch release-4.2 back into develop 2018-11-09 17:04:31 +01:00
jeppenodgaard 00018d4c1b
Merge branch 'develop' into fix/global/ip-addr/removed 2018-10-30 17:18:35 +01:00
Jeppe Odgaard 5f441a509f Merge branch 'fix/global/ip-addr/removed' of https://github.com/jeppenodgaard/contiki-ng into fix/global/ip-addr/removed 2018-10-30 17:06:56 +01:00
Jeppe Odgaard 693e6fdb30 Increased rpl_done, because time to build rpl seems to be faster in Cooja with graphical interface. 2018-10-30 17:05:49 +01:00
Yasuyuki Tanaka 54a2889614 test/10-ipv6-nbr: add 01-test-nbr-multi-addrs 2018-10-24 07:03:10 -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
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
George Oikonomou a2c9f75e46 Add out of tree build tests 2018-10-23 15:51:03 +01:00
jeppenodgaard b8db93665b
Merge branch 'develop' into fix/global/ip-addr/removed 2018-10-23 11:06:34 +02:00
Simon Duquennoy aba1aa9c93
Merge branch 'develop' into contrib/tests/mqtt-native 2018-10-22 15:28:33 +02:00
jeppenodgaard e7c57e410c
Merge branch 'develop' into fix/global/ip-addr/removed 2018-10-22 14:01:24 +02:00
Jeppe Odgaard e135bf277e Added test to reproduce issue, and proposed fix in rpl-dag, where dag is only freed if dag_id is different. 2018-10-22 10:37:56 +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 c2ceaab13b Add MQTT client execution test 2018-10-21 17:14:17 +01:00
Simon Duquennoy d45ee85867 Add CI compile test for TSCH with logging 2018-10-16 15:19:59 +02:00
Simon Duquennoy 5717fedc13 Add CI compile tests for 6tisch on platforms openmote-cc2538, cc2538dk, and sky 2018-10-16 09:33:50 +02:00
George Oikonomou 6a7deb9fc1 Detect boards automatically in the build-all script 2018-10-14 21:23:31 +01:00
Simon Duquennoy c3ed24d531 Removing native compilation from ARM compile test suite 2018-10-12 14:14:29 +02:00
Rehan MALAK 665dfa175e remove bug in simplelink boards name
make -C tests/compile-all was emitting lots of

../../arch/platform/simplelink/Makefile.simplelink:28: *** Board 'launchpad/cc2650sensortag/cc1350' does not corresponding to any SimpleLink family. Make sure your BOARD variable is correct..  Stop.
2018-09-21 09:55:32 +02:00
Edvard Pettersen a7352dc747 Merge branch 'develop' into contrib/ti-simplelink 2018-09-12 12:39:18 +02:00
Edvard Pettersen 5ea0c80ae1
Merge branch 'develop' into contrib/ti-simplelink 2018-09-12 09:27:43 +02:00
Jinyan BAI 3ece31be30 add support for TI's CC2640R2 2018-09-11 12:43:27 +01:00
Edvard Pettersen 86232c86f9 Expanded travis builds with SimpleLink platform
In addition, some small grammar fixes and slight bugfix in
Makefile.simplelink
2018-09-11 13:17:21 +02:00
Afonso Oliveira 81429bf499 Merge branch 'develop' of https://github.com/contiki-ng/contiki-ng into develop 2018-09-10 10:42:48 +01:00
George Oikonomou 83dd2ff10e
Merge branch 'develop' into contrib/nightly-runs 2018-09-10 09:10:02 +01:00
Atis Elsts dc294cbabb build-all.sh: there is also launchpad/cc1310 board 2018-09-09 21:49:10 +01:00
Afonso Oliveira f6fff896fc add const qualifier to tests that require it 2018-09-08 01:14:22 +01:00
Rehan MALAK 1a65e0ea75 fix some bugs in the RPL border tests
* 08-border-router-cooja-frag.sh was using 01-border-router-cooja.csc
  so if the test failed, the summary was wrongly indicating
  a failed 01-board-router-cooja test
* same for 09-native-border-router-cooja-frag.sh
  which has now it's own cooja configuration
* 05-native-ping was using 01-native-ping
* homogenizes the mode : all scripts are 644 now
2018-08-13 13:54:19 +02:00
Joakim Eriksson 00cd589c84
Merge branch 'develop' into contrib/ci-frag-large 2018-08-11 00:16:00 +02:00
Simon Duquennoy fd310067b9 Added CI test for benchmarks/rpl-req-resp 2018-06-12 09:44:26 +02:00
Simon Duquennoy f968c11a2f Added compile test for example libs/deployment 2018-06-06 15:38:26 +02:00
George Oikonomou 41c0851f79 Test readthedocs build on travis 2018-06-05 21:11:40 +01:00
Simon Duquennoy 838db51b8f CI fragmentation tests: increase ping size to 1200 bytes 2018-06-05 14:08:02 +02:00
carlosgp143@gmail.com 2049ce09ed Changed return from int to bool 2018-05-31 10:13:21 +02:00
Simon Duquennoy 259f6c06d7
Merge branch 'develop' into contrib/list-contain-element 2018-05-31 09:24:25 +02:00
carlosgp143@gmail.com 5a9f61653c Added tests in singly-linked list 2018-05-31 08:54:23 +02:00
Rehan MALAK 9e2e6d74bd leshan server downloaded is the one used by the test 2018-05-29 19:02:07 +02:00
Simon Duquennoy 636b378ce7
Merge branch 'develop' into bugfix/documentation/doxygen-test 2018-05-29 13:01:56 +02:00
Rehan MALAK 12f15a4f27 minor modifications related to tools/serial-io/tunslip6 2018-05-28 22:39:46 +02:00
George Oikonomou 6177cac919 Use $(MAKE) instead of make to invoke recursively 2018-05-27 19:21:08 +01:00