Update core version to 3.2.0

This commit is contained in:
me-no-dev 2025-02-18 19:10:54 +02:00
parent 8e9f7c31c9
commit 55f4f1bfa8
44 changed files with 45 additions and 45 deletions

View file

@ -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 1
#define ESP_ARDUINO_VERSION_MINOR 2
/** Patch version number (x.x.X) */
#define ESP_ARDUINO_VERSION_PATCH 3
#define ESP_ARDUINO_VERSION_PATCH 0
/**
* Macro to convert ARDUINO version number into an integer

View file

@ -1,5 +1,5 @@
name=ArduinoOTA
version=3.1.3
version=3.2.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.

View file

@ -1,5 +1,5 @@
name=ESP32 Async UDP
version=3.1.3
version=3.2.0
author=Me-No-Dev
maintainer=Me-No-Dev
sentence=Async UDP Library for ESP32

View file

@ -1,5 +1,5 @@
name=BLE
version=3.1.3
version=3.2.0
author=Neil Kolban <kolban1@kolban.com>
maintainer=Dariusz Krempa <esp32@esp32.eu.org>
sentence=BLE functions for ESP32

View file

@ -1,5 +1,5 @@
name=BluetoothSerial
version=3.1.3
version=3.2.0
author=Evandro Copercini
maintainer=Evandro Copercini
sentence=Simple UART to Classical Bluetooth bridge for ESP32

View file

@ -1,5 +1,5 @@
name=DNSServer
version=3.1.3
version=3.2.0
author=Kristijan Novoselić
maintainer=Kristijan Novoselić, <kristijan.novoselic@gmail.com>
sentence=A simple DNS server for ESP32.

View file

@ -1,5 +1,5 @@
name=EEPROM
version=3.1.3
version=3.2.0
author=Ivan Grokhotkov
maintainer=Paolo Becchi <pbecchi@aerobusiness.it>
sentence=Enables reading and writing data a sequential, addressable FLASH storage

View file

@ -1,5 +1,5 @@
name=ESP32
version=3.1.3
version=3.2.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 sketches examples

View file

@ -1,5 +1,5 @@
name=ESP_I2S
version=3.1.3
version=3.2.0
author=me-no-dev
maintainer=me-no-dev
sentence=Library for ESP I2S communication

View file

@ -1,5 +1,5 @@
name=ESP_NOW
version=3.1.3
version=3.2.0
author=me-no-dev
maintainer=P-R-O-C-H-Y
sentence=Library for ESP_NOW

View file

@ -1,5 +1,5 @@
name=ESP_SR
version=3.1.3
version=3.2.0
author=me-no-dev
maintainer=me-no-dev
sentence=Library for ESP Sound Recognition

View file

@ -1,5 +1,5 @@
name=ESPmDNS
version=3.1.3
version=3.2.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 mDNS Library

View file

@ -1,5 +1,5 @@
name=Ethernet
version=3.1.3
version=3.2.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables network connection (local and Internet) using the ESP32 Ethernet.

View file

@ -1,5 +1,5 @@
name=FFat
version=3.1.3
version=3.2.0
author=Hristo Gochkov, Ivan Grokhtkov, Larry Bernstone
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 FAT on Flash File System

View file

@ -1,5 +1,5 @@
name=FS
version=3.1.3
version=3.2.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 File System

View file

@ -1,5 +1,5 @@
name=HTTPClient
version=3.1.3
version=3.2.0
author=Markus Sattler
maintainer=Markus Sattler
sentence=HTTP Client for ESP32

View file

@ -1,5 +1,5 @@
name=HTTPUpdate
version=3.1.3
version=3.2.0
author=Markus Sattler
maintainer=Markus Sattler
sentence=Http Update for ESP32

View file

@ -1,5 +1,5 @@
name=HTTPUpdateServer
version=3.1.3
version=3.2.0
author=Hristo Kapanakov
maintainer=
sentence=Simple HTTP Update server based on the WebServer

View file

@ -1,5 +1,5 @@
name=ESP Insights
version=3.1.3
version=3.2.0
author=Sanket Wadekar <sanket.wadekar@espressif.com>
maintainer=Sanket Wadekar <sanket.wadekar@espressif.com>
sentence=ESP Insights

View file

@ -1,5 +1,5 @@
name=LittleFS
version=3.1.3
version=3.2.0
author=
maintainer=
sentence=LittleFS for esp32

View file

@ -1,5 +1,5 @@
name=Matter
version=3.1.3
version=3.2.0
author=Rodrigo Garcia | GitHub @SuGlider
maintainer=Rodrigo Garcia <Rodrigo.Garcia@espressif.com>
sentence=Library for supporting Matter environment on ESP32.

View file

@ -1,5 +1,5 @@
name=NetBIOS
version=3.1.3
version=3.2.0
author=Pablo@xpablo.cz
maintainer=Hristo Gochkov<hristo@espressif.com>
sentence=Enables NBNS (NetBIOS) name resolution.

View file

@ -1,5 +1,5 @@
name=Networking
version=3.1.3
version=3.2.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=General network management library.

View file

@ -1,5 +1,5 @@
name=NetworkClientSecure
version=3.1.3
version=3.2.0
author=Evandro Luis Copercini
maintainer=Github Community
sentence=Enables secure network connection (local and Internet) using the ESP32 built-in WiFi.

View file

@ -1,5 +1,5 @@
name=OpenThread
version=3.1.3
version=3.2.0
author=Rodrigo Garcia | GitHub @SuGlider
maintainer=Rodrigo Garcia <Rodrigo.Garcia@espressif.com>
sentence=Library for OpenThread Network on ESP32.

View file

@ -1,5 +1,5 @@
name=PPP
version=3.1.3
version=3.2.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables network connection using GSM Modem.

View file

@ -1,5 +1,5 @@
name=Preferences
version=3.1.3
version=3.2.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Provides friendly access to ESP32's Non-Volatile Storage

View file

@ -1,5 +1,5 @@
name=ESP RainMaker
version=3.1.3
version=3.2.0
author=Sweety Mhaiske <switi.mhaiske@espressif.com>
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP RainMaker Support

View file

@ -1,5 +1,5 @@
name=SD
version=3.1.3
version=3.2.0
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>
sentence=Enables reading and writing on SD cards. For all Arduino boards.

View file

@ -1,5 +1,5 @@
name=SD_MMC
version=3.1.3
version=3.2.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 SDMMC File System

View file

@ -1,5 +1,5 @@
name=SPI
version=3.1.3
version=3.2.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.

View file

@ -1,5 +1,5 @@
name=SPIFFS
version=3.1.3
version=3.2.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 SPIFFS File System

View file

@ -1,5 +1,5 @@
name=SimpleBLE
version=3.1.3
version=3.2.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Provides really simple BLE advertizer with just on and off

View file

@ -1,5 +1,5 @@
name=TFLite Micro
version=3.1.3
version=3.2.0
author=Sanket Wadekar
maintainer=Sanket Wadekar
sentence=TensorFlow Lite for Microcontrollers

View file

@ -1,5 +1,5 @@
name=Ticker
version=3.1.3
version=3.2.0
author=Bert Melis
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Allows to call functions with a given interval.

View file

@ -1,5 +1,5 @@
name=USB
version=3.1.3
version=3.2.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32S2 USB Library

View file

@ -1,5 +1,5 @@
name=Update
version=3.1.3
version=3.2.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 Sketch Update Library

View file

@ -1,5 +1,5 @@
name=WebServer
version=3.1.3
version=3.2.0
author=Ivan Grokhotkov
maintainer=Ivan Grokhtkov <ivan@esp8266.com>
sentence=Simple web server library

View file

@ -1,5 +1,5 @@
name=WiFi
version=3.1.3
version=3.2.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables network connection (local and Internet) using the ESP32 built-in WiFi.

View file

@ -1,5 +1,5 @@
name=WiFiProv
version=3.1.3
version=3.2.0
author=Switi Mhaiske <sweetymhaiske@gmail.com>
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables provisioning.

View file

@ -1,5 +1,5 @@
name=Wire
version=3.1.3
version=3.2.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.

View file

@ -1,5 +1,5 @@
name=Zigbee
version=3.1.3
version=3.2.0
author=P-R-O-C-H-Y
maintainer=Jan Procházka <jan.prochazka@espressif.com>
sentence=Enables zigbee connection with the ESP32

View file

@ -1,6 +1,6 @@
{
"name": "framework-arduinoespressif32",
"version": "3.1.3",
"version": "3.2.0",
"description": "Arduino Wiring-based Framework for the Espressif ESP32, ESP32-P4, ESP32-S and ESP32-C series of SoCs",
"keywords": [
"framework",

View file

@ -1,5 +1,5 @@
name=ESP32 Arduino
version=3.1.3
version=3.2.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