File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ This repository is in the process of being updated and depends on few enhancemen
64641 . Initialize, connect and register to Pelion DM
65651 . Interact with the user through the serial port (115200 bauds)
6666 - Press enter through putty/minicom to simulate button
67- - Press 'i' to print endpoint name
67+ - Press ` i ` to print endpoint name
6868 - Press Ctrl-C to to unregister
69- - Press 'r' to reset storage and reboot (warning: it generates a new device ID!)
69+ - Press ` r ` to reset storage and reboot (warning: it generates a new device ID!)
7070
7171## Further information and requirements
7272
@@ -263,15 +263,19 @@ The board needs to pass the underlying Mbed OS tests and be supported by officia
263263
264264- Mbed OS tests (as described in our [ documentation] ( https://os.mbed.com/docs/mbed-os/latest/porting/testing.html ) )
265265
266- ` cd mbed-os `
267- ` mbed test -m <target> -t <toolchain> `
266+ ```
267+ cd mbed-os
268+ mbed test -m <target> -t <toolchain>
269+ ```
268270
269271- Mbed OS integration tests
270272
271273 See [ mbed-os/TESTS/integration/README.md] ( https://github.com/ARMmbed/mbed-os/blob/sip-workshop/TESTS/integration/README.md ) (sip-workshop branch)
272274
273- ` cd mbed-os `
274- ` mbed test -t <toolchain> -m <board> -n *integration-* -DINTEGRATION_TESTS -v `
275+ ```
276+ cd mbed-os
277+ mbed test -t <toolchain> -m <board> -n *integration-* -DINTEGRATION_TESTS -v
278+ ```
275279
276280## Validation and testing for the client configuration
277281
You can’t perform that action at this time.
0 commit comments