Merge branch 'master' into release/v3.3.x

This commit is contained in:
Me No Dev 2025-07-04 17:14:12 +03:00 committed by GitHub
commit f84fab5592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 417 additions and 47 deletions

View file

@ -43,6 +43,7 @@ body:
- latest stable Release (if not listed below) - latest stable Release (if not listed below)
- latest development Release Candidate (RC-X) - latest development Release Candidate (RC-X)
- latest master (checkout manually) - latest master (checkout manually)
- v3.2.1
- v3.2.0 - v3.2.0
- v3.1.3 - v3.1.3
- v3.1.2 - v3.1.2

View file

@ -33498,6 +33498,229 @@ deneyapkart.menu.EraseFlash.all.upload.erase_cmd=-e
############################################################## ##############################################################
deneyapkartv2.name=Deneyap Kart v2
deneyapkartv2.vid.0=0x303a
deneyapkartv2.pid.0=0x82EB
deneyapkartv2.bootloader.tool=esptool_py
deneyapkartv2.bootloader.tool.default=esptool_py
deneyapkartv2.upload.tool=esptool_py
deneyapkartv2.upload.tool.default=esptool_py
deneyapkartv2.upload.tool.network=esp_ota
deneyapkartv2.upload.maximum_size=1310720
deneyapkartv2.upload.maximum_data_size=327680
deneyapkartv2.upload.flags=
deneyapkartv2.upload.extra_flags=
deneyapkartv2.upload.use_1200bps_touch=false
deneyapkartv2.upload.wait_for_upload_port=false
deneyapkartv2.serial.disableDTR=false
deneyapkartv2.serial.disableRTS=false
deneyapkartv2.build.tarch=xtensa
deneyapkartv2.build.bootloader_addr=0x0
deneyapkartv2.build.target=esp32s3
deneyapkartv2.build.mcu=esp32s3
deneyapkartv2.build.core=esp32
deneyapkartv2.build.variant=deneyapkartv2
deneyapkartv2.build.board=DYDKV2
deneyapkartv2.build.usb_mode=1
deneyapkartv2.build.cdc_on_boot=1
deneyapkartv2.build.msc_on_boot=0
deneyapkartv2.build.dfu_on_boot=0
deneyapkartv2.build.f_cpu=240000000L
deneyapkartv2.build.flash_size=4MB
deneyapkartv2.build.flash_freq=80m
deneyapkartv2.build.flash_mode=dio
deneyapkartv2.build.boot=qio
deneyapkartv2.build.boot_freq=80m
deneyapkartv2.build.partitions=default
deneyapkartv2.build.defines=-DBOARD_HAS_PSRAM
deneyapkartv2.build.loop_core=
deneyapkartv2.build.event_core=
deneyapkartv2.build.psram_type=opi
deneyapkartv2.build.memory_type={build.boot}_{build.psram_type}
## IDE 2.0 Seems to not update the value
deneyapkartv2.menu.JTAGAdapter.default=Disabled
deneyapkartv2.menu.JTAGAdapter.default.build.copy_jtag_files=0
deneyapkartv2.menu.JTAGAdapter.builtin=Integrated USB JTAG
deneyapkartv2.menu.JTAGAdapter.builtin.build.openocdscript=esp32s3-builtin.cfg
deneyapkartv2.menu.JTAGAdapter.builtin.build.copy_jtag_files=1
deneyapkartv2.menu.JTAGAdapter.external=FTDI Adapter
deneyapkartv2.menu.JTAGAdapter.external.build.openocdscript=esp32s3-ftdi.cfg
deneyapkartv2.menu.JTAGAdapter.external.build.copy_jtag_files=1
deneyapkartv2.menu.JTAGAdapter.bridge=ESP USB Bridge
deneyapkartv2.menu.JTAGAdapter.bridge.build.openocdscript=esp32s3-bridge.cfg
deneyapkartv2.menu.JTAGAdapter.bridge.build.copy_jtag_files=1
deneyapkartv2.menu.PSRAM.opi=OPI PSRAM
deneyapkartv2.menu.PSRAM.opi.build.defines=-DBOARD_HAS_PSRAM
deneyapkartv2.menu.PSRAM.opi.build.psram_type=opi
deneyapkartv2.menu.PSRAM.disabled=Disabled
deneyapkartv2.menu.PSRAM.disabled.build.defines=
deneyapkartv2.menu.PSRAM.disabled.build.psram_type=qspi
deneyapkartv2.menu.FlashMode.qio=QIO 80MHz
deneyapkartv2.menu.FlashMode.qio.build.flash_mode=dio
deneyapkartv2.menu.FlashMode.qio.build.boot=qio
deneyapkartv2.menu.FlashMode.qio.build.boot_freq=80m
deneyapkartv2.menu.FlashMode.qio.build.flash_freq=80m
deneyapkartv2.menu.FlashMode.qio120=QIO 120MHz
deneyapkartv2.menu.FlashMode.qio120.build.flash_mode=dio
deneyapkartv2.menu.FlashMode.qio120.build.boot=qio
deneyapkartv2.menu.FlashMode.qio120.build.boot_freq=120m
deneyapkartv2.menu.FlashMode.qio120.build.flash_freq=80m
deneyapkartv2.menu.FlashMode.dio=DIO 80MHz
deneyapkartv2.menu.FlashMode.dio.build.flash_mode=dio
deneyapkartv2.menu.FlashMode.dio.build.boot=dio
deneyapkartv2.menu.FlashMode.dio.build.boot_freq=80m
deneyapkartv2.menu.FlashMode.dio.build.flash_freq=80m
deneyapkartv2.menu.FlashMode.opi=OPI 80MHz
deneyapkartv2.menu.FlashMode.opi.build.flash_mode=dout
deneyapkartv2.menu.FlashMode.opi.build.boot=opi
deneyapkartv2.menu.FlashMode.opi.build.boot_freq=80m
deneyapkartv2.menu.FlashMode.opi.build.flash_freq=80m
deneyapkartv2.menu.FlashSize.4M=4MB (32Mb)
deneyapkartv2.menu.FlashSize.4M.build.flash_size=4MB
deneyapkartv2.menu.LoopCore.1=Core 1
deneyapkartv2.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
deneyapkartv2.menu.LoopCore.0=Core 0
deneyapkartv2.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
deneyapkartv2.menu.EventsCore.1=Core 1
deneyapkartv2.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
deneyapkartv2.menu.EventsCore.0=Core 0
deneyapkartv2.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
deneyapkartv2.menu.USBMode.hwcdc=Hardware CDC and JTAG
deneyapkartv2.menu.USBMode.hwcdc.build.usb_mode=1
deneyapkartv2.menu.USBMode.default=USB-OTG (TinyUSB)
deneyapkartv2.menu.USBMode.default.build.usb_mode=0
deneyapkartv2.menu.CDCOnBoot.cdc=Enabled
deneyapkartv2.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
deneyapkartv2.menu.CDCOnBoot.default=Disabled
deneyapkartv2.menu.CDCOnBoot.default.build.cdc_on_boot=0
deneyapkartv2.menu.MSCOnBoot.default=Disabled
deneyapkartv2.menu.MSCOnBoot.default.build.msc_on_boot=0
deneyapkartv2.menu.MSCOnBoot.msc=Enabled (Requires USB-OTG Mode)
deneyapkartv2.menu.MSCOnBoot.msc.build.msc_on_boot=1
deneyapkartv2.menu.DFUOnBoot.default=Disabled
deneyapkartv2.menu.DFUOnBoot.default.build.dfu_on_boot=0
deneyapkartv2.menu.DFUOnBoot.dfu=Enabled (Requires USB-OTG Mode)
deneyapkartv2.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
deneyapkartv2.menu.UploadMode.default=UART0 / Hardware CDC
deneyapkartv2.menu.UploadMode.default.upload.use_1200bps_touch=false
deneyapkartv2.menu.UploadMode.default.upload.wait_for_upload_port=false
deneyapkartv2.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB)
deneyapkartv2.menu.UploadMode.cdc.upload.use_1200bps_touch=true
deneyapkartv2.menu.UploadMode.cdc.upload.wait_for_upload_port=true
deneyapkartv2.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
deneyapkartv2.menu.PartitionScheme.default.build.partitions=default
deneyapkartv2.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
deneyapkartv2.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
deneyapkartv2.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
deneyapkartv2.menu.PartitionScheme.minimal.build.partitions=minimal
deneyapkartv2.menu.PartitionScheme.no_fs=No FS 4MB (2MB APP x2)
deneyapkartv2.menu.PartitionScheme.no_fs.build.partitions=no_fs
deneyapkartv2.menu.PartitionScheme.no_fs.upload.maximum_size=2031616
deneyapkartv2.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
deneyapkartv2.menu.PartitionScheme.no_ota.build.partitions=no_ota
deneyapkartv2.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
deneyapkartv2.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
deneyapkartv2.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
deneyapkartv2.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
deneyapkartv2.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
deneyapkartv2.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
deneyapkartv2.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
deneyapkartv2.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
deneyapkartv2.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
deneyapkartv2.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
deneyapkartv2.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
deneyapkartv2.menu.PartitionScheme.huge_app.build.partitions=huge_app
deneyapkartv2.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
deneyapkartv2.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
deneyapkartv2.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
deneyapkartv2.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
deneyapkartv2.menu.PartitionScheme.rainmaker=RainMaker 4MB
deneyapkartv2.menu.PartitionScheme.rainmaker.build.partitions=rainmaker
deneyapkartv2.menu.PartitionScheme.rainmaker.upload.maximum_size=1966080
deneyapkartv2.menu.PartitionScheme.rainmaker_4MB=RainMaker 4MB No OTA
deneyapkartv2.menu.PartitionScheme.rainmaker_4MB.build.partitions=rainmaker_4MB_no_ota
deneyapkartv2.menu.PartitionScheme.rainmaker_4MB.upload.maximum_size=4038656
deneyapkartv2.menu.PartitionScheme.zigbee_zczr=Zigbee ZCZR 4MB with spiffs
deneyapkartv2.menu.PartitionScheme.zigbee_zczr.build.partitions=zigbee_zczr
deneyapkartv2.menu.PartitionScheme.zigbee_zczr.upload.maximum_size=1310720
deneyapkartv2.menu.PartitionScheme.custom=Custom
deneyapkartv2.menu.PartitionScheme.custom.build.partitions=
deneyapkartv2.menu.PartitionScheme.custom.upload.maximum_size=16777216
deneyapkartv2.menu.CPUFreq.240=240MHz (WiFi)
deneyapkartv2.menu.CPUFreq.240.build.f_cpu=240000000L
deneyapkartv2.menu.CPUFreq.160=160MHz (WiFi)
deneyapkartv2.menu.CPUFreq.160.build.f_cpu=160000000L
deneyapkartv2.menu.CPUFreq.80=80MHz (WiFi)
deneyapkartv2.menu.CPUFreq.80.build.f_cpu=80000000L
deneyapkartv2.menu.CPUFreq.40=40MHz
deneyapkartv2.menu.CPUFreq.40.build.f_cpu=40000000L
deneyapkartv2.menu.CPUFreq.20=20MHz
deneyapkartv2.menu.CPUFreq.20.build.f_cpu=20000000L
deneyapkartv2.menu.CPUFreq.10=10MHz
deneyapkartv2.menu.CPUFreq.10.build.f_cpu=10000000L
deneyapkartv2.menu.UploadSpeed.921600=921600
deneyapkartv2.menu.UploadSpeed.921600.upload.speed=921600
deneyapkartv2.menu.UploadSpeed.115200=115200
deneyapkartv2.menu.UploadSpeed.115200.upload.speed=115200
deneyapkartv2.menu.UploadSpeed.256000.windows=256000
deneyapkartv2.menu.UploadSpeed.256000.upload.speed=256000
deneyapkartv2.menu.UploadSpeed.230400.windows.upload.speed=256000
deneyapkartv2.menu.UploadSpeed.230400=230400
deneyapkartv2.menu.UploadSpeed.230400.upload.speed=230400
deneyapkartv2.menu.UploadSpeed.460800.linux=460800
deneyapkartv2.menu.UploadSpeed.460800.macosx=460800
deneyapkartv2.menu.UploadSpeed.460800.upload.speed=460800
deneyapkartv2.menu.UploadSpeed.512000.windows=512000
deneyapkartv2.menu.UploadSpeed.512000.upload.speed=512000
deneyapkartv2.menu.DebugLevel.none=None
deneyapkartv2.menu.DebugLevel.none.build.code_debug=0
deneyapkartv2.menu.DebugLevel.error=Error
deneyapkartv2.menu.DebugLevel.error.build.code_debug=1
deneyapkartv2.menu.DebugLevel.warn=Warn
deneyapkartv2.menu.DebugLevel.warn.build.code_debug=2
deneyapkartv2.menu.DebugLevel.info=Info
deneyapkartv2.menu.DebugLevel.info.build.code_debug=3
deneyapkartv2.menu.DebugLevel.debug=Debug
deneyapkartv2.menu.DebugLevel.debug.build.code_debug=4
deneyapkartv2.menu.DebugLevel.verbose=Verbose
deneyapkartv2.menu.DebugLevel.verbose.build.code_debug=5
deneyapkartv2.menu.EraseFlash.none=Disabled
deneyapkartv2.menu.EraseFlash.none.upload.erase_cmd=
deneyapkartv2.menu.EraseFlash.all=Enabled
deneyapkartv2.menu.EraseFlash.all.upload.erase_cmd=-e
deneyapkartv2.menu.ZigbeeMode.default=Disabled
deneyapkartv2.menu.ZigbeeMode.default.build.zigbee_mode=
deneyapkartv2.menu.ZigbeeMode.default.build.zigbee_libs=
deneyapkartv2.menu.ZigbeeMode.zczr=Zigbee ZCZR (coordinator/router)
deneyapkartv2.menu.ZigbeeMode.zczr.build.zigbee_mode=-DZIGBEE_MODE_ZCZR
deneyapkartv2.menu.ZigbeeMode.zczr.build.zigbee_libs=-lesp_zb_api.zczr -lzboss_stack.zczr -lzboss_port.remote
##############################################################
deneyapkart1A.name=Deneyap Kart 1A deneyapkart1A.name=Deneyap Kart 1A
deneyapkart1A.bootloader.tool=esptool_py deneyapkart1A.bootloader.tool=esptool_py

View file

@ -62,6 +62,7 @@
#elif CONFIG_IDF_TARGET_ESP32P4 #elif CONFIG_IDF_TARGET_ESP32P4
#include "esp32p4/rom/ets_sys.h" #include "esp32p4/rom/ets_sys.h"
#include "esp32p4/rom/gpio.h" #include "esp32p4/rom/gpio.h"
#include "hal/spi_ll.h"
#elif CONFIG_IDF_TARGET_ESP32C5 #elif CONFIG_IDF_TARGET_ESP32C5
#include "esp32c5/rom/ets_sys.h" #include "esp32c5/rom/ets_sys.h"
#include "esp32c5/rom/gpio.h" #include "esp32c5/rom/gpio.h"
@ -644,9 +645,6 @@ spi_t *spiStartBus(uint8_t spi_num, uint32_t clockDiv, uint8_t dataMode, uint8_t
} else if (spi_num == HSPI) { } else if (spi_num == HSPI) {
DPORT_SET_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_SPI3_CLK_EN); DPORT_SET_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_SPI3_CLK_EN);
DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_SPI3_RST); DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_SPI3_RST);
} else {
DPORT_SET_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_SPI01_CLK_EN);
DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_SPI01_RST);
} }
#elif CONFIG_IDF_TARGET_ESP32S3 #elif CONFIG_IDF_TARGET_ESP32S3
if (spi_num == FSPI) { if (spi_num == FSPI) {
@ -667,6 +665,31 @@ spi_t *spiStartBus(uint8_t spi_num, uint32_t clockDiv, uint8_t dataMode, uint8_t
DPORT_SET_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_SPI01_CLK_EN); DPORT_SET_PERI_REG_MASK(DPORT_PERIP_CLK_EN_REG, DPORT_SPI01_CLK_EN);
DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_SPI01_RST); DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_SPI01_RST);
} }
#elif CONFIG_IDF_TARGET_ESP32P4
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-variable"
if (spi_num == FSPI) {
PERIPH_RCC_ACQUIRE_ATOMIC(PERIPH_GPSPI2_MODULE, ref_count) {
if (ref_count == 0) {
PERIPH_RCC_ATOMIC() {
spi_ll_enable_bus_clock(SPI2_HOST, true);
spi_ll_reset_register(SPI2_HOST);
spi_ll_enable_clock(SPI2_HOST, true);
}
}
}
} else if (spi_num == HSPI) {
PERIPH_RCC_ACQUIRE_ATOMIC(PERIPH_GPSPI3_MODULE, ref_count) {
if (ref_count == 0) {
PERIPH_RCC_ATOMIC() {
spi_ll_enable_bus_clock(SPI3_HOST, true);
spi_ll_reset_register(SPI3_HOST);
spi_ll_enable_clock(SPI3_HOST, true);
}
}
}
}
#pragma GCC diagnostic pop
#elif defined(__PERIPH_CTRL_ALLOW_LEGACY_API) #elif defined(__PERIPH_CTRL_ALLOW_LEGACY_API)
periph_ll_reset(PERIPH_SPI2_MODULE); periph_ll_reset(PERIPH_SPI2_MODULE);
periph_ll_enable_clk_clear_rst(PERIPH_SPI2_MODULE); periph_ll_enable_clk_clear_rst(PERIPH_SPI2_MODULE);

View file

@ -23,7 +23,7 @@ extern "C" {
/** Minor version number (x.X.x) */ /** Minor version number (x.X.x) */
#define ESP_ARDUINO_VERSION_MINOR 2 #define ESP_ARDUINO_VERSION_MINOR 2
/** Patch version number (x.x.X) */ /** Patch version number (x.x.X) */
#define ESP_ARDUINO_VERSION_PATCH 0 #define ESP_ARDUINO_VERSION_PATCH 1
/** /**
* Macro to convert ARDUINO version number into an integer * Macro to convert ARDUINO version number into an integer

View file

@ -1,5 +1,5 @@
name=ArduinoOTA name=ArduinoOTA
version=3.2.0 version=3.2.1
author=Ivan Grokhotkov and Hristo Gochkov author=Ivan Grokhotkov and Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download. 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 name=ESP32 Async UDP
version=3.2.0 version=3.2.1
author=Me-No-Dev author=Me-No-Dev
maintainer=Me-No-Dev maintainer=Me-No-Dev
sentence=Async UDP Library for ESP32 sentence=Async UDP Library for ESP32

View file

@ -1,5 +1,5 @@
name=BLE name=BLE
version=3.2.0 version=3.2.1
author=Neil Kolban <kolban1@kolban.com> author=Neil Kolban <kolban1@kolban.com>
maintainer=lucasssvaz maintainer=lucasssvaz
sentence=BLE functions for ESP32 sentence=BLE functions for ESP32

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
name=SPI name=SPI
version=3.2.0 version=3.2.1
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> 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. 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 name=SPIFFS
version=3.2.0 version=3.2.1
author=Hristo Gochkov, Ivan Grokhtkov author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 SPIFFS File System sentence=ESP32 SPIFFS File System

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
name=Wire name=Wire
version=3.2.0 version=3.2.1
author=Hristo Gochkov author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com> maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards. 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 name=Zigbee
version=3.2.0 version=3.2.1
author=P-R-O-C-H-Y author=P-R-O-C-H-Y
maintainer=Jan Procházka <jan.prochazka@espressif.com> maintainer=Jan Procházka <jan.prochazka@espressif.com>
sentence=Enables zigbee connection with the ESP32 sentence=Enables zigbee connection with the ESP32

View file

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

View file

@ -1,5 +1,5 @@
name=ESP32 Arduino name=ESP32 Arduino
version=3.2.0 version=3.2.1
tools.esp32-arduino-libs.path={runtime.platform.path}/tools/esp32-arduino-libs 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 tools.esp32-arduino-libs.path.windows={runtime.platform.path}\tools\esp32-arduino-libs

View file

@ -0,0 +1,123 @@
#ifndef Pins_Arduino_h
#define Pins_Arduino_h
#include <stdint.h>
#include "soc/soc_caps.h"
#define USB_VID 0x303A
#define USB_PID 0x82EB
#define USB_MANUFACTURER "Turkish Technology Team Foundation (T3)"
#define USB_PRODUCT "DENEYAP KART v2"
#define USB_SERIAL "" // Empty string for MAC address
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + 46;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
#define RGB_BUILTIN LED_BUILTIN
#define RGBLED LED_BUILTIN
#define RGB_BRIGHTNESS 64
static const uint8_t GPKEY = 0;
#define KEY_BUILTIN GPKEY
#define BUILTIN_KEY GPKEY
static const uint8_t TX = 43;
static const uint8_t RX = 44;
#define TX1 TX
#define RX1 RX
static const uint8_t SDA = 47;
static const uint8_t SCL = 21;
static const uint8_t SS = 42;
static const uint8_t MOSI = 39;
static const uint8_t MISO = 40;
static const uint8_t SCK = 41;
static const uint8_t A0 = 4;
static const uint8_t A1 = 5;
static const uint8_t A2 = 6;
static const uint8_t A3 = 7;
static const uint8_t A4 = 15;
static const uint8_t A5 = 16;
static const uint8_t A6 = 17;
static const uint8_t A7 = 18;
static const uint8_t A8 = 8;
static const uint8_t A9 = 9;
static const uint8_t A10 = 10;
static const uint8_t A11 = 11;
static const uint8_t A12 = 2;
static const uint8_t A13 = 1;
static const uint8_t A14 = 3;
static const uint8_t A15 = 12;
static const uint8_t A16 = 13;
static const uint8_t A17 = 14;
static const uint8_t T0 = 4;
static const uint8_t T1 = 5;
static const uint8_t T2 = 6;
static const uint8_t T3 = 7;
static const uint8_t T4 = 8;
static const uint8_t T5 = 9;
static const uint8_t T6 = 10;
static const uint8_t T7 = 11;
static const uint8_t T8 = 2;
static const uint8_t T9 = 1;
static const uint8_t T10 = 3;
static const uint8_t T11 = 12;
static const uint8_t T12 = 13;
static const uint8_t T13 = 14;
static const uint8_t D0 = 1;
static const uint8_t D1 = 2;
static const uint8_t D2 = 43;
static const uint8_t D3 = 44;
static const uint8_t D4 = 42;
static const uint8_t D5 = 41;
static const uint8_t D6 = 40;
static const uint8_t D7 = 39;
static const uint8_t D8 = 38;
static const uint8_t D9 = 48;
static const uint8_t D10 = 47;
static const uint8_t D11 = 21;
static const uint8_t D12 = 11;
static const uint8_t D13 = 10;
static const uint8_t D14 = 9;
static const uint8_t D15 = 8;
static const uint8_t D16 = 18;
static const uint8_t D17 = 17;
static const uint8_t D18 = 16;
static const uint8_t D19 = 15;
static const uint8_t D20 = 7;
static const uint8_t D21 = 6;
static const uint8_t D22 = 5;
static const uint8_t D23 = 4;
static const uint8_t D24 = 46;
static const uint8_t D25 = 0;
static const uint8_t D26 = 3;
static const uint8_t D27 = 12;
static const uint8_t D28 = 13;
static const uint8_t D29 = 14;
static const uint8_t CAMSD = 4;
static const uint8_t CAMSC = 5;
static const uint8_t CAMD2 = 41;
static const uint8_t CAMD3 = 2;
static const uint8_t CAMD4 = 1;
static const uint8_t CAMD5 = 42;
static const uint8_t CAMD6 = 40;
static const uint8_t CAMD7 = 38;
static const uint8_t CAMD8 = 17;
static const uint8_t CAMD9 = 15;
static const uint8_t CAMPC = 39;
static const uint8_t CAMXC = 16;
static const uint8_t CAMH = 7;
static const uint8_t CAMV = 6;
static const uint8_t SDCM = 12;
static const uint8_t SDCK = 13;
static const uint8_t SDDA = 14;
static const uint8_t BAT = 3;
#endif /* Pins_Arduino_h */