Commit Graph

13230 Commits

Author SHA1 Message Date
Xenofon (Fontas) Fafoutis
b415d57a99 enhanced BLE support for cc26xx-cc13xx 2017-11-25 16:53:23 +00:00
Simon Duquennoy
01048c8f66
Merge pull request #190 from g-oikonomou/contrib/there-can-be-only-one-slip
Various SLIP-related improvements
2017-11-24 14:23:18 +01:00
George Oikonomou
065bad280d Adjust return types of JN516x-specific slip implementation 2017-11-24 12:31:21 +00:00
George Oikonomou
1ba2eac5cb Use slip_write to slip_send 2017-11-24 12:31:21 +00:00
George Oikonomou
f9e17a6c76 Document slip_write 2017-11-24 12:31:20 +00:00
George Oikonomou
3e93e21646 Change return type of slip_send to void
The return value was not checked anywhere in the code
2017-11-24 12:31:20 +00:00
George Oikonomou
38df9fdfb2 Change slip_write return type and use it where possible 2017-11-24 12:31:20 +00:00
George Oikonomou
8f2fa80401 Make SLIP stats properly configurable 2017-11-24 12:31:20 +00:00
George Oikonomou
7fd76dc23e Change variables to static 2017-11-24 12:31:20 +00:00
George Oikonomou
4522b5b942 Tidy-up file structure and code style 2017-11-24 12:31:20 +00:00
George Oikonomou
24b17e58b1 Remove dead code and obsolete comments 2017-11-24 12:31:20 +00:00
George Oikonomou
f161998a51
Merge pull request #198 from atiselsts/bugfix/cc26xx-ieemode-driver
CC26xx radio IEEE mode driver: limit the time spend in waiting for transmissions to finish
2017-11-24 10:07:16 +00:00
Atis Elsts
f43e114a24 cc26xx ieee-mode.c: limit the time spend in waiting for transmissions to finish 2017-11-23 15:51:26 +00:00
Simon Duquennoy
acb80082d4 Dockerfile: enable node programming from container 2017-11-23 07:07:55 -08:00
Simon Duquennoy
bf27636c6c Travis.yml: switch to Docker 2017-11-23 07:07:55 -08:00
Simon Duquennoy
1eb728806e Added Dockerfile 2017-11-23 07:07:55 -08:00
Simon Duquennoy
f530fefb1a
Merge pull request #165 from simonduq/contrib/travis-multiple-seeds
Rework CI test suite
2017-11-23 16:07:36 +01:00
Simon Duquennoy
f972c1b48e CI: cleanup 07-simulation-base 2017-11-23 06:53:24 -08:00
Simon Duquennoy
0422b10f26 CI: prallelize make in .csc files 2017-11-23 06:53:24 -08:00
Simon Duquennoy
81fb3ecab1 CI compile tests: parallelize make 2017-11-23 06:53:24 -08:00
Simon Duquennoy
8c9f30566f Added *.err to .gitignore 2017-11-23 06:53:24 -08:00
Simon Duquennoy
1a0a3f3d4e CI: balance out compile tests 2017-11-23 06:53:24 -08:00
Simon Duquennoy
040edc0b83 CI: merge simulation-base with ipv6 2017-11-23 06:53:24 -08:00
Simon Duquennoy
2593119a02 CI: merge IEEE 802.15.4 and 6tisch tests 2017-11-23 06:53:24 -08:00
Simon Duquennoy
97453edfb9 CI: merge base with nullnet 2017-11-23 06:53:24 -08:00
Simon Duquennoy
e62123ef47 CI: merge native ping and RPL BR tests 2017-11-23 06:53:24 -08:00
Simon Duquennoy
55eb462365 .travis.yml: use check-test.sh 2017-11-23 06:53:24 -08:00
Simon Duquennoy
a11269051b .travis.yml: use consistent ARM toolchain 2017-11-23 06:53:24 -08:00
Simon Duquennoy
2c1a739984 CI script tests: more homogeneous logs 2017-11-23 06:53:24 -08:00
Simon Duquennoy
53dd64a8c8 CI border router tests: rename *.tunsliplog to *.tunslip.log to comply with .gitignore 2017-11-23 06:53:24 -08:00
Simon Duquennoy
87d57583e5 CI compile tools: refactor makefile 2017-11-23 06:53:24 -08:00
Simon Duquennoy
f1413b6e00 CI: added compile test for jn516x folder 2017-11-23 06:53:24 -08:00
Simon Duquennoy
0243d57912 Removing unused tools 2017-11-23 06:53:24 -08:00
Simon Duquennoy
223039d802 Tools makefile: remove unrelated clean commands 2017-11-23 06:53:24 -08:00
Simon Duquennoy
3933fd30df CI: tool compilation: clean before building 2017-11-23 06:53:24 -08:00
Simon Duquennoy
cfb895923a Tools: add -Wall -Werror and fix tunslip6 warnings 2017-11-23 06:53:24 -08:00
Simon Duquennoy
bd152ad21f CI tests: enable IPv6 where required 2017-11-23 06:53:24 -08:00
Simon Duquennoy
7fe2dc55c2 Added missing variable initialization in test-sixp-pkt.c 2017-11-23 06:53:24 -08:00
Simon Duquennoy
e40d106f85 CI: added check-test.sh 2017-11-23 06:53:24 -08:00
Simon Duquennoy
59c7f356fd CI: rework simulation test 2017-11-23 06:53:24 -08:00
Simon Duquennoy
7c8feecb11 CI: rework Doxygen test 2017-11-23 06:53:24 -08:00
Simon Duquennoy
8bece21980 CI: rework compile test 2017-11-23 06:53:24 -08:00
Simon Duquennoy
2e482ab56b CI: rework doxygen test 2017-11-23 06:53:24 -08:00
Simon Duquennoy
dd7960f636 CI: minor fix to simexec.sh 2017-11-23 06:53:24 -08:00
Simon Duquennoy
d49f0c6980 CI: rework tools compile test 2017-11-23 06:53:24 -08:00
Simon Duquennoy
24aa8fd8f8 Tools makefile: build tunslip6 rather than tunslip 2017-11-23 06:53:24 -08:00
Simon Duquennoy
d8604d3c0c CI native networking test: do not show compilation output unless the test fails 2017-11-23 06:53:24 -08:00
Simon Duquennoy
1b93e2c5cc CI simualtion tests: order tests explicitly 2017-11-23 06:53:24 -08:00
Simon Duquennoy
b4c4c740fa CI: homogenize logs 2017-11-23 06:53:24 -08:00
Simon Duquennoy
665082ce97 Travis: only install msp430 where needed 2017-11-23 06:53:24 -08:00