-
-
Notifications
You must be signed in to change notification settings - Fork 214
Rename Serial objects if CDC UART is not available #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Memory usage change @ 903d094
Click for full report table
Click for full report CSV
|
@facchinm I think the alignment between the cores is crucial. I was rather thinking of
On the variants which don't support it like the NSense. So, Serial would always map to the USB Serial port and the usage of |
@facchinm I think we add a bit to the confusion by referring to the UART ports on the pinout. E.g. the pinout of the Portenta H7 mentions UART1 on D13 and D14, so UART1 must be the same one used by the USB port I assume. So it can be accessed via |
Fixes arduino/nicla-sense-me-fw#55
@per1234 @sebromero does it look ok? I remember we had some conversation about the naming on platforms like PORTENTA_H7_M4, where we would lose the alignment between cores (the same pins would be referred as Serial on M4 and Serial1 on M7)