Regression tests fixes and Readme update.

This commit is contained in:
Marco Grella 2015-07-27 14:08:07 +02:00
parent b61152bfa1
commit bb08369b01
3 changed files with 6 additions and 4 deletions

View file

@ -102,6 +102,11 @@ If the X-NUCLEO-IDS01A5 sub-1GHz RF expansion board is used, the following must
This will create executables for UDP sender and receiver nodes.
In order to generate binary files that can be flashed on the STM32 Nucleo the following command must be run:
arm-none-eabi-objcopy -O binary unicast-sender.stm32nucleo-spirit1 unicast-sender.bin
arm-none-eabi-objcopy -O binary unicast-receiver.stm32nucleo-spirit1 unicast-receiver.bin
These executables can be programmed on the nodes using the procedure described hereafter.

View file

@ -2,7 +2,6 @@ EXAMPLESDIR=../../examples
TOOLSDIR=../../tools
EXAMPLES = \
hello-world/stm32nucleo-spirit1 \
hello-world/avr-raven \
hello-world/exp5438 \
hello-world/eval-adf7xxxmb4z \
@ -15,7 +14,6 @@ hello-world/z1 \
eeprom-test/native \
collect/sky \
er-rest-example/sky \
er-rest-example/stm32nucleo-spirit1 \
example-shell/native \
netperf/sky \
powertrace/sky \
@ -36,7 +34,7 @@ wget/minimal-net \
z1/z1 \
settings-example/avr-raven \
ipv6/multicast/sky \
ipv6/multicast/stm32nucleo-spirit1 \
TOOLS=

View file

@ -4,7 +4,6 @@ TOOLSDIR=../../tools
EXAMPLES = \
hello-world/econotag \
hello-world/mbxxx \
hello-world/stm32nucleo-spirit1 \
ipv6/rpl-border-router/econotag \
er-rest-example/econotag \
webserver-ipv6/econotag \