Commit Graph

14221 Commits

Author SHA1 Message Date
Simon Duquennoy a0f176e4a4
Merge branch 'develop' into lafka-include-guards 2018-06-17 12:42:41 +02:00
Simon Duquennoy f8d3d0f3c6
Merge pull request #575 from angelos-oikonomopoulos/dynamic-shell-command-registration
Dynamic shell command registration
2018-06-13 14:16:19 +02:00
angelos-oikonomopoulos 0aea8efb7c
Merge branch 'develop' into dynamic-shell-command-registration 2018-06-12 13:26:42 +02:00
Simon Duquennoy d933123d0e
Merge pull request #579 from yatch/pr/dockerfile-add-gdb
Dockerfile: add gdb
2018-06-11 23:12:29 +02:00
Angelos Oikonomopoulos 45b0241f94 Introduce dynamically registered shell command sets
Commands are part of a single array, which means that their definition
is static. However, different apps in the same source tree may
reasonably want to add to the command set (perhaps even shadow existing
commands), which would make for awkward code.

Instead, allow dynamic registration/deregistration of command sets at
runtime. This keeps the data overhead low (two pointers per enabled
command set).
2018-06-11 11:09:24 +00:00
Olav Frengstad f8d004b92f Move LLSEC checks from `tsch-security.h` to `tsch-security.c`
Different part of the stack is pulled in from `contiki-main.c` this has the unintended
side effect of including TSCH headers even when TSCH is not used. When using LLSEC for
CSMA this triggers an error and compilation fails.
2018-06-11 10:48:17 +02:00
Yasuyuki Tanaka f325d44964 Dockerfile: add gdb 2018-06-09 23:16:32 +02:00
Angelos Oikonomopoulos 1a95aad7a7 Mark shell_commands as const
This enables the compiler to place the array in flash, saving us a bit
of RAM.

Suggested-by: g-oikonomou
2018-06-08 10:44:33 +00:00
Simon Duquennoy 56dd8dcea4
Merge pull request #573 from g-oikonomou/contrib/bsl
Update cc2538-bsl to latest version
2018-06-08 10:51:16 +02:00
George Oikonomou b0f5640101 Update cc2538-bsl to latest version 2018-06-07 12:56:34 +01:00
Simon Duquennoy 734eb48df8
Merge pull request #549 from simonduq/contrib/deployment
Deployment module
2018-06-06 16:31:02 +02:00
Simon Duquennoy 833cf2f87d Fix copyright headers 2018-06-06 15:38:26 +02:00
Simon Duquennoy f968c11a2f Added compile test for example libs/deployment 2018-06-06 15:38:26 +02:00
Simon Duquennoy 98338aad2d Add Flocklab Openmotes as an example deployment mapping 2018-06-06 15:38:26 +02:00
Simon Duquennoy c0a1c586be Added deployment example 2018-06-06 15:38:26 +02:00
Simon Duquennoy 95208a804a Deployment: use node-id for compact address logging 2018-06-06 15:38:26 +02:00
Simon Duquennoy 9ae283031a Added deployment module 2018-06-06 15:38:26 +02:00
Simon Duquennoy 052997364d
Merge pull request #547 from g-oikonomou/contrib/readthedocs
Add support for documentation on readthedocs.io
2018-06-06 09:33:25 +02:00
George Oikonomou 61559808b4
Merge branch 'develop' into contrib/readthedocs 2018-06-05 22:04:25 +01:00
George Oikonomou 77d07ea6b9
Merge pull request #569 from simonduq/fix/docker-build-fail
CI: fail test in case building Docker image failed
2018-06-05 22:04:02 +01:00
George Oikonomou 41c0851f79 Test readthedocs build on travis 2018-06-05 21:11:40 +01:00
George Oikonomou c0fe6216f6 Update the dockerfile to install packages required for readthedocs builds/tests 2018-06-05 21:11:40 +01:00
George Oikonomou 57692d21f9 Add support for documentation on readthedocs.io 2018-06-05 21:10:01 +01:00
Simon Duquennoy 94398b0176 CI: fail test in case building Docker image failed 2018-06-05 17:41:59 +02:00
George Oikonomou 0cee22fd71
Merge pull request #567 from MartinNPN/develop
rx full IRQ handling for cc13xx/cc26xx
2018-06-05 13:50:03 +01:00
Simon Duquennoy 838db51b8f CI fragmentation tests: increase ping size to 1200 bytes 2018-06-05 14:08:02 +02:00
Simon Duquennoy 4dbba4df9a Platform native: overprovision routes, neighbor table and queues 2018-06-05 14:08:02 +02:00
Martin Hermsen 4c7474da70 rx full IRQ handling for cc13xx/cc26xx 2018-06-05 13:14:00 +02:00
Simon Duquennoy e71bc0a818 Update Cooja to latest 2018-06-05 13:05:20 +02:00
Simon Duquennoy da0a5e9b17
Merge pull request #566 from simonduq/fix/travis-docker-push
Travis Docker push fix
2018-06-05 13:03:12 +02:00
Simon Duquennoy 7b38f46aba Travis: fix in test of whether the docker configuration has changed 2018-06-04 23:30:45 +02:00
Simon Duquennoy b05b96938e
Merge pull request #554 from simonduq/contrib/docker-build
Docker image update from Travis
2018-06-04 22:35:42 +02:00
Simon Duquennoy 74ce416884 Travis: if Dockerfile has changed, rebuild image. When updating branch develop, push new image to Dockerhub 2018-06-04 21:18:07 +02:00
Simon Duquennoy bf11c827b0 Docker: by default, build non-standalone image (contiki-ng as a mount) 2018-06-04 21:18:07 +02:00
Simon Duquennoy 53caec12c0
Merge pull request #559 from nfi/contrib/coap-endpoint-parse
coap: bug fix when parsing secure CoAP endpoint with a specified port.
2018-06-04 21:14:00 +02:00
Simon Duquennoy 470378006d
Merge branch 'develop' into contrib/coap-endpoint-parse 2018-06-04 20:33:56 +02:00
Simon Duquennoy 2b6b9cc05f
Merge pull request #561 from carlosgp143/contrib/list-contain-element
Add list_contains feature into list.h
2018-06-01 14:23:23 +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
Simon Duquennoy 3f698665fe
Merge pull request #560 from Rehan-MALAK/leshan-server-qmode-fix
Leshan server qmode fix
2018-05-31 09:05:34 +02:00
carlosgp143@gmail.com 5a9f61653c Added tests in singly-linked list 2018-05-31 08:54:23 +02:00
Simon Duquennoy 02b20e315a
Merge branch 'develop' into leshan-server-qmode-fix 2018-05-30 21:02:54 +02:00
carlosgp143@gmail.com 9327edb91f Added list_contains feature 2018-05-30 09:03:45 +02:00
Joakim Eriksson a7bc3aac8d
Merge pull request #449 from joakimeriksson/lwm2m-endpoint-fix
fixed endpoint name to have Contiki-NG as prefix
2018-05-29 22:31:08 +02:00
Rehan MALAK 9e2e6d74bd leshan server downloaded is the one used by the test 2018-05-29 19:02:07 +02:00
Rehan MALAK 7091a846fe ignore files produced during coap-lwm2m tests 2018-05-29 19:02:07 +02:00
Simon Duquennoy 36deee9618
Merge branch 'develop' into lwm2m-endpoint-fix 2018-05-29 14:19:55 +02:00
Simon Duquennoy 00295a6445
Merge pull request #550 from g-oikonomou/bugfix/documentation/doxygen-test
Create the (failed) summary log even when sub-make fails
2018-05-29 14:19:30 +02:00
Niclas Finne f873fa25bf coap: bug fix when parsing secure CoAP endpoint with a specified port.
Thanks to Carlos Gonzalo Peces for reporting the issue.
2018-05-29 14:15:05 +02:00
Simon Duquennoy 636b378ce7
Merge branch 'develop' into bugfix/documentation/doxygen-test 2018-05-29 13:01:56 +02:00