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

Minimal logging does not work if printk and boot banner are disabled #52721

Closed
nordicjm opened this issue Dec 1, 2022 · 0 comments · Fixed by #52745
Closed

Minimal logging does not work if printk and boot banner are disabled #52721

nordicjm opened this issue Dec 1, 2022 · 0 comments · Fixed by #52745
Assignees
Labels
area: Logging bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@nordicjm
Copy link
Collaborator

nordicjm commented Dec 1, 2022

Describe the bug
Any application (i.e. mcuboot) that uses logging, configured in minimal footprint mode, does not work if both CONFIG_PRINTK and CONFIG_BOOT_BANNER are set to n.

To Reproduce
Build mcuboot with logging and set CONFIG_PRINTK and CONFIG_BOOT_BANNER to n.
Also reproducible with smp_svr sample application when set to minimal footprint logging mode

Expected behavior
Logging to work

Impact
Showstopper

Environment (please complete the following information):

  • Commit SHA or Version used: 1217d85
  • Board: nrf5340dk_nrf5340_cpuapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Logging bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants