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

Commit 6a09512

Browse files
authored
Minor edits.
1 parent feb3705 commit 6a09512

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,19 +305,23 @@ To build the example using mbed CLI:
305305
306306
3. To build the application, select the hardware board and build the toolchain using the command:
307307
308-
Specify the config file in the build command, for example for 6LoWPAN
308+
(Specify the config file in the build command, for example for 6LoWPAN)
309309
310310
```
311311
mbed compile -m K64F -t GCC_ARM -c --app-config configs/6lowpan_Atmel_RF.json
312312
```
313-
If you are using any of the following configuration remember to copy .mbedignore as well:
313+
314+
If you are using either of the following configurations remember to copy .mbedignore as well:
315+
314316
```
315317
configs/eth_*
316318
configs/wifi_*
317-
```
319+
```
320+
318321
```
319322
cp configs/eth-wifi-mbedignore ./.mbedignore
320-
```
323+
```
324+
321325
mbed CLI builds a binary file under the project’s `BUILD/` directory.
322326
323327
4. Plug the Ethernet cable into the board if you are using Ethernet mode.

0 commit comments

Comments
 (0)