-
Notifications
You must be signed in to change notification settings - Fork 7.6k
make Compiling with ESP-IDF 5.2.2 again #9882
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
make Compiling with ESP-IDF 5.2.2 again #9882
Conversation
Update max supported IDF version to 5.2.99 and idf dependency range to <5.3.
The commit adds overloaded connect methods with timeout support to both the Client and ESPLwIPClient classes. This enhancement allows for establishing connections with specified timeouts.
- Update the write function parameter to accept a constant uint8_t pointer for improved data integrity and security.
Changed the write function parameter to accept a constant pointer for buffer input. This modification enhances data integrity and security by preventing unintended modifications to the buffer content during writing operations.
Added a new interrupt priority setting to the I2S configuration for better control and handling of interrupts.
- Changed data mode to MSB first - Updated master bus timing functions for better performance
|
👋 Hello f-hoepfinger-hr-agrartechnik, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit daa30cd. ♻️ This comment has been updated with latest results. |
This cannot be accepted as current master branch tracks IDF version v5.1. For now, the current pla is to skip v5.2 and go straight for v5.3 in the future, as it will include support for ESP32-P4. |
@f-hoepfinger-hr-agrartechnik Based on this PR i added a few missing things to make everything compile with the Arduino Lib Builder. You can use the Tasmota Arduino framework compiled with IDF 5.2.2 with Platformio by using this Platform
|
make Compiling with ESP-IDF 5.2.2 again