-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: TareObjects/arduino-esp32
base: master
head repository: espressif/arduino-esp32
compare: master
Commits on Jun 24, 2018
-
Add component CMakeLists.txt file for use with CMake-based build syst…
…em (espressif#1508) Includes verification script (for Travis) that CMakeLists.txt contents match repo & submodule source files
Configuration menu - View commit details
-
Copy full SHA for 7abd586 - Browse repository at this point
Copy the full SHA 7abd586View commit details
Commits on Jun 27, 2018
-
Update IDF to aaf1239 (espressif#1539)
* fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * Initial add of @stickbreaker i2c * Add log_n * fix warnings when log is off * i2c code clean up and reorganization * add flags to interrupt allocator * fix sdmmc config * Fix warnings in EEPROM from @Curclamas * remove leftover TAG in EEPROM * fix errors with latest IDF * fix debug optimization (espressif#1365) incorrect optimization for debugging tick markers. * Fix some missing BT header * Change BTSerial log calls * Update BLE lib * Arduino-ESP32 release management scripted (espressif#1515) * Calculate an absolute path for a custom partitions table (espressif#1452) * * Arduino-ESP32 release management scripted (ready-to-merge) * * secure env for espressif/arduino-esp32 * * build tests enabled * gitter webhook enabled * * gitter room link fixed * better comment * * filepaths fixed * BT Serial adjustments * * don't run sketch builds & tests for tagged builds * Return false from WiFi.hostByName() if hostname is not resolved * Free BT Memory when BT is not used * WIFI_MODE_NULL is not supported anymore * Select some key examples to build with PlatformIO to save some time * Update BLE lib * Fixed BLE lib * Major WiFi overhaul - auto reconnect on connection loss now works - moved to event groups - some code clean up and procedure optimizations - new methods to get a more elaborate system ststus * Add cmake tests to travis * Add initial AsyncUDP * Add NetBIOS lib and fix CMake includes * Add Initial WebServer * Fix WebServer and examples * travis not quiting on build fail * Try different travis build * Update IDF to aaf1239 * Fix WPS Example * fix script permission and add some fail tests to sketch builder * Add missing space in WiFiClient::write(Stream &stream)
Configuration menu - View commit details
-
Copy full SHA for a59eafb - Browse repository at this point
Copy the full SHA a59eafbView commit details -
ArduinoOTA endless loop (espressif#1533)
* Changed pinmap to show pins34-39 as GPI * ArduinoOTA could have endless loop b/c udp.read can return negative result
Configuration menu - View commit details
-
Copy full SHA for cde668d - Browse repository at this point
Copy the full SHA cde668dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0586452 - Browse repository at this point
Copy the full SHA 0586452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 873876d - Browse repository at this point
Copy the full SHA 873876dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93566a4 - Browse repository at this point
Copy the full SHA 93566a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed953a0 - Browse repository at this point
Copy the full SHA ed953a0View commit details
Commits on Jun 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 58bdebc - Browse repository at this point
Copy the full SHA 58bdebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ccbd4 - Browse repository at this point
Copy the full SHA a8ccbd4View commit details -
Added OTAWebupdated (espressif#1544)
* added OTAWebUpdater * added OTAWebUpdater * Updated OTAWebUpdater
Configuration menu - View commit details
-
Copy full SHA for 47421b8 - Browse repository at this point
Copy the full SHA 47421b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4e891 - Browse repository at this point
Copy the full SHA eb4e891View commit details -
Configuration menu - View commit details
-
Copy full SHA for b855eb2 - Browse repository at this point
Copy the full SHA b855eb2View commit details
Commits on Jun 30, 2018
-
Fix io16 io17 and PSRAM support (espressif#1564)
* Add PSRAM init and malloc funtions * Rebuild IDF libs
Configuration menu - View commit details
-
Copy full SHA for 184bb06 - Browse repository at this point
Copy the full SHA 184bb06View commit details
Commits on Jul 2, 2018
-
Remove confusing Debug output. (espressif#1574)
If Core Debug Level is at DEBUG, a confusing debug message will be emitted if the I2C transaction takes longer complete than the calculated minimum time. This original debug message was just to prove that this new i2c code could correctly handle SCL stretching or interrupt latency issues. This delay is not a problem, or an error. Usually it is caused by a higher priory interrupt starving the i2c ISR. Usually WiFi is the culprit. As long of this delay is within the configured timeout (by default 50ms, or can be set with Wire.setTimeOut(milliseconds);) no problem will occur and the transaction will successfully complete. Chuck.
Configuration menu - View commit details
-
Copy full SHA for 6411ac4 - Browse repository at this point
Copy the full SHA 6411ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3967beb - Browse repository at this point
Copy the full SHA 3967bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c946a - Browse repository at this point
Copy the full SHA c4c946aView commit details
Commits on Jul 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8b01b9e - Browse repository at this point
Copy the full SHA 8b01b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ca9e8 - Browse repository at this point
Copy the full SHA 12ca9e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5cbda - Browse repository at this point
Copy the full SHA 4e5cbdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0161e28 - Browse repository at this point
Copy the full SHA 0161e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe9652 - Browse repository at this point
Copy the full SHA 2fe9652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 659c8ad - Browse repository at this point
Copy the full SHA 659c8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e46c9b - Browse repository at this point
Copy the full SHA 5e46c9bView commit details
Commits on Jul 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a835bb2 - Browse repository at this point
Copy the full SHA a835bb2View commit details -
* relnotes handling update (espressif#1592)
* script exec fails on curl error
Configuration menu - View commit details
-
Copy full SHA for 9f8f057 - Browse repository at this point
Copy the full SHA 9f8f057View commit details
Commits on Jul 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 95b8754 - Browse repository at this point
Copy the full SHA 95b8754View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad5390 - Browse repository at this point
Copy the full SHA bad5390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05111bb - Browse repository at this point
Copy the full SHA 05111bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 871dd18 - Browse repository at this point
Copy the full SHA 871dd18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afdd71 - Browse repository at this point
Copy the full SHA 8afdd71View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c6991 - Browse repository at this point
Copy the full SHA b0c6991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9efecc1 - Browse repository at this point
Copy the full SHA 9efecc1View commit details
Commits on Jul 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9f6d0d2 - Browse repository at this point
Copy the full SHA 9f6d0d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 901a341 - Browse repository at this point
Copy the full SHA 901a341View commit details -
Allow using argument with attachInterrupt (espressif#1535)
* Allow using argument with attachInterrupt * formatting replace tabs with spaces * fix bug more then 1 interrupt * leftover * add example * make attachInterruptArg public * update example * leftover
Configuration menu - View commit details
-
Copy full SHA for c77aed4 - Browse repository at this point
Copy the full SHA c77aed4View commit details
Commits on Jul 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9925772 - Browse repository at this point
Copy the full SHA 9925772View commit details -
Add XinaBox CW02 to supported boards (espressif#1620)
* Create pins_arduino.h * Update boards.txt * Update pins_arduino.h
Configuration menu - View commit details
-
Copy full SHA for 79010b6 - Browse repository at this point
Copy the full SHA 79010b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e16058 - Browse repository at this point
Copy the full SHA 3e16058View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a94b5 - Browse repository at this point
Copy the full SHA c1a94b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9d1ee - Browse repository at this point
Copy the full SHA 4e9d1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff90778 - Browse repository at this point
Copy the full SHA ff90778View commit details
Commits on Jul 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ddfeae9 - Browse repository at this point
Copy the full SHA ddfeae9View commit details
Commits on Jul 12, 2018
-
Spurious Interrupts Temporary fix 20180711 (espressif#1625)
the 'eject' ERROR is and indication of an interrupt triggering without an source. I am working to eliminate these serviceable interrupt. This update increase stability on a HelTek Wifi Lora 32 board. with a SSD1306 OLED. This update fixes a glaring error in the interrupt allocation code, the Interrupt mask was wrong. I also dynamically adjust the FiFo thresholds based on Bus clockrate. The change to FiFo thresholds has reduced the number for 'eject' events. I also change 'eject' from and ERROR to DEBUG. An 'eject' event does not compromise i2c transmissions. It happens after a transaction has completed. Chuck.
Configuration menu - View commit details
-
Copy full SHA for 28a410d - Browse repository at this point
Copy the full SHA 28a410dView commit details
Commits on Jul 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e63aa40 - Browse repository at this point
Copy the full SHA e63aa40View commit details
Commits on Jul 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 44f5a4d - Browse repository at this point
Copy the full SHA 44f5a4dView commit details -
Add ALKS board variant (espressif#1643)
* Initial support for ALKS variant
Configuration menu - View commit details
-
Copy full SHA for cbd4dc5 - Browse repository at this point
Copy the full SHA cbd4dc5View commit details -
EEPROM library: Move #include of Arduino.h to header file (espressif#…
…1641) EEPROM.h uses data types which are declared through Arduino.h but that file does not contain an #include directive for Arduino.h. This does not cause any problems when the EEPROM library is #included from a .ino file because the Arduino IDE automatically adds an #include directive for Arduino.h but this is not the case for .cpp files. If a .cpp file has an #include directive for EEPROM.h that does not follow an #include directive for Arduino.h then compilation fails: E:\arduino\hardware\espressif\esp32\libraries\EEPROM/EEPROM.h:91:5: error: 'float_t' does not name a type float_t readFloat(int address); ^ E:\arduino\hardware\espressif\esp32\libraries\EEPROM/EEPROM.h:92:5: error: 'double_t' does not name a type double_t readDouble(int address); ^ E:\arduino\hardware\espressif\esp32\libraries\EEPROM/EEPROM.h:95:5: error: 'String' does not name a type String readString(int address); ^ E:\arduino\hardware\espressif\esp32\libraries\EEPROM/EEPROM.h:110:36: error: 'float_t' has not been declared size_t writeFloat(int address, float_t value); ^ E:\arduino\hardware\espressif\esp32\libraries\EEPROM/EEPROM.h:111:37: error: 'double_t' has not been declared size_t writeDouble(int address, double_t value); ^ E:\arduino\hardware\espressif\esp32\libraries\EEPROM/EEPROM.h:114:37: error: 'String' has not been declared size_t writeString(int address, String value);
Configuration menu - View commit details
-
Copy full SHA for c830511 - Browse repository at this point
Copy the full SHA c830511View commit details -
Configuration menu - View commit details
-
Copy full SHA for b14f82b - Browse repository at this point
Copy the full SHA b14f82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d72f9 - Browse repository at this point
Copy the full SHA 05d72f9View commit details
Commits on Jul 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e157ec0 - Browse repository at this point
Copy the full SHA e157ec0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master