commit | 987586d914d63f248a768fa6e47336eb5c15f5d2 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Mon Mar 04 11:49:19 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 05 08:24:50 2019 -0500 |
tree | 92e3f0f48963e4c3ddb258194b28fece8982c3d7 | |
parent | 73efd78432f644ee2818341842d1f0919188fe2a [diff] |
logging: Use vprintk for string formatting by default Previously, _prf function was used when present and _vprintk was used otherwise. _prf supports reacher formatting but at cost of 3k flash and >250 bytes on stack. Stack usage then depended on which function was used and that was causing troubles when trimming stack sizes. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>