zephyr/subsys/debug
Andrew Boie 756f907274 misc: userspace support for printk()
To avoid making a system call for every character emitted, there is now
a small line buffer if userspace is enabled. The interface to the kernel
is a new system call which takes a sized buffer of console data.

If userspace is not enabled this works like before.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-11 09:23:57 -07:00
..
Kconfig misc: userspace support for printk() 2017-10-11 09:23:57 -07:00
Makefile debug: openocd: build openocd symbols using obj- 2017-08-10 09:13:06 -05:00
openocd.c subsys: convert to using newly introduced integer sized types 2017-04-21 09:36:22 -05:00