Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 226664a

Browse files
authored
A few more formattings and typo fixes.
1 parent 9eeb65e commit 226664a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The application:
2626
* K64F (Ethernet)
2727
* NUCLEO_F429ZI (Ethernet)
2828
* UBLOX_EVK_ODIN_W2 (WiFi & Ethernet - use the supplied `configs/eth_v4.json` for Ethernet)
29-
* K64F + GROVE SEEED shield (Wifi)
30-
* NUCLEO_F429ZI + GROVE SEEED shield (Wifi)
29+
* K64F + GROVE SEEED shield (WiFi)
30+
* NUCLEO_F429ZI + GROVE SEEED shield (WiFi)
3131

3232
Apart from this, this example can work on other mbed OS supported hardware boards which support any of the given network interface including Ethernet, WiFi, Mesh (6LoWPAN) or Thread, provided the configuration fulfills condition that the target hardware has TLS entropy implemented for it and the complete example configuration of mbed Client, selected network interface and mbed OS components fits into hardware's given memory size (Flash size and RAM size).
3333

@@ -86,7 +86,7 @@ To register the application with the Connector service, you need to create and s
8686

8787
First, you need to select the RF driver to be used by the 6LoWPAN/Thread stack. This example supports [AT86RF233/212B](https://github.com/ARMmbed/atmel-rf-driver) and [NXP-MCR20a](https://github.com/ARMmbed/mcr20a-rf-driver) radio shields.
8888

89-
To add the Atmel driver to you application from command line, call: `mbed add https://github.com/ARMmbed/atmel-rf-driver`.
89+
To add the Atmel driver to your application from the command line, call: `mbed add https://github.com/ARMmbed/atmel-rf-driver`.
9090
Please make sure that the `mbed_app.json` file points to the correct radio driver type:
9191

9292
```json
@@ -234,8 +234,7 @@ For example, NUCLEO_F401RE requires a different serial connection:
234234

235235
### IP address setup
236236

237-
This example uses IPv4 to communicate with the [mbed Device Connector Server](https://api.connector.mbed.com) except for 6LoWPAN ND and Thread. However, you can easily change it to IPv6
238-
by changing the mbed_app.json you make:
237+
This example uses IPv4 to communicate with the [mbed Device Connector Server](https://api.connector.mbed.com) except for 6LoWPAN ND and Thread. However, you can easily change it to IPv6 by changing the `mbed_app.json` you make:
239238
```
240239
"target_overrides": {
241240
"*": {
@@ -245,7 +244,7 @@ by changing the mbed_app.json you make:
245244
"mbed-trace.enable": 0
246245
}
247246
```
248-
by modifying the ipv4-enable or ipv6-enable to true/false. Only one should be true.
247+
by modifying the `ipv4-enabled` or `ipv6-enabled` to `true/false`. Only one should be true.
249248

250249
The example program should automatically get an IP address from the router when connected over Ethernet or WiFi.
251250

0 commit comments

Comments
 (0)