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

Commit 4e86902

Browse files
author
Antti Yli-Tokola
authored
Merge pull request #239 from ARMmbed/anttiylitokola-patch-1
Update .mbedignore usage
2 parents 5f27acc + 6a09512 commit 4e86902

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,12 +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-
313+
314+
If you are using either of the following configurations remember to copy .mbedignore as well:
315+
316+
```
317+
configs/eth_*
318+
configs/wifi_*
319+
```
320+
321+
```
322+
cp configs/eth-wifi-mbedignore ./.mbedignore
323+
```
324+
314325
mbed CLI builds a binary file under the project’s `BUILD/` directory.
315326
316327
4. Plug the Ethernet cable into the board if you are using Ethernet mode.

0 commit comments

Comments
 (0)