]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/separate_ethernet_and_wifi' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 3 Mar 2017 03:53:32 +0000 (11:53 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 3 Mar 2017 03:53:32 +0000 (11:53 +0800)
commit7754647e71654f5a6c7c49e38256f1c3897fd560
tree5ae888acf7cf00b6775ebbc73e50b3dc6c85ed5a
parentccbc6183c3fd7dc7e1bb919be206d8104ae9c4dc
parentfd0edae75a4dafc4dc46369ce96ee89a91a22cc4
Merge branch 'bugfix/separate_ethernet_and_wifi' into 'master'

Allow separate ethernet & wifi configuration

If only 1/2 of ethernet & WiFi are enabled in config, the other interface is no longer linked into the firmware.

* Fixes bug where enabling Ethernet but not WiFi would fail to compile.
* Also means that enabling WiFi but not Ethernet no longer links some unused ethernet interface functions.

See merge request !525