Commit Graph

14071 Commits

Author SHA1 Message Date
George Oikonomou 2a1b4299b3
Merge pull request #484 from simonduq/contrib/nullrouting-nullnet-consistent-naming
Nullrouting: lowercase string description
2018-05-04 12:16:11 +01:00
Simon Duquennoy 1dd49c2ffb
Merge branch 'release-4.1' into contrib/nullrouting-nullnet-consistent-naming 2018-05-04 12:03:28 +02:00
Simon Duquennoy 096e550967
Merge pull request #486 from nfi/contrib/coap-lwm2m-log-module-names
Shorter log module names for CoAP/LWM2M/DTLS for nicer log output
2018-05-04 12:03:18 +02:00
Niclas Finne f6330996f7 dtls: shorter log module name for aligned log output 2018-05-04 11:11:17 +02:00
Niclas Finne 3c12738050 lwm2m: shorter log module names for aligned log output 2018-05-04 11:02:43 +02:00
Niclas Finne 5c4fad921e coap: shorter log module names for aligned log output 2018-05-04 11:02:37 +02:00
Niclas Finne 57ad48ca40 Added compile regression test for native rpl-border-router with RPL Classic 2018-05-04 10:43:23 +02:00
Niclas Finne 641a0d5e45 shell: the rpl-refresh-routes API is currently only provided by rpl-lite 2018-05-04 10:04:25 +02:00
Simon Duquennoy 448293d11a
Merge pull request #483 from nfi/contrib/shell-preferred-parent
Check if a preferred parent exists before showing status in shell command 'rpl-status'
2018-05-04 09:51:40 +02:00
Simon Duquennoy 846ab211b6 Nullrouting: lowercase string description 2018-05-04 00:43:31 -07:00
Niclas Finne c176103aae shell: check if a preferred parent exists before showing status 2018-05-04 09:09:15 +02:00
Joakim Eriksson fe1320e39e
Merge pull request #462 from nfi/contrib/slip-uip-llh-len
Updated users of the SLIP driver to respect UIP_LLH_LEN
2018-05-04 08:46:03 +02:00
Olav Frengstad dd335bb318 Treat linker warnings as errors
When using relative path (ie `./contiki-ng`) some Makefiles, like cortex m3, fails
to filter out ldscripts resulting in a broken build.
2018-05-03 23:49:54 +02:00
Olav Frengstad d17566aaef Allow custom frequency bands (+ some TI radio tweak options)
* Add DOT_15_4G_FREQUENCY_BAND_CUSTOM for configuring non-standard frequency band
* Add option to tweak some timer settings
2018-05-03 23:05:18 +02:00
George Oikonomou 756125b8c0
Merge pull request #481 from simonduq/contrib/distclean-output
Make distclean: less verbose output
2018-05-03 22:03:03 +01:00
Simon Duquennoy 7f7da4367e Make distclean: less verbose output 2018-05-03 13:26:13 -07:00
Simon Duquennoy e8286f46c9
Merge pull request #478 from simonduq/contrib/docker-renode
Add Renode to Dockerfile
2018-05-01 13:22:47 +02:00
Simon Duquennoy 37330cfc0f
Merge branch 'develop' into contrib/docker-renode 2018-05-01 13:02:42 +02:00
Joakim Eriksson 183ae55bb2
Merge branch 'release-4.1' into contrib/slip-uip-llh-len 2018-04-30 17:53:40 +02:00
Simon Duquennoy bc5e120b9a
Merge pull request #474 from g-oikonomou/contrib/renode
Tidy-up renode for OS X and enable for all CC2538DK
2018-04-30 14:21:22 +02:00
Simon Duquennoy 181cb57057 Dockerfile: minor fix 2018-04-30 03:16:21 -07:00
Simon Duquennoy 650a278e72 Dockerfile: add Renode 2018-04-30 03:16:19 -07:00
George Oikonomou 3ff776d501
Merge pull request #475 from simonduq/fix/tsch-doxygen-files
TSCH: added file descriptions in .h files
2018-04-28 21:24:19 +01:00
Simon Duquennoy 34ca2c06c1 TSCH: added file descriptions in .h files 2018-04-28 13:02:11 -07:00
George Oikonomou 5fc521af56 Update example README 2018-04-28 15:02:18 +01:00
George Oikonomou b012392ba4 Remove obsolete macros 2018-04-28 15:02:18 +01:00
George Oikonomou a343f3b97e Easily switch to IBM Watson platform mode 2018-04-28 15:02:18 +01:00
George Oikonomou 2ba54edaec Tidy-up renode for OS X and enable for all CC2538DK 2018-04-28 15:02:05 +01:00
George Oikonomou dc453c8a60
Merge pull request #473 from g-oikonomou/contrib/cc26xx/default-bsl-enabled
Enable the CC13x0/CC26x0 ROM bootloader by default
2018-04-28 14:58:55 +01:00
George Oikonomou fc76683eef Enable the CC13x0/CC26x0 ROM bootloader by default 2018-04-28 14:09:41 +01:00
Simon Duquennoy b81f19bec0
Merge pull request #467 from g-oikonomou/contrib/cc26xx/web-demo-doc
Update the CoAP section of the cc26xx web demo readme
2018-04-27 21:52:52 +02:00
George Oikonomou 14656addb6
Merge pull request #468 from simonduq/contrib/docker-mosquitto
Dockerfile: added Mosquitto
2018-04-27 20:26:18 +01:00
George Oikonomou 774a9285fd Update the CoAP section of the cc26xx web demo readme 2018-04-27 20:25:31 +01:00
Simon Duquennoy 2996569585 Dockerfile: added Mosquitto 2018-04-27 11:59:46 -07:00
Simon Duquennoy 1ffcaa848b
Merge pull request #464 from g-oikonomou/bugfix/mcast-sensortag
Fix the multicast example for sensortags
2018-04-27 19:49:28 +02:00
Simon Duquennoy 2ef954b932
Merge branch 'release-4.1' into bugfix/mcast-sensortag 2018-04-27 18:25:03 +02:00
Simon Duquennoy 47233d1235
Merge pull request #461 from nfi/contrib/hello-world
Added a periodic timer to the hello-world example
2018-04-27 18:23:46 +02:00
George Oikonomou 08ba4a849d Fix the multicast example for sensortags 2018-04-27 15:56:18 +01:00
Niclas Finne 6b78522ebb Added a periodic timer to the hello-world example 2018-04-27 01:54:00 +02:00
Niclas Finne 274a5daa7d Updated users of SLIP to respect UIP_LLH_LEN 2018-04-27 01:43:19 +02:00
Simon Duquennoy 3d0cd3b16f
Merge pull request #460 from g-oikonomou/contrib/cc26xx/channel
Change the cc26x0 web demo default channel
2018-04-26 16:46:38 +02:00
George Oikonomou 8bc062eaa8
Merge pull request #456 from simonduq/contrib/rlwrap
Shell client with history
2018-04-26 14:51:26 +01:00
George Oikonomou 484e9521ee Change the default channel
This commit changes the cc26xx web demo to default to channel 26, which is the default everywhere else.
2018-04-26 14:39:30 +01:00
Simon Duquennoy 4da9202d22 Add lrwrap to login and native BR 2018-04-26 03:00:04 -07:00
George Oikonomou f54d0b2206
Merge pull request #453 from simonduq/contrib/jool-start-script
NAT64 configuration script
2018-04-26 09:17:38 +01:00
Simon Duquennoy a099bda058 Added jool-start.sh script 2018-04-26 00:47:30 -07:00
George Oikonomou 48dfb0a23e
Merge pull request #451 from simonduq/fix/main-print-def-channel
Main: always log 802.15.4 default channel
2018-04-25 23:23:55 +01:00
George Oikonomou 4151461289
Merge pull request #454 from nfi/contrib/uiplib-unspec-addr
uiplib: ensure output string is null-terminated when printing the unspecified address
2018-04-25 22:57:24 +01:00
George Oikonomou ec4f04bef8
Merge branch 'develop' into fix/main-print-def-channel 2018-04-25 22:56:34 +01:00
Simon Duquennoy ab2b1f4693 Main: always log 802.15.4 default channel 2018-04-25 10:37:30 -07:00