Commit Graph

12973 Commits

Author SHA1 Message Date
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 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
Simon Duquennoy 01e29b74e1 Fix top-level test makefile (which is not used in Travis), only intended for local use 2017-11-23 06:53:24 -08:00
Simon Duquennoy 27a04e14e6 Travis: show scriptlog, which contains the former testlog content 2017-11-23 06:53:24 -08:00
Simon Duquennoy ac382f58e9 Update .gitignore with new CI test file extensions 2017-11-23 06:53:24 -08:00
Simon Duquennoy 1487f60289 CI simulation tests: cleaner output and simplified test logic 2017-11-23 06:53:24 -08:00
Simon Duquennoy ac3c7fb51c Travis tests involving Cooja simulations: when running multiple seeds, fail if any seed fails, rather than succeed if any succeeds. 2017-11-23 06:53:24 -08:00
George Oikonomou a7251460a4
Merge pull request #196 from simonduq/contrib/fix-netstack-init
Netstack initializion fix
2017-11-23 13:47:08 +00:00
Simon Duquennoy bc741c00cc cc2538 platforms: initialize linkaddr in phase 2 but set RF params only in phase 3 2017-11-23 05:19:00 -08:00