Skip to content

Tags: realthunder/arduino-esp32

Tags

3.1.0-RC1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into release/v3.1.x

3.0.4

fix(release): Install pyserial for release test build

3.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(release): Fix wrong filename for copy

3.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
IDF release/v5.1 bd2b9390ef (espressif#9928)

3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add upload_port vid/pid for adafruit boards (espressif#9779)

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(release): Update merge_package.py (espressif#9694)

Use packaging.version instead of the deprecated distutils.version

2.0.17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove "programmer.default" from Nano ESP32 (espressif#9665)

Setting programmer.default has unfortunately multiple effects:
- sets the tick by default in the Tool menu in the IDE (which was the
  expected behavior),
- forces the CLI to use the specified programmer every time an upload is
  attempted (which is confusing users).

For this reason, it is better to remove the "programmer.default" setting
from the board definition and let the user choose the programmer in the
IDE menus, as it was before.

3.0.0-rc3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Zigbee examples update (espressif#9627)

3.0.0-rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reduced GPIO17 (Ethernet clock GPIO) signal strength to reduce noise. (

…espressif#9623)

* Create variant.cpp

Reduced Ethernet clock GPIO signal strength to reduce noise.

* ci(pre-commit): Apply automatic fixes

---------

Co-authored-by: DanKoloff <lubchoh@yahoo.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>

2.0.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat (uart): uses the same IDF 32bits size for TX/RX buffers (espress…

…if#9561)

* feat (uart): uses the same IDF 32bits size for TX/RX buffers

Uses the same IDF 32bits size for TX/RX buffers.

Changed header files to use the same IDF buffer limits.
* this is a backport from PR espressif#9554

* feat (uart): change UART events logs to Verbose 

UART events like BREAK or errors are now Verbose instead of Warning Level.

Backporting change from Issue espressif#9551

* feat (uart): uses the same IDF 32bits size for TX/RX buffers.

Uses the same IDF 32bits size for TX/RX buffers.

Changed header files to use the same IDF buffer limits.
* this is a backport from PR espressif#9554

* feat (uart): keep overflow log as warning

Keeps Overflow /  Buffer Full log messages in Warning Level.