Skip to content

Releases: espressif/arduino-esp32

Prerelease for 1.0.1

10 Jan 09:14
Compare
Choose a tag to compare
Prerelease for 1.0.1 Pre-release
Pre-release

Includes a fix for log_printf and fix for compile issues on Windows

Commits
  • b0582e1 Fix compilation failing on Windows because of liblib.a
  • a539257 An example to read high frequency analog data using i2s_adc (#2295)
  • 70656aa fix leak in log_printf

Prerelease for 1.0.1

09 Jan 20:28
fa61b3b
Compare
Choose a tag to compare
Prerelease for 1.0.1 Pre-release
Pre-release

This prerelease includes fixes, WDT reboot and API, CPU Frequency API, Face Detection and Recognition and more

Commits

Prerelease for 1.0.1

16 Dec 18:25
Compare
Choose a tag to compare
Prerelease for 1.0.1 Pre-release
Pre-release

Includes fixes, updated tools, idf and bt libs and adds esp32-camera support

Commits
  • 7781047 Move Example to proper folder
  • be081ac Add FreeRTOS multi-thread example (#2067)
  • 4d3f6ca Add quotes around macro value (Issue #2193) (#2197)
  • 2db811f Update build tools (#2200)
  • 39836f1 correct bounds checking in Print::printf to avoid corner case of len=64 (#2204)
  • 25fd2d0 OTA success reporting fix (#2202)
  • 278fa0d Fix read(), peek() and available() in WiFiClientSecure
  • b37f406 Increase _network_event_task priority (#2184)
  • e602145 fix #2105 (#2192)
  • 6f6ee98 Update ESP-IDF da2116f + esp32-camera f8f26ab + BLE b232e7f (#2194)
  • 1289f4b Add MD5 computation to Esp and add request header with MD5 hash of the running sketch to HTTPUpdate (#2176)
  • 70f000d Fix a compilation error if Bluetooth not enabled (#2172)
  • 884e417 Fix HTTPUpdate flash size check and add SPIFFS size check (#2161)
  • bb7dea1 Fix missing SS define for D32 Pro
  • bff9f0b Fix error in PR #2048: if ::available() is called before ::connect() _rxBuffer is not initialised (#2155)
  • 7280370 Updated table of tested locations of Eduroam network (#2157)
  • 0596a2a Abort update if http.begin() returns false. Fix a typo in httpUpdate.ino (#2156)
  • fe1fdd2 #2147 available() shouldn't return 0 after disconnect if there is still data in the buffer. Otherwise, how would we know it was there? (#2148)
  • af7e489 WiFiClientSecure: add support for PSK (pre-shared key) ciphers (#2133)
  • 5cfff19 removing log (#2140)
  • 7a33286 I2C ReSTART returns Success (#2141)
  • 8aa6e2e bugfix lopy/pins_arduino.h (#2135)
  • b5f3170 Fixed Arduino SPI/Ethernet compile issue as described in issue #1623 (#2136)
  • f644d9d Use right function for BSSID (#2132)
  • a15b7e9 Update IDF to afe4c76 and BLE lib (#2130)
  • ce340fa Clean warnings when all warning enabled (#2112)
  • b69b04c Update build-release.sh
  • 0cbba8a * remove git clone --depth parameter (#2124)
  • 9e1f8cc Update pins_arduino.h (#2120)
  • cfe7e01 Remove F() macro's (#2121)
  • fcd734a Some fixes found by gcc 8

Prerelease for 1.0.1

27 Nov 23:07
aa030e0
Compare
Choose a tag to compare
Prerelease for 1.0.1 Pre-release
Pre-release

Git log is refusing to work in travis for this one, so excuse the missing log.

First stable release

28 Jul 07:54
Compare
Choose a tag to compare

This is the first stable release of Arduino for ESP32 for Arduino Package Manager

Commits
  • 30b3eeb * merge only annotated tag messages into release notes (#1683)
  • 3222e64 add LOLIN D32 & D32 PRO Board support (#1688)

Network and Web Server optimizations

26 Jul 18:32
Compare
Choose a tag to compare
Pre-release

This prerelease includes new examples, fixes and optimisations

  • Added to main README. Made mods to images as requested.

  • Added links for development package

Commits
  • 2fba812 Added instructions for installation with boards manager (#1630)
  • e51f7a5 fix compilation errors in idf
  • 7d2560c roll back the while loop in _parseForm
  • 17065df Added a define to format the spiffs in SPIFFS_Test.ino (#1662)
  • 2f5b3c0 Functions _uploadReadByte and _parseForm were modified in order to (#1677)
  • 1fe3ee8 Feature/selective compilation (#1671)
  • 328523f Memory leak (#1672)
  • 7761ebd Add M5Stack-FIRE board (#1647)
  • f9a382a fix some compilation error and warnings in i2c
  • d854dc1 Create WiFiClientEnterprise.ino (#1640)
  • f1f8d7e Packet with zero data length (#1659)
  • da798c7 Add TTGO LoRa32 with OLED Version 1.x Board (#1663)
  • 8d7fb58 Fix for spurious interrupts during I2C communications (#1665)
  • 2fda054 [OTA Timeout] Added ability set OTA timeout in the OTA client (#1669)
  • e157ec0 expose post args during upload (#1650)
  • 05d72f9 fix WiFi STA going into loop in some cases of disconnect
  • b14f82b Release notes formatting update (#1634)
  • c830511 EEPROM library: Move #include of Arduino.h to header file (#1641)
  • cbd4dc5 Add ALKS board variant (#1643)
  • 44f5a4d Fix Client returning disconnected because of VFS errors
  • e63aa40 Enable PSRAM builds when used as IDF component
  • 28a410d Spurious Interrupts Temporary fix 20180711 (#1625)
  • ddfeae9 Fix AsyncUDP server exception

Some bug fixes and improvements

11 Jul 17:57
Compare
Choose a tag to compare
Pre-release

Maybe last prerelease

Fix esptool version

03 Jul 14:20
Compare
Choose a tag to compare
Fix esptool version Pre-release
Pre-release

Version numbers matter

Initial prerelease

02 Jul 16:36
Compare
Choose a tag to compare
Initial prerelease Pre-release
Pre-release
Broke HTTP_Method out into a separate library for reuse in ESPAsyncWe…

…bServer (#1562)