-
-
Notifications
You must be signed in to change notification settings - Fork 212
Portenta X8 examples: QSPIFBlockDevice not found #529
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
Hi @ClemensAtElektor , |
@ClemensAtElektor you are right, this is a big shortcoming of the IDE; it shows all the libraries in a core as |
There are a couple of proposals for doing such a thing at the library or sketch level (keep in mind that, even if a library is compatible with a board, a specific example sketch may not be). See issues 7144 and 5506 in the Tooling Team's internal issue tracker (unfortunately these were created before we had achieved proper integration with GitHub and we haven't gotten around to publishing them yet). But the most detailed proposal is the document you wrote in the "Arduino Tooling" confluence space. Those proposals are likely to take some time to implement since they encompass work in the Arduino CLI code base, the relevant specification, Arduino IDE, Arduino Web Editor, the relevant boards platforms, before benefiting users. After that, there will be follow up work in Arduino Lint, Arduino Library Reference, and Arduino Library Manager. I have submitted a proposal for an improvement that can be made to this user experience with only a trivial change to the Arduino IDE code: arduino/arduino-ide#1304. |
Hi,
Tried to run WiFiFirmwareUpdater & WiFiWebClient examples from Portenta X8 boards package v3.2.0 inside Arduino IDE 1.8.19 on my Portenta X8. Both fail with similar compilation error:
ResolveLibrary(QSPIFBlockDevice.h)WiFiFirmwareUpdater:1:10: fatal error: QSPIFBlockDevice.h: No such file or directory
I saw other issues related to QSPIFBlockDevice here (#489 , #377) but I am not sure if I can apply the proposed solutions. How can I get this to compile, please?
The text was updated successfully, but these errors were encountered: