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

Fix up ZMK to work with newer "CBPRINTF" implementation in Zephyr 2.5 #843

Open
petejohanson opened this issue Jun 18, 2021 · 0 comments
Open
Labels
core good first issue refactor

Comments

@petejohanson
Copy link
Contributor

@petejohanson petejohanson commented Jun 18, 2021

As part of the work in #736 we added a Kconfig setting to keep using the old built in "nano" z_printf implementation, after identifying that our use of format strings didn't work properly w/ the newly introduced CBPRINTF in the newer Zephyr release.

Someone should back out that defaulting, and make ZMK work with the newer printf implementation.

See zephyrproject-rtos/zephyr#29876 for more details.

@petejohanson petejohanson added good first issue core refactor labels Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core good first issue refactor
Projects
None yet
Development

No branches or pull requests

1 participant