Commit Graph

14526 Commits

Author SHA1 Message Date
Atis Elsts b774736f35 Add link stat packet counters 2018-09-09 21:43:40 +01:00
George Oikonomou bf9fa6d34f Fix multicast engine stats extension usage 2018-09-09 20:25:21 +01:00
George Oikonomou bce7164827 Fix RPL classic compilation for TARGET sky 2018-09-09 20:10:53 +01:00
George Oikonomou 20c5e968b4
Merge pull request #621 from tdesmet/validate-dio-before-init-dag
Add option to validate dio before init dag
2018-09-08 21:15:34 +01:00
George Oikonomou 92b323c7d1
Merge branch 'develop' into validate-dio-before-init-dag 2018-09-08 11:27:04 +01:00
George Oikonomou 1361f7d874
Merge pull request #634 from tdesmet/update-tinydtls
Bump tinydtls to latest commit
2018-09-08 11:13:51 +01:00
Afonso Oliveira 71250c4f2e
Merge branch 'develop' into develop 2018-09-08 10:27:39 +01:00
George Oikonomou 8e7d75435f
Merge branch 'develop' into update-tinydtls 2018-09-08 09:59:45 +01:00
George Oikonomou dedf033668
Merge pull request #629 from arurke/bug/set-correct-dns-record-expiration
Set correct DNS record expiration time
2018-09-08 09:59:32 +01:00
Afonso Oliveira 26eb0524a1 Merge branch 'develop' of https://github.com/afonsomota/contiki-ng into develop 2018-09-08 01:15:54 +01:00
Afonso Oliveira 65f34ad893 Merge branch 'develop' of https://github.com/contiki-ng/contiki-ng into develop 2018-09-08 01:15:21 +01:00
Afonso Oliveira f6fff896fc add const qualifier to tests that require it 2018-09-08 01:14:22 +01:00
George Oikonomou 84be48ae32
Merge branch 'develop' into bug/set-correct-dns-record-expiration 2018-09-08 01:00:29 +01:00
George Oikonomou a77d805bfb
Merge pull request #635 from lafka/lafka-rpl-probing-guard
RPL-CLASSIC: Add guard for urgent probing
2018-09-08 00:59:27 +01:00
Afonso Oliveira a3ccbbe994 Merge branch 'develop' of https://github.com/contiki-ng/contiki-ng into develop 2018-09-08 00:14:23 +01:00
Afonso Oliveira c58774c612
Merge branch 'develop' into develop 2018-09-08 00:13:41 +01:00
George Oikonomou cb6dd29e4a
Merge branch 'develop' into lafka-rpl-probing-guard 2018-09-08 00:08:44 +01:00
George Oikonomou 52871d7e5f
Merge pull request #643 from lafka/lafka-configurable-radio
Make cc26xx radio driver configurable in prop mode operation
2018-09-08 00:08:21 +01:00
George Oikonomou 8624f83cd5
Merge branch 'develop' into lafka-configurable-radio 2018-09-07 22:57:41 +01:00
Afonso Oliveira 57f1042bf3 add qualifier const to uip-ds6-route methods 2018-09-07 16:39:53 +01:00
Simon Duquennoy 86c3db944e
Merge pull request #639 from atiselsts/contrib/tsch-link-printing
TSCH: improve the readability of add_link and remove_link messages
2018-09-04 19:50:49 +02:00
Olav Frengstad d953adf0cb Make cc26xx radio driver configurable in prop mode operation
It's already possible to override the default radio driver when operating in IEEE mode.
This patch opens up for users defining their own radio driver when using prop mode.
This is useful when overriding certain radio driver functions.
2018-09-04 18:38:25 +02:00
Edvard Pettersen 796db58412
Merge branch 'develop' into contrib/ti-simplelink 2018-09-04 10:16:58 +02:00
Simon Duquennoy c459d979f5
Merge branch 'develop' into contrib/tsch-link-printing 2018-09-03 20:27:01 +02:00
George Oikonomou 6968971226
Merge pull request #641 from atiselsts/contrib/werror
Set -Werror only if WERROR is set
2018-09-03 17:06:17 +01:00
George Oikonomou e050069ede
Merge branch 'develop' into contrib/werror 2018-09-03 15:11:41 +01:00
George Oikonomou d03bda2d51
Merge pull request #640 from atiselsts/contrib/xxware-error-message
Generate a descriptive error message in case cc26xxware/cc13xxware does not exist
2018-09-03 15:11:31 +01:00
George Oikonomou 02f67ba45b
Merge branch 'develop' into contrib/xxware-error-message 2018-09-03 13:28:15 +01:00
Atis Elsts c8792c9261 Set -Werror only if WERROR is set 2018-09-03 12:01:34 +01:00
Atis Elsts eb253c0f3b Generate a descriptive error message in case cc26xxware/cc13xxware does not exist 2018-09-03 11:49:14 +01:00
Atis Elsts 61f6b704db TSCH: improve the readability of add_link and remove_link messages 2018-09-03 11:38:47 +01:00
Joakim Eriksson e6df48a1bd
Merge branch 'develop' into bug/set-correct-dns-record-expiration 2018-09-01 12:30:25 +02:00
Simon Duquennoy fa2a75dc79
Merge branch 'develop' into lafka-rpl-probing-guard 2018-09-01 10:39:21 +02:00
Simon Duquennoy b473c13806
Merge pull request #580 from lafka/lafka-debug-fix
Use LOG_ constants infavour of PRINTF for rpl-classic
2018-09-01 10:35:04 +02:00
Edvard Pettersen 232fbd4c98 Fixed travis errors 2018-08-31 16:39:20 +02:00
Simon Duquennoy 5c804a2aff
Merge branch 'develop' into lafka-debug-fix 2018-08-31 15:40:17 +02:00
Olav Frengstad 54e5944d89 RPL-CLASSIC: Add guard for urgent probing
Compiling with RPL_CONF_WITH_PROBING := 0 was not possible due to `urgent_probing_target`
not present.
2018-08-31 14:59:52 +02:00
Olav Frengstad b2eef99c7c Use LOG_ constants infavour of PRINTF for rpl-classic
Debugging could only be enabled pr. file at compile time. Refactor to use sys/log.h module.
2018-08-31 14:27:46 +02:00
Edvard Pettersen 322b6b26d2 Added simplelink PLATFORMS_ONLY/EXCLUDE to examples 2018-08-31 11:06:32 +02:00
Edvard Pettersen c8edacdd6d Added doxygen exclude of Core SDK 2018-08-31 11:06:32 +02:00
Edvard Pettersen d0124e3de7 Reverting API change to GPIO HAL 2018-08-31 11:06:32 +02:00
Edvard Pettersen aa5b5bce6d Removed unecessary edits 2018-08-31 11:06:31 +02:00
Edvard Pettersen eda0a9b962 Added SPI pin declarations to Board files 2018-08-31 11:06:31 +02:00
Edvard Pettersen f0419b21bc Removed unused custom board 2018-08-31 11:06:31 +02:00
Edvard Pettersen 1ddbedaacc Renamed cpu dir to simplelink-cc13xx-cc26xx 2018-08-31 11:06:31 +02:00
Edvard Pettersen 32d9bb3021 Removed simplelink examples for now 2018-08-31 11:05:34 +02:00
Edvard Pettersen b8b1385c1f Extract changes to cpu/cc13xx-cc26xx 2018-08-31 11:05:34 +02:00
Edvard Pettersen fff8e832e2 Conditionally print PANID if successfully received 2018-08-31 11:05:34 +02:00
Edvard Pettersen c53ab05aea Fixed missing changes for GPIO-HAL 2018-08-31 11:05:34 +02:00
Edvard Pettersen b20f38196a Added missing target dependency for .elf 2018-08-31 11:05:34 +02:00