arduino-libraries / Arduino_PortentaBreakout

GNU Lesser General Public License v2.1
10 stars 5 forks source link

Compatibility Issues with Portenta X8 #37

Open sebromero opened 1 year ago

sebromero commented 1 year ago

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.