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

[Firmware] implement UART logging via defmt_bbq - mainly for nrf52 #93

Closed
TheButlah opened this issue Dec 4, 2022 · 0 comments
Closed
Labels
Area: Firmware Relating to the firmware subprojct Difficulty: Good for Newcomers Good issue for newcomers to tackle Priority: High

Comments

@TheButlah
Copy link
Collaborator

We can use defmt_bbq to allow us to log from defmt into a queue, and then pop from that queue and do something with some peripherals.

This would allow for example, an asynchronous task that logs using uart to read from the queue and act as the global logger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Firmware Relating to the firmware subprojct Difficulty: Good for Newcomers Good issue for newcomers to tackle Priority: High
Projects
None yet
Development

No branches or pull requests

1 participant