commit | 3eee762e08a17622353a2f170257774427e54b5a | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Mon Jul 13 18:41:12 2020 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jul 20 13:34:34 2020 -0400 |
tree | 2d1acf15ff8651d4263638bc1187f10a93f991bf | |
parent | ac305149bb5ef09d1ed9b29fb65919f34044f73f [diff] |
ARC: NSIM: switch to ns16550 UART model Switch nSIM from custom ARC UART to ns16550 model. That will allow us to use zephyr images built for nSIM on other platforms like HAPS, QEMU, etc... This patch do: * switch nSIM board to ns16550 UART usage * change nSIM simulator configuration to use ns16550 UART model * drop checks for CONFIG_UART_NSIM in ARC code * update nSIM documentation Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>