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
Right now serial debugging is platform specific, that sucks for library code. A more generic approach should be implemented around printk.c and dbg()/inf()/warn() macros:
linux kernel-like early-printk for all the code before ISRs enabled globally.
Buffered interrupt-based implementations for most platforms.
printk() should NOT depend on buggy tmgr
The text was updated successfully, but these errors were encountered:
Right now serial debugging is platform specific, that sucks for library code. A more generic approach should be implemented around printk.c and dbg()/inf()/warn() macros:
The text was updated successfully, but these errors were encountered: