arduino-esp32/libraries
zipiju 3198f25c19 Set HSPI ports by default when HSPI is selected (#874)
When user selected HSPI with SPIClass name(HSPI) ESP was, by default,
still using VSPI ports (the ones defined in pins_arduino.h).
With this change when user selects HSPI then HSPI default ports will be
used.
If user won't specify HSPI then VSPI default ports will be used.
If user will specify SCLK, MOSI, MISO and SS with SPI.begin() then user
defined ports will be used no matter if VSPI or HSPI is selected.
With this change fe. SD library can use default HSPI ports. It was
possible to
pass HSPI SPI instance to SD lib, however even then it was using VSPI
ports which were (probably) GPIO matrixed to HSPI.
2017-11-28 11:12:39 +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 Create ledcWrite_RGB.ino (#688) 2017-10-10 22:42:26 +03: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 Now SmartConfig works! (#807) 2017-11-06 20:10:48 +02: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