zephyr/misc
Marti Bolivar dc91536855 printk: add vprintk()
This is needed by application code that wants to print formatted
strings, but only has a fmt and va_list, and lacks memory to spare for
"buf" and something like:

	 vsnprintk(buf, sizeof(buf), fmt, ap);
	 printk("%s", buf);

Change-Id: Ic9cc915ec7e5f8f9492c730667f39788ecae65f6
Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-04-22 14:29:33 +00:00
..
generated kernel: remove legacy.h and MDEF support 2017-04-19 10:59:35 -05:00
Kconfig spell: Kconfig help typos: /kernel /misc /subsys 2017-04-22 01:04:56 +00:00
Makefile debug: move debug features from misc to subsys/debug 2016-12-19 19:58:40 +00:00
cpp_ctors.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpp_dtors.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpp_init_array.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpp_virtual.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cpp_vtable.cpp license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
printk.c printk: add vprintk() 2017-04-22 14:29:33 +00:00
reboot.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ring_buffer.c misc: convert to using newly introduced integer sized types 2017-04-20 11:56:00 -05:00