Skip to content
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

Compatibility Issues with Portenta X8 #37

Open
sebromero opened this issue Dec 1, 2022 · 0 comments · May be fixed by #39
Open

Compatibility Issues with Portenta X8 #37

sebromero opened this issue Dec 1, 2022 · 0 comments · May be fixed by #39
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@sebromero
Copy link
Contributor

When compiling anything that uses this library for Portenta X8 the compiler throws an error. The first one being a missing reference to QSPIFBlockDevice which is included in the SocketWrapper that is referenced via the Portenta_Ethernet include. Afaik the X8 doesn't have any QSPI flash, so that makes sense.
When commenting out the Ethernet related things, the next issue is a reference to LEDB which doesn't exist for the X8 variant.
The next issue is a missing include: SerialRPC.h to enable Serial communication on X8. This should be implicit when using this library from the X8. I stopped there, there may be more issues down the line.

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Dec 2, 2022
@facchinm facchinm linked a pull request Jan 4, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants