-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: quizzmaster/arduino-esp32
base: master
head repository: espressif/arduino-esp32
compare: master
Commits on Nov 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f12df4c - Browse repository at this point
Copy the full SHA f12df4cView commit details -
Wire endTransmission() fix for issue espressif#1725 (espressif#1888)
* removed uint8_t Wire.endTransmission(uint8_t sendStop) Having both endTransmission(bool) and endTransmission(uint8_t) creates problems. There is no need for endTransmission(uint8_t) endTransmission(1) and endTransmission(0) works with endTransmission(bool). Removing endTransmission(uint8_t) allows the ESP32 code to be compatible with all the other Arduino cores by allowing endTransmission(1) and endTranmission(0) to work as it does on all the other cores. * Wire library version bump for endTransmission() update
Configuration menu - View commit details
-
Copy full SHA for deaf339 - Browse repository at this point
Copy the full SHA deaf339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 825b6ea - Browse repository at this point
Copy the full SHA 825b6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a436825 - Browse repository at this point
Copy the full SHA a436825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e28883 - Browse repository at this point
Copy the full SHA 9e28883View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ed511 - Browse repository at this point
Copy the full SHA a3ed511View commit details -
make WiFi.softAP() more robust (espressif#1925)
* make WiFi.softAP() more robust * WiFi.softAP() revert fallback to WIFI_AUTH_OPEN
Configuration menu - View commit details
-
Copy full SHA for 14ff311 - Browse repository at this point
Copy the full SHA 14ff311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2132d9f - Browse repository at this point
Copy the full SHA 2132d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc1e8c - Browse repository at this point
Copy the full SHA 1bc1e8cView commit details -
Update pins_arduino.h (espressif#1948)
Pin definitions T8/T9 & DAC1/DAC2 Back To Front
Configuration menu - View commit details
-
Copy full SHA for b8c9819 - Browse repository at this point
Copy the full SHA b8c9819View commit details -
Update pins_arduino.h (espressif#1949)
Pin definitions T8/T9 & DAC1/DAC2 Back To Front (Issue espressif#1831)
Configuration menu - View commit details
-
Copy full SHA for f6a71da - Browse repository at this point
Copy the full SHA f6a71daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c861a - Browse repository at this point
Copy the full SHA 65c861aView commit details -
Added baudrate detection to esp32-hal-uart and HardwareSerial (espres…
…sif#1961) * Added baudrate detection to esp32-hal-uart and HardwareSerial * Solved compiler warning for uartResizeRxBuffer() * Add unit to header variable name (timeout_ms) * Reverting accidentally changed files to master * Add small delay after baudrate detection
Configuration menu - View commit details
-
Copy full SHA for 233d31b - Browse repository at this point
Copy the full SHA 233d31bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b70737d - Browse repository at this point
Copy the full SHA b70737dView commit details -
Feature/http client (espressif#1973)
* Pass client parameter into two new begin() functions. Set other begin() functions deprecated. Updated library version to 1.2 * Added working HTTPS example on a public url with a certificate * Remove two unnecessary tests in ::disconnect() * Add a scoping block to BasicHttpsClient.ino to assure HTTPClient is destroyed before WiFiClientSecure * Added check to handle mixup of old and present api properly * Correct HTTPClient::setTimeout() to convert milliseconds to seconds. Correct WiFiClient::setTimeout() to call Stream::setTimeout() with seconds converted back to milliseconds. Remove inproper checks for _insecure. * Added small comment because it looked like the Travis build did not finish
Configuration menu - View commit details
-
Copy full SHA for 01d22c8 - Browse repository at this point
Copy the full SHA 01d22c8View commit details -
Feature/http update (espressif#1979)
* Added HTTPUpdate class for downloading sketches from a server * Added HTTPUpdate class for downloading sketches from a server * Added HTTPUpdate to CMakeLists.txt * Change ESP8266 class references to ESP32 for httpUpdate.ino example * Change ESP8266 class references to ESP32 for httpUpdate.ino example. setLedPin() commented out because not all boards support LED_BUITLIN * Added check to handle mixup of old and present api properly * Correct HTTPClient::setTimeout() to convert milliseconds to seconds. Correct WiFiClient::setTimeout() to call Stream::setTimeout() with seconds converted back to milliseconds. Remove inproper checks for _insecure. * Added small comment because it looked like the Travis build did not finish
Configuration menu - View commit details
-
Copy full SHA for b58a350 - Browse repository at this point
Copy the full SHA b58a350View commit details -
Updated table of tested locations - Enterprise wifi networks - WifiCl…
…ientEnterprise (espressif#1980) * Updated table of tested locations * updated
Configuration menu - View commit details
-
Copy full SHA for a53c9de - Browse repository at this point
Copy the full SHA a53c9deView commit details -
[Feature] Boards added: Pycom LoPy & LoPy4 (espressif#1984)
* Create pins_arduino.h * Update boards.txt Pycom LoPy + LoPy4 boards added * Create pins_arduino.h * Update pins_arduino.h bugfix antenna switch GPIO port 16 -> 21 * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update boards.txt
Configuration menu - View commit details
-
Copy full SHA for 1fdc660 - Browse repository at this point
Copy the full SHA 1fdc660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b811f9 - Browse repository at this point
Copy the full SHA 7b811f9View commit details -
updated WifiClientEnterprise example (espressif#1988)
* updated WifiClientEnterprise example * Update WiFiClientEnterprise.ino
Configuration menu - View commit details
-
Copy full SHA for c7fa251 - Browse repository at this point
Copy the full SHA c7fa251View commit details -
Added Olimex board ESP32-PoE. pins_arduino header file based on the ESP32-EVB with changed SS pin and removed BOARD_HAS_1BIT_SDMMC macro.
Configuration menu - View commit details
-
Copy full SHA for f9d1b24 - Browse repository at this point
Copy the full SHA f9d1b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3902aa4 - Browse repository at this point
Copy the full SHA 3902aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 259ff80 - Browse repository at this point
Copy the full SHA 259ff80View commit details -
Working example for HTTPS over Eduroam network - WifiClient secure li…
…brary (espressif#2022) * Working example for HTTPS over Eduroam network * Update WiFiClientSecureEnterprise.ino
Configuration menu - View commit details
-
Copy full SHA for 5d2460c - Browse repository at this point
Copy the full SHA 5d2460cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 273196d - Browse repository at this point
Copy the full SHA 273196dView commit details -
Added ESP:: functions for sketch size (espressif#2028)
* Added ESP:: functions for sketch size * Fixed free space name to match ESP8266
Configuration menu - View commit details
-
Copy full SHA for af79e18 - Browse repository at this point
Copy the full SHA af79e18View commit details -
Fix uart TX flushing (espressif#2029)
wait for FSM to return idle
Configuration menu - View commit details
-
Copy full SHA for 44ca2ee - Browse repository at this point
Copy the full SHA 44ca2eeView commit details -
Limit the number of simultaneously connected devices to BluetoothSeri…
…al to only 1 (espressif#2061)
Configuration menu - View commit details
-
Copy full SHA for 0d564d7 - Browse repository at this point
Copy the full SHA 0d564d7View commit details -
Some fixes to nghttp2 to provide basic functionality. Added the missi…
…ng main header. Removed the asio headers which require Boost libraries. Moved http_parser into the expected location. (espressif#2068)
Configuration menu - View commit details
-
Copy full SHA for c700e56 - Browse repository at this point
Copy the full SHA c700e56View commit details -
Fix Partition Calculation for min SPIFFS (espressif#2072)
I have kept the original APPS size on purpose as 40KB SPIFFS is useless IMHO
Configuration menu - View commit details
-
Copy full SHA for acefd4b - Browse repository at this point
Copy the full SHA acefd4bView commit details -
adding D-duino-32 board/pins (espressif#2030)
* adding d-duino-32 board/pins, fixes espressif#930 * remove OLED_RST
Configuration menu - View commit details
-
Copy full SHA for a300059 - Browse repository at this point
Copy the full SHA a300059View commit details -
Allow to add custom callback in BT Serial (espressif#2081)
This allow to catch the events when connected /disconnected,, etc... This also allow to get parameters of events like the remote address of connected devices, etc... Small change but lot of flexibility
Configuration menu - View commit details
-
Copy full SHA for c3ec91f - Browse repository at this point
Copy the full SHA c3ec91fView commit details
Commits on Nov 26, 2018
-
Update IDF to a0468b2 (espressif#2108)
* Update IDF to a0468b2 * add missing ld file * Fix PIO builds and change coex policy
Configuration menu - View commit details
-
Copy full SHA for 0496300 - Browse repository at this point
Copy the full SHA 0496300View commit details -
Configuration menu - View commit details
-
Copy full SHA for e609c78 - Browse repository at this point
Copy the full SHA e609c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0640964 - Browse repository at this point
Copy the full SHA 0640964View commit details -
handshake in ssl_client.cpp (espressif#2044)
* issue espressif#2041 * handshake timeout * seconds to milliseconds
Configuration menu - View commit details
-
Copy full SHA for 46257c0 - Browse repository at this point
Copy the full SHA 46257c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae64c5 - Browse repository at this point
Copy the full SHA 4ae64c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec6f87 - Browse repository at this point
Copy the full SHA bec6f87View commit details
Commits on Nov 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dcb007a - Browse repository at this point
Copy the full SHA dcb007aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e9afe8 - Browse repository at this point
Copy the full SHA 7e9afe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e583a0e - Browse repository at this point
Copy the full SHA e583a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfde8da - Browse repository at this point
Copy the full SHA bfde8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for a360064 - Browse repository at this point
Copy the full SHA a360064View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4eeb3 - Browse repository at this point
Copy the full SHA df4eeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95d417c - Browse repository at this point
Copy the full SHA 95d417cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa030e0 - Browse repository at this point
Copy the full SHA aa030e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd734a - Browse repository at this point
Copy the full SHA fcd734aView commit details
Commits on Nov 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cfe7e01 - Browse repository at this point
Copy the full SHA cfe7e01View commit details -
Update pins_arduino.h (espressif#2120)
Bugfix: pin A14 was double defined; pin A15 was missing.
Configuration menu - View commit details
-
Copy full SHA for 9e1f8cc - Browse repository at this point
Copy the full SHA 9e1f8ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cbba8a - Browse repository at this point
Copy the full SHA 0cbba8aView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.