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

Write our debug logging module #22

Open
dhylands opened this issue Nov 2, 2016 · 0 comments
Open

Write our debug logging module #22

dhylands opened this issue Nov 2, 2016 · 0 comments

Comments

@dhylands
Copy link
Member

dhylands commented Nov 2, 2016

Ideally, I'd like this to work like printk does in the linux kernel. printk can be called from ISR code or from task code and it does things so that the latency between printk's called from the ISR level and when the data shows up on the serial port is minimized. This makes the output a bit more synchronous, but makes it MUCH more useful from a debugging standpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant