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
Simon Duquennoy
4d8277366d
Merge pull request #97 from sics-iot/contrib/cleanup-energest
...
Made energest more configurable
2017-10-14 09:24:14 +02:00
Simon Duquennoy
12a953cd88
Merge pull request #98 from nvt/remove-arg-module
...
Remove obsolete argument buffer module
2017-10-14 09:19:45 +02:00
Joakim Eriksson
7af63c740c
Merge pull request #96 from sics-iot/contrib/remove-radio-sensor
...
Removed obsolete radio-sensor API
2017-10-13 18:54:43 +02:00
Simon Duquennoy
40e6b4be61
Fix typo in comment
2017-10-13 16:55:59 +02:00
Joakim Eriksson
8f7651526e
Merge pull request #95 from sics-iot/contrib/remove-procinit
...
Remove obsolete library procinit
2017-10-13 15:05:41 +02:00
Nicolas Tsiftes
d0c7c7c0ec
Remove obsolete argument buffer module.
2017-10-13 14:38:29 +02:00
Niclas Finne
c845ea7453
Removed obsolete library procinit
2017-10-13 13:23:23 +02:00
Niclas Finne
358385b450
Removed obsolete radio-sensor API
2017-10-13 01:06:47 +02:00
Niclas Finne
18b5f6d667
energest: made energest more configurable
...
* energest time defaults to rtimer but can be configured via
ENERGEST_CONF_CURRENT_TIME and ENERGEST_CONF_SECOND.
* Additional energest types can be added by platform and application
using ENERGEST_CONF_PLATFORM_ADDITIONS and ENERGEST_CONF_ADDITIONS.
* Energest times are now 64 bit and thereby non-wrapping in most systems.
* Removed unused energest types for serial and sensors.
2017-10-13 00:17:30 +02:00
Niclas Finne
888a04e70f
energest: removed support for ENERGEST_CONF_LEVELDEVICE_LEVELS
2017-10-13 00:05:31 +02:00
Niclas Finne
fafe4bb1f3
energest: replaced some energest on/off with ENERGEST_SWITCH()
2017-10-12 23:59:11 +02:00
Niclas Finne
7317316942
energest: removed energest type ENERGEST_TYPE_IRQ
2017-10-12 23:57:38 +02:00
Niclas Finne
8b930bfa06
energest: removed energest types for reading/writing flash
2017-10-12 23:53:31 +02:00
Niclas Finne
68a8a0c445
energest: removed energest types for LEDs
2017-10-12 23:52:03 +02:00
Simon Duquennoy
2ab15a00e9
Cleanup Shell setup
2017-10-12 18:32:21 +02:00
Simon Duquennoy
663d1f121d
Autoconfigure Orchestra whenever the module is included
2017-10-12 18:32:19 +02:00
Simon Duquennoy
81fe587574
Shell-commands: RPL commands are only compatible with rpl-lite. Disable them when rpl-lite is not used.
2017-10-12 17:09:29 +02:00
Simon Duquennoy
623fdf4a96
Shell tsch-set-coordinator: enable setting security
2017-10-12 17:09:26 +02:00
Simon Duquennoy
d26e5fb489
TSCH: automatically leave the network when setting as coordinator/node
2017-10-12 17:09:23 +02:00
Simon Duquennoy
9cb34c85c0
TSCH: more automated configuration
2017-10-12 17:09:19 +02:00
Simon Duquennoy
f35c15cf90
Make viewconf more TSCH-friendly
2017-10-12 17:09:16 +02:00
Simon Duquennoy
741a1d5816
Shell: stop tsch_log at init
2017-10-12 17:09:13 +02:00