Skip to content

README.md / formatting changes #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ This repository is in the process of being updated and depends on few enhancemen
1. Initialize, connect and register to Pelion DM
1. Interact with the user through the serial port (115200 bauds)
- Press enter through putty/minicom to simulate button
- Press 'i' to print endpoint name
- Press `i` to print endpoint name
- Press Ctrl-C to to unregister
- Press 'r' to reset storage and reboot (warning: it generates a new device ID!)
- Press `r` to reset storage and reboot (warning: it generates a new device ID!)

## Further information and requirements

Expand Down Expand Up @@ -263,15 +263,19 @@ The board needs to pass the underlying Mbed OS tests and be supported by officia

- Mbed OS tests (as described in our [documentation](https://os.mbed.com/docs/mbed-os/latest/porting/testing.html))

`cd mbed-os`
`mbed test -m <target> -t <toolchain>`
```
cd mbed-os
mbed test -m <target> -t <toolchain>
```

- Mbed OS integration tests

See [mbed-os/TESTS/integration/README.md](https://github.com/ARMmbed/mbed-os/blob/sip-workshop/TESTS/integration/README.md) (sip-workshop branch)

`cd mbed-os`
`mbed test -t <toolchain> -m <board> -n *integration-* -DINTEGRATION_TESTS -v`
```
cd mbed-os
mbed test -t <toolchain> -m <board> -n *integration-* -DINTEGRATION_TESTS -v
```

## Validation and testing for the client configuration

Expand Down