Sketches with Serial.begin()
will not compile unmodified for arduino:mbed_portenta:portenta_x8
#74
Closed
3 tasks done
Labels
conclusion: declined
Will not be worked on
type: imperfection
Perceived defect in any part of project
Describe the problem
Sketches involving the
Serial.begin()
will not compile, without adding#include "SerialRPC.h"
at beginning of sketch. It will compile when#include "SerialRPC.h
is added to the beginning of the sketchTo reproduce
From root of repository run
Output
Expected behavior
In the Out of Box (OoB) experience for the Portenta X8, it is possible to compile and run Arduino example sketches (included in the IDE) using Serial functionality without any additional modification.
The Arduino website mentions the ability to run Arduino code on the auxiliary core of the Portenta X8 in many places, including:
Arduino and Linux ecosystems
The examples version
5d991a2
Additional context
Repeatable with Arduino IDE 2.3.2

Issue checklist
The text was updated successfully, but these errors were encountered: