zephyr/drivers/console
Max Filippov 0ad868a58c xtensa_sim_console: fix simcall
simcall must be in the volatile asm so that gcc does not optimize it
out. It also needs "memory" clobber to make sure data passed through
memory buffer is actually written back before the simcall.

Change-Id: I410b7348bf605d0d08f81ec5395f6cb144f33a43
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2017-04-13 20:33:27 +00:00
..
Kconfig ipm_console: add Kconfig for receiver stack size 2017-03-06 16:58:20 +00:00
Kconfig.telnet drivers/console/telnet: Select TCP when telnet is selected 2017-01-27 13:02:11 +00:00
Makefile Xtensa port: Added support for Xtensa simulator console driver. 2017-02-13 08:04:27 -08:00
ipm_console_receiver.c ipm_console: add Kconfig for receiver stack size 2017-03-06 16:58:20 +00:00
ipm_console_sender.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ram_console.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
rtt_console.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
telnet_console.c net: nbuf: Add timeout to net_buf getters 2017-02-08 10:12:35 +02:00
telnet_protocol.h drivers/console/telnet: Add ground support for telnet commands 2017-01-27 12:35:53 +02:00
uart_console.c console/shell: Switch to generic console input 2017-01-27 12:35:53 +02:00
uart_pipe.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
xtensa_sim_console.c xtensa_sim_console: fix simcall 2017-04-13 20:33:27 +00:00