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
64
64
1 . Initialize, connect and register to Pelion DM
65
65
1 . Interact with the user through the serial port (115200 bauds)
66
66
- Press enter through putty/minicom to simulate button
67
- - Press 'i' to print endpoint name
67
+ - Press ` i ` to print endpoint name
68
68
- 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!)
70
70
71
71
## Further information and requirements
72
72
@@ -263,15 +263,19 @@ The board needs to pass the underlying Mbed OS tests and be supported by officia
263
263
264
264
- Mbed OS tests (as described in our [ documentation] ( https://os.mbed.com/docs/mbed-os/latest/porting/testing.html ) )
265
265
266
- ` cd mbed-os `
267
- ` mbed test -m <target> -t <toolchain> `
266
+ ```
267
+ cd mbed-os
268
+ mbed test -m <target> -t <toolchain>
269
+ ```
268
270
269
271
- Mbed OS integration tests
270
272
271
273
See [ mbed-os/TESTS/integration/README.md] ( https://github.com/ARMmbed/mbed-os/blob/sip-workshop/TESTS/integration/README.md ) (sip-workshop branch)
272
274
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
+ ```
275
279
276
280
## Validation and testing for the client configuration
277
281
You can’t perform that action at this time.
0 commit comments