using Contiki's regular hello-world application in test (examples/hello-world), instead of Cooja's test application
This commit is contained in:
parent
3f5daef8bc
commit
87cdcfc4da
|
@ -20,10 +20,12 @@
|
||||||
<description>Contiki Mote #1</description>
|
<description>Contiki Mote #1</description>
|
||||||
<contikibasedir>../../..</contikibasedir>
|
<contikibasedir>../../..</contikibasedir>
|
||||||
<contikicoredir>../../../platform/cooja</contikicoredir>
|
<contikicoredir>../../../platform/cooja</contikicoredir>
|
||||||
|
<projectdir>../../../examples/hello-world</projectdir>
|
||||||
<compilefile>../apps/mrm</compilefile>
|
<compilefile>../apps/mrm</compilefile>
|
||||||
<compilefile>../apps/mspsim</compilefile>
|
<compilefile>../apps/mspsim</compilefile>
|
||||||
<compilefile>../../../platform/cooja/testapps</compilefile>
|
<compilefile>../../../examples/hello-world</compilefile>
|
||||||
<compilefile>hello-world.c</compilefile>
|
<compilefile>../../../examples/hello-world</compilefile>
|
||||||
|
<compilefile>../../../examples/hello-world/hello-world.c</compilefile>
|
||||||
<process>hello_world_process</process>
|
<process>hello_world_process</process>
|
||||||
<sensor>button_sensor</sensor>
|
<sensor>button_sensor</sensor>
|
||||||
<sensor>pir_sensor</sensor>
|
<sensor>pir_sensor</sensor>
|
||||||
|
@ -84,7 +86,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
se.sics.cooja.plugins.SimControl
|
se.sics.cooja.plugins.SimControl
|
||||||
<width>315</width>
|
<width>315</width>
|
||||||
<z>2</z>
|
<z>1</z>
|
||||||
<height>199</height>
|
<height>199</height>
|
||||||
<location_x>13</location_x>
|
<location_x>13</location_x>
|
||||||
<location_y>7</location_y>
|
<location_y>7</location_y>
|
||||||
|
@ -93,7 +95,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
se.sics.cooja.radiomediums.UDGM$VisUDGM
|
se.sics.cooja.radiomediums.UDGM$VisUDGM
|
||||||
<width>300</width>
|
<width>300</width>
|
||||||
<z>3</z>
|
<z>2</z>
|
||||||
<height>115</height>
|
<height>115</height>
|
||||||
<location_x>354</location_x>
|
<location_x>354</location_x>
|
||||||
<location_y>14</location_y>
|
<location_y>14</location_y>
|
||||||
|
@ -106,10 +108,10 @@
|
||||||
<history>256</history>
|
<history>256</history>
|
||||||
</plugin_config>
|
</plugin_config>
|
||||||
<width>573</width>
|
<width>573</width>
|
||||||
<z>1</z>
|
<z>3</z>
|
||||||
<height>200</height>
|
<height>200</height>
|
||||||
<location_x>87</location_x>
|
<location_x>379</location_x>
|
||||||
<location_y>211</location_y>
|
<location_y>277</location_y>
|
||||||
<minimized>false</minimized>
|
<minimized>false</minimized>
|
||||||
</plugin>
|
</plugin>
|
||||||
</simconf>
|
</simconf>
|
||||||
|
|
Loading…
Reference in a new issue