OVMS3-idf/components/ethernet
Ivan Grokhotkov 5fbea86a9e Merge branch 'feature/config_wifi_bt' into 'master'
Clean up WiFi & Bluetooth config options

* Splits "WiFi" configuration out from ESP32 configuration submenu to its own menu.
* Renames "BT" to "Bluetooth", enabling Bluetooth is now in this option not the ESP32 submenu.

* Also disables compiling/linking of BT stack if Bluetooth is disabled, saves some build time.

See merge request !397
2017-01-11 18:38:30 +08:00
..
include ethernet: support flow control 2017-01-10 15:19:18 +08:00
component.mk ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_common.h ethernet: support flow control 2017-01-10 15:19:18 +08:00
emac_desc.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_dev.c ethernet: support flow control 2017-01-10 15:19:18 +08:00
emac_dev.h ethernet: support flow control 2017-01-10 15:19:18 +08:00
emac_main.c ethernet: support flow control 2017-01-10 15:19:18 +08:00
Kconfig config: Move WiFi & BT toggles to Components menu, same as Ethernet 2017-01-10 16:39:43 +11:00