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

Update .mbedignore usage #239

Merged
merged 2 commits into from
May 4, 2017
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
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,23 @@ To build the example using mbed CLI:

3. To build the application, select the hardware board and build the toolchain using the command:

Specify the config file in the build command, for example for 6LoWPAN
(Specify the config file in the build command, for example for 6LoWPAN)

```
mbed compile -m K64F -t GCC_ARM -c --app-config configs/6lowpan_Atmel_RF.json
```


If you are using either of the following configurations remember to copy .mbedignore as well:

```
configs/eth_*
configs/wifi_*
```

```
cp configs/eth-wifi-mbedignore ./.mbedignore
```

mbed CLI builds a binary file under the project’s `BUILD/` directory.

4. Plug the Ethernet cable into the board if you are using Ethernet mode.
Expand Down