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
[feature]: USeparate application and debug output streams.
- Change DEBUG_RP2040_PORT to Serial in the dev environment to route debug output to USB CDC, which is not thread-safe.
- Application output remains on Serial1, strictly managed by async context on core 1 for thread safety.
- Update main.cpp to initialize Serial (USB CDC) without baud rate and add a short timeout for a robust startup.
- Ensures clear separation between thread-safe application output and non-thread-safe debug output.
Signed-off-by: Goran Mišković <[email protected]>
0 commit comments