You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, only printf() supports it, but in some shell modules, having a nice output is necessary (a lot of complex information can be written, and it's all worse if everything is not nicely formated). And since printk() is preferred (lighter than printf etc...), it would be nice to get that support in printk.
(Imported from Jira ZEP-1599)
The text was updated successfully, but these errors were encountered:
verified printk left justifier passed at all qemu platforms (@qemu_x86, @qemu_cortex_m3, @qemu_rescv32, @qemu_nios2). Closing this. Thanks.
NOTE: the test @qemu_cortex_m3 build failed due to recent changes at DTS. This's not related to this story. It is a different issue, logged as GH-1928.
Reported by Tomasz Bursztyka:
For instance:
printk("%-8u", a_number);
For now, only printf() supports it, but in some shell modules, having a nice output is necessary (a lot of complex information can be written, and it's all worse if everything is not nicely formated). And since printk() is preferred (lighter than printf etc...), it would be nice to get that support in printk.
(Imported from Jira ZEP-1599)
The text was updated successfully, but these errors were encountered: