You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to use the actual Micropython master branch (or at least the commit where Support for IDF 5.4 was introduced) and not 1.24.x.
Great!
After checking out the master branch, the build was successful. Thank you for your answer. However, I believe this bug should be fixed as soon as possible.
This is not a bug. Micropython 1.24.1 does not support idf 5.4 (and I think 5.3 neither). Micropython 1.25 will. So, if you use the actual master branch you will use the 1.25 Preview.
Port, board and/or hardware
esp32 ports ESP32_GENERIC_S3 board
MicroPython version
Micropython v1.24-release on 2025-3-27;
Reproduction
idf v5.4
cd ports/esp32
make BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT
Expected behaviour
make completed
Observed behaviour
FAILED: genhdr/qstr.i.last /home/ansen/work/src/micropython/micropython/ports/esp32/build-ESP32_GENERIC_S3-SPIRAM_OCT/genhdr/qstr.i.last
/bin/sh esp-idf/main_esp32s3/CMakeFiles/qstr.i.last-93c470f.sh adef200ce74d197a
/home/ansen/work/src/micropython/micropython/ports/esp32/machine_touchpad.c:39:2: error: #error "Unknown touch hardware version"
39 | #error "Unknown touch hardware version"
| ^~~~~
Additional Information
No response
Code of Conduct
Yes, I agree
The text was updated successfully, but these errors were encountered: