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

[nrfconnect] Enable logger synchronization #9457

Merged
merged 1 commit into from
Sep 3, 2021

Conversation

Damian-Nordic
Copy link
Contributor

Problem

nRF Connect examples use the minimal logger mode which uses printk() under the hood. printk() is not synchronized so logs printed from multiple thread can be badly formatted.

Change overview

Enable synchronization in printk() so that logs printed from multiple threads don't interfere with each other.

Testing

Tested manually with nRF Connect examples.

nRF Connect examples use the minimal logger mode which
uses printk() under the hood. Enable synchronization
in printk() so that logs witten from multiple threads don't
interfere with each other.
@andy31415 andy31415 merged commit fe199e7 into project-chip:master Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants