-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
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.
minux84
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project