-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental : Arduino 3.0.2 + IDF v5.1.4.240629 platform #31
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PBrunot
force-pushed
the
main
branch
2 times, most recently
from
June 30, 2024 20:15
67ac4e7
to
43c7496
Compare
…-o-matic into idf5-arduino3
PBrunot
changed the title
Experimental : Arduino 3.0, IDF 5.1 changes
Experimental : Arduino 3.0.2 + IDF v5.1.4.240629 platform
Jul 9, 2024
Firmware size changes for esp32-devboardCommit CURRENT 1301339 vs REFERENCE 0da0118
|
Firmware size changes for hardware-rev0-it_ITCommit CURRENT 1301339 vs REFERENCE 0da0118
|
PBrunot
added a commit
that referenced
this pull request
Jul 14, 2024
* Arduino 3.0, IDF 5.1 changes * Updated to Arduino-3.0.0-rc3 * Removed constexpr due to linker warnings * Fixed compiler warning on format string * Updated watchdog to IDF v5.1 API * Logging : now working with Arduino 3.0 * Tests: fixed logging * Watchdog: fixed failed initialization * Esp32: compatibility with IDF 5.1 * Reduced warnings/errors * Added colored output * Update test_mqtt.cpp * Updated workflows to run if needed * Update sizes.yml * Github actions: added sizes * Updating to latest IDF 5.1.14+Arduino 3.0.0 * Generate unique firmware artifact names * Warnings due to IDF 5.x redefining types from IDF 4.x * Fixing regression * Update build.yml * Update build.yml * Espressif: bugfix MAC address * compilation error * Added PIOENV as build info * Bugfix #32 + Buzzer class and tests * removed conf::machine::BEEP_PERIOD * Wrapped ESP.reset() inside esp32 namespace * LCD: Removed Warning if text is too long * Update Tasks.hpp * Tasks: simplify sorting * Lang: #ifdef instead of #if * MQTT: streaming Arduino String can be done without cstr() * Lcd: removed BaseLCDWrapper, as mockup is not needed * Tests: fix after LCDWrapper refactor * Update conf.hpp * Upgrade to released espressif platform from Jason2866 see https://github.com/Jason2866/platform-espressif32/releases/tag/2024.07.20 * Upgrade to Tasmota Espressif32 platform based on Arduino 3.0.2 * MQTT: bugfix only first IP char is sent in aliveMessage * Tasks: using std::chrono ::steady_clock::time_point instead of millis
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.