zephyr/include/arch
Ulf Magnusson 45221a9706 serial: nsim: Fix impossible-to-enable CONFIG_UART_NSIM
CONFIG_UART_NSIM depends on CONFIG_NSIM, which was removed in commit
9bc69a46fa ("boards: Update arc em_starterkit support from 2.2 to
2.3"). Remove the dependency, and also remove the CONFIG_NSIM=y setting
from the test_nsim test (which should now work).

Also change the condition for EXTERN()ing _VectorTable in
include/arch/arc/v2/linker.ld to check CONFIG_UART_NSIM instead of
CONFIG_NSIM. I'm guessing the EXTERN() is there to make the symbol
visible to nSIM, though I don't know anything about it.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-05-24 13:09:28 -04:00
..
arc serial: nsim: Fix impossible-to-enable CONFIG_UART_NSIM 2018-05-24 13:09:28 -04:00
arm arch: arm: Fix typo in comment 2018-05-23 17:57:06 -04:00
nios2 dts: nios2f: Add device tree support 2018-05-17 14:09:15 -07:00
posix POSIX arch: Fix linker -T warning 2018-05-02 10:19:09 -04:00
riscv32 k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
x86 x86: grant user mode access to newlib heap 2018-05-09 16:36:36 -07:00
xtensa dts: xtensa: Add device tree support for xtensa 2018-05-01 16:46:41 -04:00
cpu.h arch: native: Run Zephyr natively in a POSIX OS 2017-12-27 14:16:08 -05:00