Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Tags: Task-Tracker-Systems/arduino-esp32

Tags

3.0.0-alpha3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add documentation on threading issues with WiFi.onEvent() to examples (

…espressif#8081)

* Compile error if CONFIG_FREERTOS_HZ != 1000

* add a check at the CMake level, per feedback

* fix a punctuation glitch

* Remove `_Static_assert` per feedback

* add documentation on threading issues with WiFi.onEvent()

* more comments

* thin out comments, add docs

* Update WiFiProv.ino merge conflict issue fixed

* Added the CLK type and MAC from eFuse to Ethernet begin

* Fixed the order and arguments on the Ethernet begin function

---------

Co-authored-by: Pedro Minatel <[email protected]>
Co-authored-by: Pedro Minatel <[email protected]>

3.0.0-alpha2

Fix date parser in release script

3.0.0-alpha1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added namino bianco board + other fix on menus (espressif#8730)

* added namino bianco board + other fix

* fix boards menu options

2.0.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'master' into release/v2.x

2.0.13

Merge branch 'master' into release/v2.x

2.0.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix pin attachInterrupt(digitalPinToInterrupt(48)) on all S3 based SO…

…Cs (espressif#8600)

* Test GPIO number in attachInterrupt()

* Fixes S3 GPIO48 in digitalPinToInterrupt()

* Changes test of GPIO number in attachInterrupt()

* Fixes NUM_DIGITAL_PINS in Adafruit board

* Fixes GPIO48 in Edgebox-ESP-100 board

2.0.11

Update version to 2.0.11

2.0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Arduino Nano ESP32 target (espressif#8417)

* USB: enable DFU interface and stub

* nano_nora: add Arduino Nano ESP32 board support

* [pin_remap 1/3] platform: define ARDUINO_CORE_BUILD when building core files

* [pin_remap 2/3] core,libs: add pin remap hooks

* [pin_remap 3/3] nano_nora: implement and enable pin remap

* nano_nora: fix: reset all matrix connections at boot

* nano_nora: add recovery image for release/v2.x

* nano_nora: use official Arduino branding

* nano_nora: core split + recovery mode rework

Use an absolute address in SPIRAM to store the magic tokens, almost at the
end of the memory, to avoid the markers from being overwritten on any kind
of sketch and core combination.

Also, only start the recovery once if a valid binary is present in the
Flash, by immediately setting that for the next boot when recovery
starts.

* platform: fix: use {compiler.sdk.path} for sdk path

In preparation for the sdk -> tool transition

* package_index: remove dfu-util from template

The tool is already available in mainline package_index.json

* on_release: allow single board packages

---------

Co-authored-by: Luca Burelli <[email protected]>

2.0.9

Update version to 2.0.9

2.0.8

Update version to 2.0.8