zephyr/tests
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
..
application_development tests: Fix sanity_check 2018-10-10 09:21:55 -04:00
benchmarks kernel: Checkpatch fixups 2018-10-16 15:03:10 -04:00
bluetooth tests: bluetooth/tester: Convert from SYS_LOG to new logger 2018-10-19 14:50:22 +02:00
boards tests: dma: use generic callback arg for all dma_callbacks 2018-10-16 16:58:19 -04:00
booting/stub cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
cmsis_rtos_v1 lib/cmsis_rtos_v1: Fix some Kconfig inconsistencies 2018-10-02 14:08:33 -07:00
compliance
crypto tests: fix test identifier 2018-10-16 09:17:51 -04:00
drivers tests: build_all: remove MMA8451Q from dts.fixup 2018-10-17 14:16:02 -05:00
include shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
kernel tests: interrupt: disable riscv32 2018-10-16 21:27:23 -04:00
lib tests: lib: mem_alloc: Blacklist all POSIX arch boards 2018-10-15 09:36:37 -04:00
misc/test_build tests/samples: rename 'app' tag to something meaningful 2018-10-16 09:17:51 -04:00
net net: Remove obsolete config options from samples and tests 2018-10-11 14:44:14 -04:00
posix tests: posix: Bugfix unitialized array in posix_pthread_execution 2018-10-23 09:19:34 -07:00
power tests: pm -> powermanagement 2018-10-16 09:17:51 -04:00
shell shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
subsys logging: Added support for 10 arguments in log message 2018-10-24 11:14:26 +01:00
unit cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ztest sys_clock.h: Make "global variable" APIs into proper functions 2018-10-16 15:03:10 -04:00
CMakeLists.txt tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00