Skip to content

Commit 26703ed

Browse files
author
Juhani Puurula
committed
Updated build and run instructions
1 parent 4478d92 commit 26703ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/porting/connectivity/MeshInterface.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,13 @@ The following steps describe how you can create a new RF driver:
6666

6767
1. Check with an RF sniffer tool that you can see RF packets transmitted when you start your device. The 6LoWPAN bootstrap should start with IEEE 802.15.4 Beacon Request packets.
6868

69+
1. Build the Nanostack MAC tester application:
70+
71+
`mbed test --clean --compile --icetea -t <toolchain> -m <platform> -DICETEA_MAC_TESTER_ENABLED --test-config NANOSTACK_MAC_TESTER -n address_read_and_write`
72+
6973
1. Verify the functionality of your implementation by running the Nanostack RF driver testcase set in the Mbed OS repository:
7074

71-
`mbed test --clean --icetea -t <toolchain> -m <platform> --test-config NANOSTACK_MAC_TESTER -n address_read_and_write,send_data,send_data_indirect,send_large_payloads,create_and_join_PAN,ED_scan`
75+
`mbed test --run --icetea -t <toolchain> -m <platform> --test-config NANOSTACK_MAC_TESTER -n address_read_and_write,send_data,send_data_indirect,send_large_payloads,create_and_join_PAN,ED_scan`
7276

7377
### Worker thread for Mbed OS
7478

0 commit comments

Comments
 (0)