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
Boot messages are lost due to tinyUSB detaches (to write boot log and secrets if required). It would be nice if they were buffered / displayed later
#655
As part of the PR to fix file system corruption when devices brownout, I've decided to split off this piece of work that would buffer log output until usb serial is reattached.
This is a ticket for that work.
The text was updated successfully, but these errors were encountered:
tyeth
changed the title
Boot messages are lost when tinyUSB detaches (to write boot log and secrets if required). It would be nice if they were buffered / displayed later
Boot messages are lost due to tinyUSB detaches (to write boot log and secrets if required). It would be nice if they were buffered / displayed later
Oct 25, 2024
Side quest, the SAMD (m4 airlift) seems to be truncating the initial bit of the device info in serial, the firmware version line gets the label merged with Adafruit WipperSnapper line from the parent calling method, and the title ------Device Information--- is lost completely. I tried adding flushing but no difference.
EDIT - Future me: try adding yield to debug print as well as flush, as it gives tinyusb cdc a kick too.
As part of the PR to fix file system corruption when devices brownout, I've decided to split off this piece of work that would buffer log output until usb serial is reattached.
This is a ticket for that work.
The text was updated successfully, but these errors were encountered: