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

[console] Flag to disable default console output #394

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

schultetwin1
Copy link
Contributor

Introduces a flag which allows a project to disable the default output to platform_dputc. This is useful is the project wants to maintain platform_dputc for panic conditions but otherwise use a registered callback for console io.

Change-Id: I1362529a6bb40d191ac3f7c6069985c371d9284c

Introduces a flag which allows a project to disable the default output
to platform_dputc. This is useful is the project wants to maintain
`platform_dputc` for panic conditions but otherwise use a registered
callback for console io.

Change-Id: I1362529a6bb40d191ac3f7c6069985c371d9284c
@travisg travisg merged commit 1ce428d into littlekernel:master Dec 4, 2023
257 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants