arduino-esp32/libraries
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
..
ArduinoOTA Allow chaining of methods for more concise code (#809) 2017-11-06 15:25:11 +02:00
BLE@f8fe9d7cdf Update IDF to e5b2c1c (#865) 2017-11-23 23:26:53 +01:00
EEPROM EEPROM_library_ported_Partition_table_updated (#535) 2017-08-01 12:51:38 +03:00
ESP32 Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
ESPmDNS Add Ota and mdns (#257) 2017-03-11 07:15:44 +01:00
FS Do not use inline functions for mkdir and rename 2017-03-11 09:16:34 +02:00
HTTPClient Feed WDT (#817) 2017-11-06 20:17:10 +02:00
Preferences remove instead of delete (#730) 2017-10-16 21:27:19 +03:00
SD Update IDF to e5b2c1c (#865) 2017-11-23 23:26:53 +01:00
SD_MMC Fix wrong size reported for cards above 16GB 2017-11-06 16:20:42 +02:00
SimpleBLE Must include sdkconfig.h before testing defines 2017-09-21 19:33:45 +08:00
SPI Set HSPI ports by default when HSPI is selected (#874) 2017-11-28 11:12:39 +01:00
SPIFFS fix SPIFFS example 2017-10-01 10:27:04 +08:00
Update Changed update example to use different controlflow structure (#711) 2017-10-10 22:41:10 +03:00
WiFi Allow configuration of Ethernet PHY clock source (#916) 2017-12-19 14:06:01 +01:00
WiFiClientSecure Reduce net_would_block calls in handshake verification (#795) 2017-11-06 15:28:37 +02:00
Wire I2c reset functionality (#678) 2017-09-29 21:17:13 +08:00