-
Notifications
You must be signed in to change notification settings - Fork 47
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
ESP-IDF master compilation crashes on one line #106
Comments
Hello, @adokitkat |
That is a correct fix for previous targets, thanks! I also want to say you may encounter a problem in the future because the code will probably not work for newer targets (P4, C61, etc.) as We should fix this in the IDF though (new public APIs instead of you having to rely on private ones etc.). If you encounter something like this please open an issue in ESP-IDF repo, thanks. |
Hi @lovyan03 For some reason (mostly because of hardware design changes), start from esp32p4, functions like If you do want a way to reset the I2C peripheral, there's a low level function: |
Hello, I just wanted to report a compilation crash due to this line on ESP-IDF master branch:
M5GFX/src/lgfx/v1/platforms/esp32/common.cpp
Line 677 in ff11e09
module
field was removed fromi2c_signal_conn_t
struct (missing from IDF v5.4 or v5.5, not sure).The text was updated successfully, but these errors were encountered: