Commit Graph

12761 Commits

Author SHA1 Message Date
George Oikonomou d776ba035b Allow the platform to provide its own main loop 2017-10-29 23:18:35 +00:00
George Oikonomou 543f5ff1cd Provide boot sequence hooks (nrf52dk) 2017-10-29 23:18:35 +00:00
George Oikonomou fd239a32c3 Provide boot sequence hooks (Zoul) 2017-10-29 23:18:35 +00:00
George Oikonomou 47f02608c3 Provide boot sequence hooks (OpenMote) 2017-10-29 23:18:35 +00:00
George Oikonomou 61d9ec3c35 Provide boot sequence hooks (CC2538DK) 2017-10-29 23:18:35 +00:00
George Oikonomou 827acf4770 Implement common early-stage init for all CC2538-based platforms 2017-10-29 23:18:35 +00:00
George Oikonomou 476e311ea7 Initialise watchdogs in the common main 2017-10-29 23:18:35 +00:00
George Oikonomou db87b3c858 Provide boot sequence hooks (CC13xx-CC26xx) 2017-10-29 23:18:35 +00:00
George Oikonomou 0ca938245f Add implementation of the common main routine 2017-10-29 23:18:35 +00:00
George Oikonomou 9c20dc37c2 Add header file and documentation for a common main 2017-10-29 23:18:34 +00:00
George Oikonomou 8307fb5267 Update the sensniff submodule to the latest version 2017-10-29 23:12:49 +00:00
George Oikonomou e39ea01722 Change debug statement 2017-10-29 23:09:04 +00:00
George Oikonomou 2eda4992c2
Merge pull request #126 from simonduq/pr/move-doxygen
Updates and moves Doxygen
2017-10-29 23:06:39 +00:00
George Oikonomou dd0fb26db4 Update cc2538-bsl submodule to latest version 2017-10-29 18:26:55 +00:00
Simon Duquennoy a33e5eddcb Doxygen: fix path to hello-world example 2017-10-29 13:44:16 +01:00
Simon Duquennoy 189ed6e79b Update Doxygen mainpage 2017-10-29 13:33:11 +01:00
Simon Duquennoy f40492ade9 Moving /doc to /tools/doxygen 2017-10-29 13:33:09 +01:00
Simon Duquennoy 1dfa99c0e8
Merge pull request #125 from contiki-ng/simonduq-patch-2
CONTRIBUTING.md: link to wiki where the content has moved
2017-10-29 13:30:15 +01:00
Simon Duquennoy 3f26e05536 Doxygen: cleanup makefile 2017-10-29 13:10:45 +01:00
Simon Duquennoy 1b0618f33d
Merge pull request #121 from g-oikonomou/bugfix/rpl-mcast
Fix RPL configuration under different multicast scenarios
2017-10-29 08:58:43 +01:00
Simon Duquennoy c68d2f549f
Merge pull request #119 from contiki-ng/simonduq-patch-3
Update README.md: social media and more
2017-10-29 08:55:52 +01:00
Simon Duquennoy 3cb7192395
CONTRIBUTING.md: link to wiki where the content has moved 2017-10-29 08:55:23 +01:00
George Oikonomou 9362b7f58e Adjust the sensniff example to use top-level target identification 2017-10-28 22:36:15 +01:00
George Oikonomou e73edfaa60 Move target identification code to a separate file
For some cross-platform examples, we need to tweak things based on the target platform. For this reason, target identification needs to happen early, before inclusion of the top-level Makefile.include. Up to now, we have simply replicated the target-identification code to example Makefiles, leading to code-replication and on occasion bugs (incorrect platform identification).

This commits moves the correct working code to a separate file, so that example Makefiles can include this "as a library". The top-level Makefile merely includes this file now.
2017-10-28 22:36:08 +01:00
George Oikonomou e5c40b8953 Test all three multicast engines on travis 2017-10-28 22:20:38 +01:00
George Oikonomou 21f5ff8edf Fix RPL configuration in mcast scenarios 2017-10-28 21:46:46 +01:00
Simon Duquennoy 998d5969c4
Update README.md: social media and more 2017-10-27 22:01:25 +02:00
Simon Duquennoy 5e2f79a6c2
Merge pull request #118 from contiki-ng/simonduq-patch-2
README.md: restore Travis icon
2017-10-27 18:01:46 +02:00
Simon Duquennoy c163cdbba1 README.md: restore Travis icon 2017-10-27 17:01:06 +02:00
Simon Duquennoy df9091a8a3 Merge pull request #116 from contiki-ng/simonduq-patch-1
Update README.md
2017-10-27 16:56:58 +02:00
Simon Duquennoy 66ee69b98c Merge pull request #117 from nfi/contrib/mark-version-as-modified
Updated the Contiki version and mark the version as modified if the working tree has local modifications.
2017-10-27 16:56:49 +02:00
Niclas Finne 3cb66a5232 Changed version to Contiki-NG and mark the version as modified if
the working tree has local modifications.
2017-10-27 15:15:13 +02:00
Simon Duquennoy d88e1d0ad8 README.md: fix Travis link 2017-10-27 14:56:27 +02:00
Simon Duquennoy 91fab3332e Update README.md 2017-10-27 14:53:57 +02:00
Simon Duquennoy a4390a3ee4 Merge pull request #115 from simonduq/pr/viewconf-fix
Viewconf improvements
2017-10-27 09:43:08 +02:00
Simon Duquennoy 9d1463fac5 Viewconf: distinguish set from unset flags 2017-10-26 17:37:46 +02:00
Simon Duquennoy bb5ca12003 Minor fix to viewconf.c 2017-10-26 16:30:01 +02:00
Simon Duquennoy 0f1dd71124 nbr-table: fix default value for NBR_TABLE_MAX_NEIGHBORS 2017-10-26 16:29:04 +02:00
Simon Duquennoy 04f053b7bf Merge pull request #114 from simonduq/pr/update-cooja-path
Updating cooja submodule path and commit
2017-10-26 15:20:15 +02:00
Simon Duquennoy e91b4c6656 Merge pull request #113 from sics-iot/contrib/move-xxware-submodules
Change the base URL for CCxxware submodules
2017-10-26 14:07:40 +02:00
Simon Duquennoy 70e948f693 Updating cooja submodule path and commit 2017-10-26 11:46:04 +02:00
George Oikonomou 16418d29e1 Change the base URL for CCxxware submodules 2017-10-26 01:06:56 +01:00
Simon Duquennoy 83ac15059c Merge pull request #112 from sics-iot/cooja
Cooja as a submodule
2017-10-24 10:08:21 +02:00
Niclas Finne 4c16ce9a4e Added submodule for Cooja 2017-10-23 13:48:43 +02:00
Niclas Finne 21f2c22da4 Updated make rules for MSPSim as submodule to Cooja 2017-10-18 20:40:13 +02:00
Niclas Finne e4ae215f16 Removed COOJA 2017-10-18 20:40:13 +02:00
Niclas Finne 6957924940 Removed the MSPSim submodule 2017-10-18 20:40:13 +02:00
Simon Duquennoy e0f843dcf9 Merge pull request #102 from sics-iot/contrib/logging-no-module
Make logging module/level prefix optional
2017-10-18 18:25:03 +02:00
George Oikonomou 521d5c5aec Make logging module/level prefix optional 2017-10-18 01:11:06 +01:00
Simon Duquennoy 882be25428 Merge pull request #94 from simonduq/pr/misc
Miscellaneous fixes
2017-10-14 09:24:45 +02:00