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
1. Function _vprintk is able to parse '*'.
2. Fixed checkpatch warnings.
3. Added Kconfig option to parse '*' only when SHELL is
using _vprintk.
4. This PR fixes PR: zephyrproject-rtos#10195 and zephyrproject-rtos#10287
Signed-off-by: Jakub Rzeszutko <[email protected]>
Current
_vprintk
implementation does not support*
. It is not possible to parse following data:"%s%-*s%s:"
.Fix can be based on
_prf
function localized in /lib/libc/minimal/source/stdout/prf.cThe text was updated successfully, but these errors were encountered: