Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: espressif/arduino-esp32

Arduino Release v3.3.0-RC1 based on ESP-IDF v5.5.0-C1

16 Jul 20:05
Compare
Choose a tag to compare
Loading

What's Changed

Full Changelog:3.2.1...3.3.0-RC1

Contributors

  • @me-no-dev
  • @Jason2866
  • @lucasssvaz
  • @DogushC
  • @SuGlider
  • @P-R-O-C-H-Y
  • @DanielCao0
me-no-dev, Jason2866, and 5 other contributors
Loading

Arduino Release v3.2.1 based on ESP-IDF v5.4.2

03 Jul 14:25
Compare
Choose a tag to compare
Loading

What's Changed

System PR

Peripherals

GPIO

I2S

  • Fix(I2S example): make fix to the ESP32 I2S simple tone example by@greenyleaf in#10954

LEDC

  • feat(ledc): clear all fields added to ledc struct in IDF 5.4 by@SuGlider in#11276
  • feat(ledc): Improve timer management with frequency/resolution matching by@P-R-O-C-H-Y in#11452
  • feat(LEDC): Add Gamma Fade support and enhance auto channel/timer selection for multi-group by@P-R-O-C-H-Y in#11464

PSRAM

RMT

UART

USB

Libraries

Bluetooth & BLE

ESP-NOW

ESP-SR

Matter

  • feat(matter): Adds Matter Events callback plus example by@SuGlider in#11465

Network

Update

OpenThread

SD

SPI

WiFi

Zigbee

Boards Additions & Updates

CI & testing

Read more

Contributors

  • @mathieucarbou
  • @pillo79
  • @sidwarkd
  • @nikiwaibel
  • @greenyleaf
  • @lboue
  • @ladyada
  • @thorrak
  • @gonzabrusco
  • @UnexpectedMaker
  • @me-no-dev
  • @i3water
  • @lewisxhe
  • @Jason2866
  • @vlastahajek
  • @Kolkman
  • @eMUQI
  • @lucasssvaz
  • @JakubAndrysek
  • @HighDoping
  • @syong0921
  • @SaintSampo
  • @PaulaScharf
  • @is-qian
  • @strid3r21
  • @SuGlider
  • @SimGearEvolution
  • @yellobyte
  • @h-2-0
  • @SooDragon
  • @P-R-O-C-H-Y
  • @MattiasTF
  • @DanielCao0
  • @microbotsio
  • @LusimiCollado
  • @qhddz
mathieucarbou, pillo79, and 34 other contributors
Assets7
Loading
lyusupov, tofurky, BingrunXin, SDW-CRYPTO, and sergiobeltrao reacted with thumbs up emojiBingrunXin and SDW-CRYPTO reacted with laugh emojiBingrunXin and SDW-CRYPTO reacted with heart emoji
5 people reacted

ESP32 Arduino 3.3.0-alpha1 based on ESP-IDF v5.5 with ESP32-C5 ECO1 support

29 Apr 10:54
Compare
Choose a tag to compare
Loading

What's Changed

System PR

Chip Support

  • fix(esp32c5): Add proper RTC clock source to uartSetClockSource by@Jason2866 in#11255

Peripherals

GPIO

LEDC

  • feat(ledc): clear all fields added to ledc struct in IDF 5.4 by@SuGlider in#11276

RMT

UART

USB

Libraries

Bluetooth & BLE

Update

  • Update LilyGo T-Watch-S3-Ultra and T-LoRa-Pager variants by@lewisxhe in#11299

SPI

  • New SPI invert hardware SS function in hall-spi and SPI library by @UltimumControl in#11297
  • fix(spi): Add missing initializer for ss_invert by@lucasssvaz in#11320

WiFi

Zigbee

Boards Additions & Updates

CI & testing

Documentation

Others

  • Restore proper pin remapping functionality after 3.2.0 by@pillo79 in#11315

New Contributors

  • @UltimumControl made their first contribution in#11297

Full Changelog:3.2.0...3.3.0-alpha1

Contributors

  • @mathieucarbou
  • @pillo79
  • @gonzabrusco
  • @me-no-dev
  • @lewisxhe
  • @Jason2866
  • @lucasssvaz
  • @SaintSampo
  • @SuGlider
  • @P-R-O-C-H-Y
  • @microbotsio
mathieucarbou, pillo79, and 9 other contributors
Loading
sergiobeltrao, pdtopdog, lucasssvaz, ThomasDebrunner, Nimuar, and F14V reacted with thumbs up emoji
6 people reacted

Arduino Release v3.2.0 based on ESP-IDF v5.4.1

28 Mar 08:40
de184bd
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

System PR

Chip Support

Peripherals

GPIO

  • feat(gpio): allows mixing digital and analog read/write operations by@SuGlider in#11016

RMT

UART

  • feat(LP_UART): Implements the ESP32-C6/ESP32-P4 Low Power UART as a possible HardwareSerial port by@SuGlider in#10967
  • fix(uart): Fixes UART CI script to work with Arduino Core 3.2.x by@SuGlider in#11077
  • fix(UART): sets the correct uart clock source when using begin(baudrate) by@SuGlider in#11122
  • fix(uart): uart rx timeout validation with proper log message by@SuGlider in#11141
  • fix HardwareSerial Config by@gonzabrusco in#11007

Libraries

Bluetooth & BLE

Ethernet

Matter

  • fix(matter): commentaries and messages related to factory reset by@SuGlider in#10988
  • feat(matter): necessary changes to insights version for esp_matter by@SuGlider in#11042
  • fix(matter): removes a few matter 1.4 / IDF 5.4 compilation warning messages by@SuGlider in#11067
  • fix(matter): examples must set pin to Digital Mode after analogWrite() and before digitalWrite() by@SuGlider in#11070

Network

WebServer

WiFi

  • fix(wifi): Disable properly LR mode if it was enabled before by@me-no-dev in#11052
  • fix(wifi_scan): Fix some edge cases where WiFi Scan may fail by@me-no-dev in#11188

Zigbee

Boards Additions & Updates

CI & testing

Documentation

  • docs(esp32p4): Add missing information and improve organization by@lucasssvaz in#11081

FreeRTOS

  • fix(freertos_stats): remove volatile c++ 20 deprecated warning by@SuGlider in#11158

Others

New Contributors

Full Changelog:3.1.3...3.2.0

Contributors

  • @ericlewis
  • @lboue
  • @gonzabrusco
  • @tanakamasayuki
  • @me-no-dev
  • @lewisxhe
  • @iranl
  • @oddlama
  • @lucasssvaz
  • @complxdbg
  • @pwclay
  • @ackPeng
  • @SuGlider
  • @SooDragon
  • @mhpham23
  • @P-R-O-C-H-Y
  • @FidelSch
  • @Math0XK
  • @MikaFromTheRoof
  • @oli-the-kitty
ericlewis, lboue, and 18 other contributors
Loading
tofurky, sergiobeltrao, SamHalvoe, Spike1020, leo-smi, Hikimucheno, desiFish, PilowEpi, dzungpv, Godfrey-cyber23, and 3 more reacted with thumbs up emojileo-smi reacted with laugh emojigonzabrusco, lucasssvaz, zerlix, ehabtawfikelbwab, k0psutin, wailay, IgorCode, and leo-smi reacted with hooray emojileo-smi reacted with heart emojileo-smi reacted with rocket emojiNotilskGavno reacted with eyes emoji
21 people reacted

Arduino Pre-Release v3.2.0-RC2 based on ESP-IDF v5.4

12 Mar 13:46
07d6a5a
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

System PR

Chip Support

Peripherals

GPIO

  • feat(gpio): allows mixing digital and analog read/write operations by@SuGlider in#11016

Ethernet

  • fix(eth): Fix RMII Ethernet not being able to be restarted by@me-no-dev in#11048
  • feat(eth): Add setters for negotiation, speed and duplex modes by@me-no-dev in#11053

Matter

  • feat(matter): necessary changes to insights version for esp_matter by@SuGlider in#11042
  • fix(matter): removes a few matter 1.4 / IDF 5.4 compilation warning messages by@SuGlider in#11067
  • fix(matter): examples must set pin to Digital Mode after analogWrite() and before digitalWrite() by@SuGlider in#11070

Network

WiFi

  • fix(wifi): Disable properly LR mode if it was enabled before by@me-no-dev in#11052

Zigbee

CI & testing

New Contributors

Full Changelog:3.2.0-RC1...3.2.0-RC2

Contributors

  • @lboue
  • @me-no-dev
  • @iranl
  • @lucasssvaz
  • @SuGlider
  • @P-R-O-C-H-Y
  • @oli-the-kitty
lboue, me-no-dev, and 5 other contributors
Loading
lucasssvaz, JetForMe, francudina, FYMTC, FelipeAvelno, sheheran, zu223848, oem0105, and Alex123wins45 reacted with hooray emoji
9 people reacted

Arduino Pre-Release v3.2.0-RC1 based on ESP-IDF v5.4

26 Feb 13:50
7575fa0
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

System PR

GPIO

UART

  • feat(LP_UART): Implements the ESP32-C6/ESP32-P4 Low Power UART as a possible HardwareSerial port by@SuGlider in#10967

Matter

  • fix(matter): commentaries and messages related to factory reset by@SuGlider in#10988

Zigbee

  • fix(zigbee): Update esp-zigbee-sdk to 1.6.3 + necessary fixes by@P-R-O-C-H-Y in#10890
  • feat(zigbee): Add range extender device endpoint by@P-R-O-C-H-Y in#10970
  • feat(zigbee): Add Analog endpoint device (input, output, value clusters) by@pwclay in#10950
  • fix(zigbee): use correct pressure cluster function in setTolerance by@oddlama in#11008
  • feat(zigbee): Add ZigbeeGateway endpoint support + Time Cluster bugfix by@P-R-O-C-H-Y in#11009
  • fix(zigbee): use correct carbon dioxide cluster function in setTolerance by@oddlama in#11015

Boards Additions & Updates

CI & testing

New Contributors

Full Changelog:3.1.3...3.2.0-RC1

Contributors

  • @ericlewis
  • @gonzabrusco
  • @me-no-dev
  • @oddlama
  • @lucasssvaz
  • @pwclay
  • @SuGlider
  • @SooDragon
  • @mhpham23
  • @P-R-O-C-H-Y
ericlewis, gonzabrusco, and 8 other contributors
Loading
lucasssvaz, NewNoob2002, tm86, sergiobeltrao, and francudina reacted with hooray emoji
5 people reacted

Arduino Release v3.1.3 based on ESP-IDF v5.3

17 Feb 13:29
Compare
Choose a tag to compare
Loading

What's Changed

Full Changelog:3.1.2...3.1.3

Contributors

  • @TD-er
TD-er
Loading
sergiobeltrao, bastelpingu, urpylka, jason19920816, aimyon21, NewNoob2002, francudina, and sh108p reacted with thumbs up emojilucasssvaz, TD-er, and per1234 reacted with hooray emojiNotilskGavno reacted with eyes emoji
12 people reacted

Arduino Release v3.1.2 based on ESP-IDF v5.3

13 Feb 12:33
Compare
Choose a tag to compare
Loading

What's Changed

System PR

Peripherals

GPIO

I2S

UART

  • Fix(UART): ESP32-S2 UART baud rate detection CI test case by@SuGlider in#10926

USB

Libraries

FS

  • Fix(littlefs): Converted core disableWDT functions to bool by@lbernstone in#10896
  • Fix(SPIFFS): Use new disableWDT bool return value by@TD-er in#10909

Matter

Network

OTA

  • Fix(ota): Make sure that ArduinoOTA.end() is called in the destructor by@me-no-dev in#10932

WIFI

  • Fix(wifi): Make sure that esp-hosted events are propagated by@me-no-dev in#10939

Zigbee

Boards Additional & Updates

CI & testing

Documentation

Others

New Contributors

Full Changelog:3.1.1...3.1.2

Contributors

  • @hennikul
  • @TD-er
  • @TNeutron
  • @me-no-dev
  • @akdeb
  • @lbernstone
  • @vortigont
  • @lucasssvaz
  • @thekurtovic
  • @blueskyson
  • @is-qian
  • @SuGlider
  • @P-R-O-C-H-Y
  • @lsroka76
hennikul, TD-er, and 12 other contributors
Loading
sergiobeltrao, Blitz54, joma0347, lucasssvaz, per1234, wled-install, and SamHalvoe reacted with thumbs up emoji
7 people reacted

Arduino Release v3.1.1 based on ESP-IDF v5.3.2

08 Jan 13:33
2f423af
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

What's Changed

System PR

Libraries

Matter

  • Feat(matter): new Matter Endpoint for Thermostat by@SuGlider in#10755
  • Feat(matter): Changes Matter Temperature Sensor to report Celsius by@SuGlider in#10759
  • Feat(matter): adds esp_matter:: namespace to attribute_t by@SuGlider in#10807

Network

  • Fix(udp): Add missing LwIP locks to init multicast#10813
  • ESPmDNS: Add method for querying discovered service name by@stefan-sherwood in#10819

WebServer

  • Feat(webserver): Middleware with default middleware for cors, authc, curl-like logging by@mathieucarbou in#10750

WiFi

Zigbee

  • Fix(zigbee): Fixes of timeout, example, warnings and bounding + add a 2MB part scheme for Zigbee ED by@P-R-O-C-H-Y in#10817

Boards Additions & Updates

  • Feat(board): Add custom board YB-ESP32-S3-ETH by@yellobyte in#10741
  • Add two more Adafruit Boards (Sparkle Motion & Sparkle Motion mini) by@ladyada in#10809
  • Feat(board): Add custom board Huidu HD-WF2/HD-WF4 - esp32-s3 HUB75 driver boards by@vortigont in#10779

CI & testing

Documentation

Others

New Contributors

Full Changelog:3.1.0...3.1.1

Contributors

  • @mathieucarbou
  • @ladyada
  • @ramprasadg
  • @stefan-sherwood
  • @me-no-dev
  • @pennam
  • @vortigont
  • @lucasssvaz
  • @SuGlider
  • @yellobyte
  • @P-R-O-C-H-Y
mathieucarbou, ladyada, and 9 other contributors
Loading
mathieucarbou, dalathegreat, yellobyte, Blitz54, and ImperiumKontratakuje reacted with thumbs up emojilucasssvaz, ImperiumKontratakuje, and abc2152959064 reacted with hooray emojidesiFish and ImperiumKontratakuje reacted with heart emojiabc2152959064 reacted with eyes emoji
8 people reacted

Arduino Release v3.1.0 based on ESP-IDF v5.3.2

16 Dec 19:54
6bf6df2
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

The Arduino ESP32 version3.1.0 is stable release of new major release based on the ESP-IDF v5.3.2 (release notes).


For version migration, please check Migration Guide from v2.X to 3.X


Known Issues

  • I2C Slave is currently not working in ESP32-P4. Ongoing investigation.
  • RainMaker sketches are crashing in the current version. Pending fixes from RainMaker team.

What's Changed

System PR

Chip Support

Peripherals

GPIO

  • fix(HardwareSerial): fix pin remapping in begin() on master by@pillo79 in#10379

I2S

LEDC

PSRAM

Touch

UART

  • fix(uart): sleep retention by@SuGlider in#10248
  • feat(uart) : 3.1.x Core: fixes serialEventRun() to avoid calling available() if serialEvent() is not declared by@SuGlider in#10428
  • fix(uart): Add missing HP UARTs for ESP32-P4 by@lucasssvaz in#10447
  • ESP32-P4 UART Pin Definitions by@SuGlider in#10521
  • feat(uart): uart break example improvement by@SuGlider in#10525
  • feat(uart): adds Serial4 as a keyword - used by ESP32-P4 by@SuGlider in#10619
  • feat(uart): [IDF 5.3] fixes HardwareSerial::updateBaudRate() using a baud rate higher 230400 - checks UART Clock Source by@SuGlider in#10643
  • refactor(uart): Refactor UART test to work with any number of UARTs by@lucasssvaz in#10593

USB

  • feat(usb_hid_keyboard): Adds Keyboard Layout and Sends reports just for Modifier Keys by@SuGlider in#10591
  • fix(hid): Fix OUTPUT report not received by@me-no-dev in#10398

Libraries

Bluetooth & BLE

Ethernet

FS

Matter

  • Update Matter Light README.md by@lboue in#10357
  • feat(matter): initial commit with arduino matter lib by@SuGlider in#10467
  • feat(Matter): New Matter Endpoint - Dimmable Light by@SuGlider in#10543
  • Matter example patch by@SuGlider in#10618
  • feat(matter): New Matter Endpoint by@SuGlider in#10628
  • Adds a Minimum Code Matter Example by@SuGlider in#10639
  • feat(Matter): add new MatterColorLight endpoint by@SuGlider in#10654
  • feat(matter): New example => Wifi Prov within Matter as alternative for wireless network provisioning by@SuGlider in#10658
  • feat(matter): Adds Matter Enhanced Color Light Endpoint (CW/WW/RGB) by@SuGlider in#10657
  • feat(matter): Adds a new Matter Endpoint: Generic Switch (smart button) by@SuGlider in#10662
  • feat(Matter): Creates New Matter Fan Controller Endpoint by@SuGlider in#10691
  • feat(matter): adds new Temperature Sensor Matter Endpoint by@SuGlider in#10698
  • feat(Matter): Adds New Matter Humidity Sensor Endpoint by@SuGlider in#10703
  • feat(matter_examples): apply boot button change to all examples by@SuGlider in#10702
  • feat(matter): adds a Pressure Sensor Matter Endpoint by@SuGlider in#10710
  • feat(matter): creates a Matter Contact Sensor Endpoint by@SuGlider in#10712
  • feat(matter): adds new Matter Occupancy Sensor endpoint by@SuGlider in#10717
  • feat(matter): adds a new endpoint to Matter - On/Off Plugin (Power Relay) by@SuGlider in#10722
  • feat(matter): General Review - remove while(!serial) ipv6(enable) and fixes some commentaries in the code by@SuGlider in#10732
  • feat(matter): Adds Identification callback to all matter endpoints by@SuGlider in#10734

Network

OTA

OpenThread

  • feat(openthread): add license declaration ...
Read more

Contributors

  • @mathieucarbou
  • @pillo79
  • @clashman
  • @socram8888
  • @lboue
  • @mstegen
  • @mikeysklar
  • @sivar2311
  • @UnexpectedMaker
  • @leochen4891
  • @TD-er
  • @Vigeant
  • @FaBjE
  • @maxpromer
  • @me-no-dev
  • @CelliesProjects
  • @Jason2866
  • @thomasw-mitutoyo-ctl
  • @vortigont
  • @lucasssvaz
  • @HamzaHajeir
  • @jurstu
  • @sylque
  • @s-hadinger
  • @DogushC
  • @wurongmin
  • @Asc91
  • @ASDosjani
  • @kvp1703
  • @SuGlider
  • @Y1hsiaochunnn
  • @yellobyte
  • @H-sw123
  • @P-R-O-C-H-Y
  • @zinkett
  • @pcbcupid
  • @Bharat-Pi
  • @Sail-211010
mathieucarbou, pillo79, and 36 other contributors
Loading
Jason2866, zerlix, mscott370, WesHarvest, nhyrq, and Alex123wins45 reacted with thumbs up emojilucasssvaz, SuGlider, Jason2866, P-R-O-C-H-Y, lboue, and dalathegreat reacted with hooray emojiMarza4, lboue, and SamHalvoe reacted with rocket emoji
13 people reacted
Previous1345678
Previous

[8]ページ先頭

©2009-2025 Movatter.jp