commit | a43d41483bedaaf6d53f2ca8300bc75812b8b2c6 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Thu Feb 10 09:38:17 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Feb 22 14:44:11 2022 +0100 |
tree | 9162b13b0740b3fb7eb0585e2009babbd703cdd4 | |
parent | c5a065e3b8a13401d98f89b8ea7c42e7dbc7618b [diff] |
tests: logging: Add test for stack usage characterization Added test which estimates stack usage of few types of logging messages in various modes, with and without optimization. Test was used to determine usage for various architectures and is expected to be used to detect stack usage increase since it fails when stack usage in given configuration goes beyond the hardcoded limit. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>