You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyrSerial: export ARDUINO_ROUTER_SERIAL for Arduino_RouterBridge
If the board has an 'arduino,router-serial' node, then the functionality
of the 'Serial' object is actually provided by the 'Monitor' object in
the Arduino_RouterBridge library.
Define the property for the UNO Q board and make sure the library is
always included in every sketch so that the 'Serial' object is properly
defined. A stub header is provided in the 'libraries/stubs' folder to
handle the case of the library not being installed, so that the core can
be used without requiring the installation of the libray.
Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
0 commit comments