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
Could there be an option for disabling STDIO console and select SINK one instead, without disabling DEVICE_SERIAL which may be needed by peripherals drivers.
Could be something like: #if (DEVICE_SERIAL && !MBED_CONF_PLATFORM_STDIO_SINK))
This could be useful when switching to release mode or to improve low power consumption.
Maybe there is already an alternative method that I am not aware of.