with target specific extensions (.sky)
This commit is contained in:
parent
6095919463
commit
b14dddcb3d
|
@ -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
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<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
|
||||||
|
|
|
@ -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…
Reference in a new issue