mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 19:55:55 +00:00
Now when we're finally ready to open QEMU port for ARC we introduce the first ever platform it supports and in fact does that quite well - Zephyr RTOS. For now we only offer support of basic EM & HS code execution, built-in timers, interrupt controller and set of very simple peripherals: DW UART & optionally MMIO Virtio devices. Signed-off-by: Wayne Ren <wei.ren@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
CONFIG_CPU_ARCHS=y
|
|
CONFIG_SOC_QEMU_ARC=y
|
|
CONFIG_SOC_QEMU_ARC_HS=y
|
|
CONFIG_XIP=y
|
|
CONFIG_BUILD_OUTPUT_BIN=n
|
|
CONFIG_PRINTK=y
|
|
CONFIG_ARCV2_INTERRUPT_UNIT=y
|
|
CONFIG_ARCV2_TIMER=y
|
|
CONFIG_ARC_HAS_STACK_CHECKING=n
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_NS16550=y
|