arduino-esp32/libraries/WiFi/examples
Frank Sautter 75bc1e648b Allow configuration of Ethernet PHY clock source (#916)
* Allow configuration of Ethernet PHY clock source
Refer to https://github.com/espressif/esp-idf/pull/1127
The internal APLL can be used to generate the 50MHz clock for the internal EMAC and the external Ethernet PHY.
The clock can either be input on GPIO0 (as before) or output on GPIO0, GPIO16 or GPIO17 (only GPIO17 extensively tested).
New example available.

* Allow configuration of Ethernet PHY clock source
Refer to https://github.com/espressif/esp-idf/pull/1127
The internal APLL can be used to generate the 50MHz clock for the internal EMAC and the external Ethernet PHY.
The clock can either be input on GPIO0 (as before) or output on GPIO0, GPIO16 or GPIO17 (only GPIO17 extensively tested).
New example available.
2017-12-19 14:06:01 +01:00
..
ETH_LAN8720 Add initial support for Ethernet and examples 2017-08-02 00:02:45 +03:00
ETH_LAN8720_internal_clock Allow configuration of Ethernet PHY clock source (#916) 2017-12-19 14:06:01 +01:00
ETH_TLK110 Add initial support for Ethernet and examples 2017-08-02 00:02:45 +03:00
SimpleWiFiServer Some grammar/spelling fixes (#438) 2017-06-14 10:12:59 +02:00
WiFiBlueToothSwitch Major IDF and Arduino Update 2017-02-23 01:11:57 +02:00
WiFiClient initial import 2016-10-06 07:09:44 -06:00
WiFiClientBasic initial import 2016-10-06 07:09:44 -06:00
WiFiClientEvents Remove non-working WiFi examples and fix some that require changes 2016-10-08 13:09:54 +03:00
WiFiClientStaticIP Static IP example 2017-09-09 00:15:54 -03:00
WiFiIPv6 update windows toolchain and platform.txt 2017-01-19 03:24:21 +02:00
WiFiMulti initial import 2016-10-06 07:09:44 -06:00
WiFiScan Remove non-working WiFi examples and fix some that require changes 2016-10-08 13:09:54 +03:00
WiFiSmartConfig Add smartConfig support (#136) 2017-01-20 12:39:51 +02:00
WiFiTelnetToSerial Add WiFiServer hasClient and WiFiTelnetToSerial example (#394) 2017-05-23 08:12:39 +02:00
WiFiUDPClient Added a basic WiFi UDP client example (#114) 2017-02-03 16:31:41 +02:00
WPS Add Example Code for WPS Functionality (#648) 2017-09-21 16:47:45 +08:00