Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
0b842442
Commit
0b842442
authored
Aug 28, 2024
by
me-no-dev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update core version to 3.1.0
parent
75b29fde
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
43 additions
and
43 deletions
+43
-43
cores/esp32/esp_arduino_version.h
cores/esp32/esp_arduino_version.h
+2
-2
libraries/ArduinoOTA/library.properties
libraries/ArduinoOTA/library.properties
+1
-1
libraries/AsyncUDP/library.properties
libraries/AsyncUDP/library.properties
+1
-1
libraries/BLE/library.properties
libraries/BLE/library.properties
+1
-1
libraries/BluetoothSerial/library.properties
libraries/BluetoothSerial/library.properties
+1
-1
libraries/DNSServer/library.properties
libraries/DNSServer/library.properties
+1
-1
libraries/EEPROM/library.properties
libraries/EEPROM/library.properties
+1
-1
libraries/ESP32/library.properties
libraries/ESP32/library.properties
+1
-1
libraries/ESP_I2S/library.properties
libraries/ESP_I2S/library.properties
+1
-1
libraries/ESP_NOW/library.properties
libraries/ESP_NOW/library.properties
+1
-1
libraries/ESP_SR/library.properties
libraries/ESP_SR/library.properties
+1
-1
libraries/ESPmDNS/library.properties
libraries/ESPmDNS/library.properties
+1
-1
libraries/Ethernet/library.properties
libraries/Ethernet/library.properties
+1
-1
libraries/FFat/library.properties
libraries/FFat/library.properties
+1
-1
libraries/FS/library.properties
libraries/FS/library.properties
+1
-1
libraries/HTTPClient/library.properties
libraries/HTTPClient/library.properties
+1
-1
libraries/HTTPUpdate/library.properties
libraries/HTTPUpdate/library.properties
+1
-1
libraries/HTTPUpdateServer/library.properties
libraries/HTTPUpdateServer/library.properties
+1
-1
libraries/Insights/library.properties
libraries/Insights/library.properties
+1
-1
libraries/LittleFS/library.properties
libraries/LittleFS/library.properties
+1
-1
libraries/NetBIOS/library.properties
libraries/NetBIOS/library.properties
+1
-1
libraries/Network/library.properties
libraries/Network/library.properties
+1
-1
libraries/NetworkClientSecure/library.properties
libraries/NetworkClientSecure/library.properties
+1
-1
libraries/OpenThread/library.properties
libraries/OpenThread/library.properties
+1
-1
libraries/PPP/library.properties
libraries/PPP/library.properties
+1
-1
libraries/Preferences/library.properties
libraries/Preferences/library.properties
+1
-1
libraries/RainMaker/library.properties
libraries/RainMaker/library.properties
+1
-1
libraries/SD/library.properties
libraries/SD/library.properties
+1
-1
libraries/SD_MMC/library.properties
libraries/SD_MMC/library.properties
+1
-1
libraries/SPI/library.properties
libraries/SPI/library.properties
+1
-1
libraries/SPIFFS/library.properties
libraries/SPIFFS/library.properties
+1
-1
libraries/SimpleBLE/library.properties
libraries/SimpleBLE/library.properties
+1
-1
libraries/TFLiteMicro/library.properties
libraries/TFLiteMicro/library.properties
+1
-1
libraries/Ticker/library.properties
libraries/Ticker/library.properties
+1
-1
libraries/USB/library.properties
libraries/USB/library.properties
+1
-1
libraries/Update/library.properties
libraries/Update/library.properties
+1
-1
libraries/WebServer/library.properties
libraries/WebServer/library.properties
+1
-1
libraries/WiFi/library.properties
libraries/WiFi/library.properties
+1
-1
libraries/WiFiProv/library.properties
libraries/WiFiProv/library.properties
+1
-1
libraries/Wire/library.properties
libraries/Wire/library.properties
+1
-1
package.json
package.json
+1
-1
platform.txt
platform.txt
+1
-1
No files found.
cores/esp32/esp_arduino_version.h
View file @
0b842442
...
...
@@ -21,9 +21,9 @@ extern "C" {
/** Major version number (X.x.x) */
#define ESP_ARDUINO_VERSION_MAJOR 3
/** Minor version number (x.X.x) */
#define ESP_ARDUINO_VERSION_MINOR
0
#define ESP_ARDUINO_VERSION_MINOR
1
/** Patch version number (x.x.X) */
#define ESP_ARDUINO_VERSION_PATCH
4
#define ESP_ARDUINO_VERSION_PATCH
0
/**
* Macro to convert ARDUINO version number into an integer
...
...
libraries/ArduinoOTA/library.properties
View file @
0b842442
name
=
ArduinoOTA
version
=
3.
0.4
version
=
3.
1.0
author
=
Ivan Grokhotkov and Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download.
...
...
libraries/AsyncUDP/library.properties
View file @
0b842442
name
=
ESP32 Async UDP
version
=
3.
0.4
version
=
3.
1.0
author
=
Me-No-Dev
maintainer
=
Me-No-Dev
sentence
=
Async UDP Library for ESP32
...
...
libraries/BLE/library.properties
View file @
0b842442
name
=
BLE
version
=
3.
0.4
version
=
3.
1.0
author
=
Neil Kolban <kolban1@kolban.com>
maintainer
=
Dariusz Krempa <esp32@esp32.eu.org>
sentence
=
BLE functions for ESP32
...
...
libraries/BluetoothSerial/library.properties
View file @
0b842442
name
=
BluetoothSerial
version
=
3.
0.4
version
=
3.
1.0
author
=
Evandro Copercini
maintainer
=
Evandro Copercini
sentence
=
Simple UART to Classical Bluetooth bridge for ESP32
...
...
libraries/DNSServer/library.properties
View file @
0b842442
name
=
DNSServer
version
=
3.
0.4
version
=
3.
1.0
author
=
Kristijan Novoselić
maintainer
=
Kristijan Novoselić, <kristijan.novoselic@gmail.com>
sentence
=
A simple DNS server for ESP32.
...
...
libraries/EEPROM/library.properties
View file @
0b842442
name
=
EEPROM
version
=
3.
0.4
version
=
3.
1.0
author
=
Ivan Grokhotkov
maintainer
=
Paolo Becchi <pbecchi@aerobusiness.it>
sentence
=
Enables reading and writing data a sequential, addressable FLASH storage
...
...
libraries/ESP32/library.properties
View file @
0b842442
name
=
ESP32
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 sketches examples
...
...
libraries/ESP_I2S/library.properties
View file @
0b842442
name
=
ESP_I2S
version
=
3.
0.4
version
=
3.
1.0
author
=
me-no-dev
maintainer
=
me-no-dev
sentence
=
Library for ESP I2S communication
...
...
libraries/ESP_NOW/library.properties
View file @
0b842442
name
=
ESP_NOW
version
=
3.
0.4
version
=
3.
1.0
author
=
me-no-dev
maintainer
=
P-R-O-C-H-Y
sentence
=
Library for ESP_NOW
...
...
libraries/ESP_SR/library.properties
View file @
0b842442
name
=
ESP_SR
version
=
3.
0.4
version
=
3.
1.0
author
=
me-no-dev
maintainer
=
me-no-dev
sentence
=
Library for ESP Sound Recognition
...
...
libraries/ESPmDNS/library.properties
View file @
0b842442
name
=
ESPmDNS
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 mDNS Library
...
...
libraries/Ethernet/library.properties
View file @
0b842442
name
=
Ethernet
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables network connection (local and Internet) using the ESP32 Ethernet.
...
...
libraries/FFat/library.properties
View file @
0b842442
name
=
FFat
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov, Ivan Grokhtkov, Larry Bernstone
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 FAT on Flash File System
...
...
libraries/FS/library.properties
View file @
0b842442
name
=
FS
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 File System
...
...
libraries/HTTPClient/library.properties
View file @
0b842442
name
=
HTTPClient
version
=
3.
0.4
version
=
3.
1.0
author
=
Markus Sattler
maintainer
=
Markus Sattler
sentence
=
HTTP Client for ESP32
...
...
libraries/HTTPUpdate/library.properties
View file @
0b842442
name
=
HTTPUpdate
version
=
3.
0.4
version
=
3.
1.0
author
=
Markus Sattler
maintainer
=
Markus Sattler
sentence
=
Http Update for ESP32
...
...
libraries/HTTPUpdateServer/library.properties
View file @
0b842442
name
=
HTTPUpdateServer
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Kapanakov
maintainer
=
sentence
=
Simple HTTP Update server based on the WebServer
...
...
libraries/Insights/library.properties
View file @
0b842442
name
=
ESP Insights
version
=
3.
0.4
version
=
3.
1.0
author
=
Sanket Wadekar <sanket.wadekar@espressif.com>
maintainer
=
Sanket Wadekar <sanket.wadekar@espressif.com>
sentence
=
ESP Insights
...
...
libraries/LittleFS/library.properties
View file @
0b842442
name
=
LittleFS
version
=
3.
0.4
version
=
3.
1.0
author
=
maintainer
=
sentence
=
LittleFS for esp32
...
...
libraries/NetBIOS/library.properties
View file @
0b842442
name
=
NetBIOS
version
=
3.
0.4
version
=
3.
1.0
author
=
Pablo@xpablo.cz
maintainer
=
Hristo Gochkov<hristo@espressif.com>
sentence
=
Enables NBNS (NetBIOS) name resolution.
...
...
libraries/Network/library.properties
View file @
0b842442
name
=
Networking
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
General network management library.
...
...
libraries/NetworkClientSecure/library.properties
View file @
0b842442
name
=
NetworkClientSecure
version
=
3.
0.4
version
=
3.
1.0
author
=
Evandro Luis Copercini
maintainer
=
Github Community
sentence
=
Enables secure network connection (local and Internet) using the ESP32 built-in WiFi.
...
...
libraries/OpenThread/library.properties
View file @
0b842442
name
=
OpenThread
version
=
3.
0.4
version
=
3.
1.0
author
=
Rodrigo Garcia | GitHub @SuGlider
maintainer
=
Rodrigo Garcia <Rodrigo.Garcia@espressif.com>
sentence
=
Library for OpenThread Network on ESP32.
...
...
libraries/PPP/library.properties
View file @
0b842442
name
=
PPP
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables network connection using GSM Modem.
...
...
libraries/Preferences/library.properties
View file @
0b842442
name
=
Preferences
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Provides friendly access to ESP32's Non-Volatile Storage
...
...
libraries/RainMaker/library.properties
View file @
0b842442
name
=
ESP RainMaker
version
=
3.
0.4
version
=
3.
1.0
author
=
Sweety Mhaiske <switi.mhaiske@espressif.com>
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP RainMaker Support
...
...
libraries/SD/library.properties
View file @
0b842442
name
=
SD
version
=
3.
0.4
version
=
3.
1.0
author
=
Arduino, SparkFun
maintainer
=
Arduino <info@arduino.cc>
sentence
=
Enables reading and writing on SD cards. For all Arduino boards.
...
...
libraries/SD_MMC/library.properties
View file @
0b842442
name
=
SD_MMC
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 SDMMC File System
...
...
libraries/SPI/library.properties
View file @
0b842442
name
=
SPI
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
...
...
libraries/SPIFFS/library.properties
View file @
0b842442
name
=
SPIFFS
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov, Ivan Grokhtkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 SPIFFS File System
...
...
libraries/SimpleBLE/library.properties
View file @
0b842442
name
=
SimpleBLE
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Provides really simple BLE advertizer with just on and off
...
...
libraries/TFLiteMicro/library.properties
View file @
0b842442
name
=
TFLite Micro
version
=
3.
0.4
version
=
3.
1.0
author
=
Sanket Wadekar
maintainer
=
Sanket Wadekar
sentence
=
TensorFlow Lite for Microcontrollers
...
...
libraries/Ticker/library.properties
View file @
0b842442
name
=
Ticker
version
=
3.
0.4
version
=
3.
1.0
author
=
Bert Melis
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Allows to call functions with a given interval.
...
...
libraries/USB/library.properties
View file @
0b842442
name
=
USB
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32S2 USB Library
...
...
libraries/Update/library.properties
View file @
0b842442
name
=
Update
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
ESP32 Sketch Update Library
...
...
libraries/WebServer/library.properties
View file @
0b842442
name
=
WebServer
version
=
3.
0.4
version
=
3.
1.0
author
=
Ivan Grokhotkov
maintainer
=
Ivan Grokhtkov <ivan@esp8266.com>
sentence
=
Simple web server library
...
...
libraries/WiFi/library.properties
View file @
0b842442
name
=
WiFi
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables network connection (local and Internet) using the ESP32 built-in WiFi.
...
...
libraries/WiFiProv/library.properties
View file @
0b842442
name
=
WiFiProv
version
=
3.
0.4
version
=
3.
1.0
author
=
Switi Mhaiske <sweetymhaiske@gmail.com>
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Enables provisioning.
...
...
libraries/Wire/library.properties
View file @
0b842442
name
=
Wire
version
=
3.
0.4
version
=
3.
1.0
author
=
Hristo Gochkov
maintainer
=
Hristo Gochkov <hristo@espressif.com>
sentence
=
Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards.
...
...
package.json
View file @
0b842442
{
"name"
:
"framework-arduinoespressif32"
,
"version"
:
"3.
0.4
"
,
"version"
:
"3.
1.0
"
,
"description"
:
"Arduino Wiring-based Framework for the Espressif ESP32, ESP32-S and ESP32-C series of SoCs"
,
"keywords"
:
[
"framework"
,
...
...
platform.txt
View file @
0b842442
name=ESP32 Arduino
version=3.
0.4
version=3.
1.0
tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs
tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment