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.
As part of the work in #736 we added a Kconfig setting to keep using the old built in "nano"
z_printfimplementation, 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.
The text was updated successfully, but these errors were encountered: