-
Notifications
You must be signed in to change notification settings - Fork 7.6k
#include "esp32s3/ulp.h" No such file or directory #9591
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
Comments
@Llgok - issue confirmed. After investigaing it, I have concluded that the ULP sdkconfig has changed from IDF 4.x to IDF 5.x - the last is used by Arduino Core 3.0.0. It may be fixed for Arduino Core 3.0.0-RC2, which shall be released along this week. @me-no-dev - I have submitted a PR to Lib Builder to adjust the sdkconfig settings to add ULP support for S3, S2 and C6. Please take a look and, if possible, merge it on time for the RC2 release. Thanks! |
@me-no-dev - The Lib Builder PR is espressif/esp32-arduino-lib-builder#176 |
Thank you very much for your reply. This issue has been bothering me for several days. Being able to use ULP on Arduino is really helpful. I am very grateful for the continuous contributions from your open-source team. |
@Llgok | @me-no-dev When enabling both FSM and RISCV ULP, as it was done in Lib Builder, it will only build for RISCV ULP, leaving FSM out (no In the PR espressif/esp32-arduino-lib-builder#176, I have disabled RISCV ULP and only enabled FSM ULP. The latest commit I've done to Lib Builder PR#176 adds |
OK |
Fixed in latest master with merge of new built libs |
Board
ESP32S3 Dev Module
Device Description
not anything
Hardware Configuration
fatal error:
14 | #include "esp32s3/ulp.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: esp32s3/ulp.h: No such file or directory
Version
latest development Release Candidate (RC-X)
IDE Name
Arduino-IDE
Operating System
Windows 10
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
115200
Description
On the ESP32 Dev Module, you can find the header file "esp32/ulp.h", but on the ESP32S3 Dev Module, the header file "esp32s3/ulp.h" cannot be found.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: