boards: MPS2 targets enabled icount

Set qemu parameter for MPS2 targets: -icount auto

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
Andrei Gansari 2019-09-09 17:31:17 +03:00 committed by Anas Nashif
parent 2adccabf6a
commit e0d7e880f2
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ set(QEMU_FLAGS_${ARCH}
-machine mps2-an385
-nographic
-vga none
-icount auto
)
board_set_debugger_ifnset(qemu)

View file

@ -9,6 +9,7 @@ set(QEMU_FLAGS_${ARCH}
-nographic
-m 16
-vga none
-icount auto
)
board_set_debugger_ifnset(qemu)