zephyr/tests/subsys/logging
Krzysztof Chruscinski c696e68bb9 logging: Added support for 10 arguments in log message
Extended supported number of arguments in log message. Support for
messages consisting of more than 2 chunks had to be added. So far
messages could consist of one chunk (up to 3 args) or two chunks
(2 args in first chunk and 7 in second chunk). Once 2+ chunks
support is added number of arguments is techinically limited to
15 (4 bit field). log_core and log_output extended to suppor 10
arguments.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-10-24 11:14:26 +01:00
..
log_core logging: Added support for 10 arguments in log message 2018-10-24 11:14:26 +01:00
log_list tests: remove subsys from test identifier 2018-08-16 13:20:53 -07:00
log_msg tests: remove subsys from test identifier 2018-08-16 13:20:53 -07:00
logger-hook tests/samples: cleanup tags 2018-10-16 09:17:51 -04:00