mbed-os-examples / Mbed OS mbed-os-example-client

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Fri Jan 19 09:30:06 2018 +0000
Parent:
128:86c8e85c0df0
Child:
130:2418d81baa27
Commit message:
Merge pull request #375 from ARMmbed/remove_mbedignore_dependency

easy-connect: remove .mbedignore dependencies
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
configs/eth-wifi-mbedignore Show diff for this revision Revisions of this file
configs/mesh-mbedignore Show diff for this revision Revisions of this file
easy-connect.lib Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Tue Jan 16 13:30:06 2018 +0000
+++ b/README.md	Fri Jan 19 09:30:06 2018 +0000
@@ -216,18 +216,6 @@
     }
 ```
 
-#### Compile configuration for ODIN WiFi
-
-To compile ODIN WiFi configuration, you need to tell mbed NOT to compile mesh files for example. To do that, set up a `.mbedignore` file. An example file is available in the `configs` folder.
-
-This should resolve the issue:
-
-``` bash
-cp configs/wifi_odin_v4.json mbed_app.json
-<use your favourite editor to modify mbed_app.json for WiFi details>
-cp configs/mesh-mbedignore ./.mbedignore 
-```
-
 #### Compile configuration for STM `X-NUCLEO-IDW0XX1` WiFi expansion boards
 
 Currently, two STM WiFi expansion boards are available:
@@ -236,16 +224,6 @@
 
 The label is clearly printed on the PCB.
 
-To compile STM X-NUCLEO WiFi configuration, you need to tell mbed NOT to compile mesh files for example. To do that, set up a `.mbedignore` file. Example files are available in the `configs` folder.
-
-This should resolve the issue (example for `X-NUCLEO-IDW01M1`):
-
-``` bash
-cp configs/wifi_idw01m1_v4.json mbed_app.json
-<use your favourite editor to modify mbed_app.json for WiFi details>
-cp configs/mesh-mbedignore ./.mbedignore 
-```
-
 If you have issues with the `X-NUCLEO-IDW04A1` board, please double-check that macro `IDW04A1_WIFI_HW_BUG_WA` has been added to the `macros` section of the `mbed_app.json` file.
 
 #### Compile configuration for REALTEK_RTL8195AM (aka Realtek Ameba) board
@@ -340,18 +318,7 @@
     ```
     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.
--- a/configs/eth-wifi-mbedignore	Tue Jan 16 13:30:06 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-easy-connect/atmel-rf-driver/*
-easy-connect/mcr20a-rf-driver/*
-easy-connect/stm-spirit1-rf-driver/*
--- a/configs/mesh-mbedignore	Tue Jan 16 13:30:06 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-easy-connect/esp8266-driver/*
-easy-connect/wifi-x-nucleo-idw01m1/*
--- a/easy-connect.lib	Tue Jan 16 13:30:06 2018 +0000
+++ b/easy-connect.lib	Fri Jan 19 09:30:06 2018 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/easy-connect/#b396fcfdf1f9681c62cb86bdb19a08997b8a0ea0
+https://github.com/ARMmbed/easy-connect/#06594ba91bc141f08fe4024d0e9471605827cbd0