Skip to content

Compatibility Issues with Portenta X8 #37

Open
@sebromero

Description

@sebromero

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions