Regression tests fixes and Readme update.
This commit is contained in:
parent
b61152bfa1
commit
bb08369b01
|
@ -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.
|
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.
|
These executables can be programmed on the nodes using the procedure described hereafter.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@ EXAMPLESDIR=../../examples
|
||||||
TOOLSDIR=../../tools
|
TOOLSDIR=../../tools
|
||||||
|
|
||||||
EXAMPLES = \
|
EXAMPLES = \
|
||||||
hello-world/stm32nucleo-spirit1 \
|
|
||||||
hello-world/avr-raven \
|
hello-world/avr-raven \
|
||||||
hello-world/exp5438 \
|
hello-world/exp5438 \
|
||||||
hello-world/eval-adf7xxxmb4z \
|
hello-world/eval-adf7xxxmb4z \
|
||||||
|
@ -15,7 +14,6 @@ hello-world/z1 \
|
||||||
eeprom-test/native \
|
eeprom-test/native \
|
||||||
collect/sky \
|
collect/sky \
|
||||||
er-rest-example/sky \
|
er-rest-example/sky \
|
||||||
er-rest-example/stm32nucleo-spirit1 \
|
|
||||||
example-shell/native \
|
example-shell/native \
|
||||||
netperf/sky \
|
netperf/sky \
|
||||||
powertrace/sky \
|
powertrace/sky \
|
||||||
|
@ -36,7 +34,7 @@ wget/minimal-net \
|
||||||
z1/z1 \
|
z1/z1 \
|
||||||
settings-example/avr-raven \
|
settings-example/avr-raven \
|
||||||
ipv6/multicast/sky \
|
ipv6/multicast/sky \
|
||||||
ipv6/multicast/stm32nucleo-spirit1 \
|
|
||||||
|
|
||||||
TOOLS=
|
TOOLS=
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ TOOLSDIR=../../tools
|
||||||
EXAMPLES = \
|
EXAMPLES = \
|
||||||
hello-world/econotag \
|
hello-world/econotag \
|
||||||
hello-world/mbxxx \
|
hello-world/mbxxx \
|
||||||
hello-world/stm32nucleo-spirit1 \
|
|
||||||
ipv6/rpl-border-router/econotag \
|
ipv6/rpl-border-router/econotag \
|
||||||
er-rest-example/econotag \
|
er-rest-example/econotag \
|
||||||
webserver-ipv6/econotag \
|
webserver-ipv6/econotag \
|
||||||
|
|
Loading…
Reference in a new issue