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>
This commit is contained in:
parent
ac305149bb
commit
3eee762e08
13 changed files with 19 additions and 20 deletions
|
@ -9,11 +9,6 @@
|
|||
*/
|
||||
|
||||
#include <linker/sections.h>
|
||||
|
||||
#if defined(CONFIG_UART_NSIM)
|
||||
EXTERN(_VectorTable)
|
||||
#endif
|
||||
|
||||
#include <linker/linker-defs.h>
|
||||
#include <linker/linker-tool.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue