Skip to content
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

Serial debugging needs major rework #38

Open
nekromant opened this issue Sep 27, 2013 · 0 comments
Open

Serial debugging needs major rework #38

nekromant opened this issue Sep 27, 2013 · 0 comments

Comments

@nekromant
Copy link
Owner

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:

  1. linux kernel-like early-printk for all the code before ISRs enabled globally.
  2. Buffered interrupt-based implementations for most platforms.
  3. printk() should NOT depend on buggy tmgr
@ghost ghost assigned nekromant Sep 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant