with target specific extensions (.sky)
This commit is contained in:
parent
6095919463
commit
b14dddcb3d
4 changed files with 43 additions and 43 deletions
|
@ -19,7 +19,7 @@
|
||||||
<identifier>sky1</identifier>
|
<identifier>sky1</identifier>
|
||||||
<description>Sky Mote Type #1</description>
|
<description>Sky Mote Type #1</description>
|
||||||
<source>../../../examples/rime/example-abc.c</source>
|
<source>../../../examples/rime/example-abc.c</source>
|
||||||
<command>make example-abc.firmware TARGET=sky</command>
|
<command>make example-abc.sky TARGET=sky</command>
|
||||||
</motetype>
|
</motetype>
|
||||||
<mote>
|
<mote>
|
||||||
se.sics.cooja.mspmote.SkyMote
|
se.sics.cooja.mspmote.SkyMote
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<identifier>sky1</identifier>
|
<identifier>sky1</identifier>
|
||||||
<description>Sky Mote Type #1</description>
|
<description>Sky Mote Type #1</description>
|
||||||
<source>../../../examples/rime/example-trickle.c</source>
|
<source>../../../examples/rime/example-trickle.c</source>
|
||||||
<command>make example-trickle.firmware TARGET=sky</command>
|
<command>make example-trickle.sky TARGET=sky</command>
|
||||||
</motetype>
|
</motetype>
|
||||||
<mote>
|
<mote>
|
||||||
se.sics.cooja.mspmote.SkyMote
|
se.sics.cooja.mspmote.SkyMote
|
||||||
|
|
|
@ -1,40 +1,40 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<simconf>
|
<simconf>
|
||||||
<simulation>
|
<simulation>
|
||||||
<title>test</title>
|
<title>test</title>
|
||||||
<delaytime>0</delaytime>
|
<delaytime>0</delaytime>
|
||||||
<ticktime>1</ticktime>
|
<ticktime>1</ticktime>
|
||||||
<randomseed>123456</randomseed>
|
<randomseed>123456</randomseed>
|
||||||
<nrticklists>1</nrticklists>
|
<nrticklists>1</nrticklists>
|
||||||
<motedelay>0</motedelay>
|
<motedelay>0</motedelay>
|
||||||
<radiomedium>
|
<radiomedium>
|
||||||
se.sics.cooja.radiomediums.UDGM
|
se.sics.cooja.radiomediums.UDGM
|
||||||
<transmitting_range>50.0</transmitting_range>
|
<transmitting_range>50.0</transmitting_range>
|
||||||
<interference_range>100.0</interference_range>
|
<interference_range>100.0</interference_range>
|
||||||
<success_ratio_tx>1.0</success_ratio_tx>
|
<success_ratio_tx>1.0</success_ratio_tx>
|
||||||
<success_ratio_rx>1.0</success_ratio_rx>
|
<success_ratio_rx>1.0</success_ratio_rx>
|
||||||
</radiomedium>
|
</radiomedium>
|
||||||
<motetype>
|
<motetype>
|
||||||
se.sics.cooja.mspmote.SkyMoteType
|
se.sics.cooja.mspmote.SkyMoteType
|
||||||
<identifier>sky1</identifier>
|
<identifier>sky1</identifier>
|
||||||
<description>Sky Mote Type #1</description>
|
<description>Sky Mote Type #1</description>
|
||||||
<source>../../../examples/sky/test-coffee.c</source>
|
<source>../../../examples/sky/test-coffee.c</source>
|
||||||
<command>make test-coffee.firmware TARGET=sky</command>
|
<command>make test-coffee.sky TARGET=sky</command>
|
||||||
</motetype>
|
</motetype>
|
||||||
<mote>
|
<mote>
|
||||||
se.sics.cooja.mspmote.SkyMote
|
se.sics.cooja.mspmote.SkyMote
|
||||||
<motetype_identifier>sky1</motetype_identifier>
|
<motetype_identifier>sky1</motetype_identifier>
|
||||||
<interface_config>
|
<interface_config>
|
||||||
se.sics.cooja.interfaces.Position
|
se.sics.cooja.interfaces.Position
|
||||||
<x>97.11078411573273</x>
|
<x>97.11078411573273</x>
|
||||||
<y>56.790978919276014</y>
|
<y>56.790978919276014</y>
|
||||||
<z>0.0</z>
|
<z>0.0</z>
|
||||||
</interface_config>
|
</interface_config>
|
||||||
<interface_config>
|
<interface_config>
|
||||||
se.sics.cooja.mspmote.interfaces.MspMoteID
|
se.sics.cooja.mspmote.interfaces.MspMoteID
|
||||||
<id>1</id>
|
<id>1</id>
|
||||||
</interface_config>
|
</interface_config>
|
||||||
</mote>
|
</mote>
|
||||||
</simulation>
|
</simulation>
|
||||||
</simconf>
|
</simconf>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<identifier>sky1</identifier>
|
<identifier>sky1</identifier>
|
||||||
<description>Sky Mote Type #1</description>
|
<description>Sky Mote Type #1</description>
|
||||||
<source>../../../examples/hello-world/hello-world.c</source>
|
<source>../../../examples/hello-world/hello-world.c</source>
|
||||||
<command>make hello-world.firmware TARGET=sky</command>
|
<command>make hello-world.sky TARGET=sky</command>
|
||||||
</motetype>
|
</motetype>
|
||||||
<mote>
|
<mote>
|
||||||
se.sics.cooja.mspmote.SkyMote
|
se.sics.cooja.mspmote.SkyMote
|
||||||
|
|
Loading…
Add table
Reference in a new issue