commit | 8528e45897c8b5efaa8807f8eb1f70f102fdd63e | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Sun Nov 29 06:59:24 2020 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 27 13:34:06 2021 -0500 |
tree | 9c3e93136a1c5858615348345f707bdc81327c13 | |
parent | 3e863155773d73c2733c2e922b2886e4ad813d6c [diff] |
lib: cbprintf: add libc f/printf substitutes This allows applications that may not use minimal libc avoid the cost of a second printf-like formatting infrastructure by using printfcb() instead of printf() for output. It also helps make sure that the formatting support (e.g. floats) is consistent between user-directed output and the logging infrastructure. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>