zephyr/boards/arc/hsdk
Eugeniy Paltsev 91d7ec5a35 ARC: west: split mdb runner for mdb-hw & mdb-nsim runners
mdb runner is quite special as it can be used to run Zephyr on
both simulator (nSIM) and real hardware.
However it is really misleading as same command (west flash)
will run Zephyr in simulation for one board and try to run it
on HW for another board. Things are getting worse for boards
supporting both runs in simulation and on real hardware.

Let's split mdb runner for mdb-hw (for runs on HW) and mdb-nsim
(for runs in simulation) runners.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2020-11-11 08:18:38 -05:00
..
doc
support board: hsdk: add 2 cores configuration for test 2020-09-04 11:58:04 +02:00
CMakeLists.txt
Kconfig.board
Kconfig.defconfig kconfig: Replace defconfig singe-symbol 'if's with 'depends on' 2020-02-12 10:32:13 -06:00
board.cmake ARC: west: split mdb runner for mdb-hw & mdb-nsim runners 2020-11-11 08:18:38 -05:00
hsdk.dts board: hsdk: add 2 cores configuration for test 2020-09-04 11:58:04 +02:00
hsdk.dtsi drivers: display: ili9340: move VCOM parameters to DT 2020-09-29 14:18:05 -05:00
hsdk.yaml
hsdk_2cores.dts board: hsdk: add 2 cores configuration for test 2020-09-04 11:58:04 +02:00
hsdk_2cores.yaml board: hsdk: add 2 cores configuration for test 2020-09-04 11:58:04 +02:00
hsdk_2cores_defconfig board: hsdk: add 2 cores configuration for test 2020-09-04 11:58:04 +02:00
hsdk_defconfig boards: arc: enable smp by default for multicore targets 2020-03-12 13:02:17 -04:00
pinmux.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00