targets: rename qemu target to cortex-m-qemu

The target is intended to emulate the Cortex-M, not to be a generic QEMU
target.
This commit is contained in:
Ayke van Laethem
2019-11-29 21:35:59 +01:00
committed by Ron Evans
parent d441f0152f
commit 0105f815c6
4 changed files with 5 additions and 5 deletions
@@ -8,7 +8,7 @@
],
"linkerscript": "targets/lm3s6965.ld",
"extra-files": [
"targets/qemu.s"
"targets/cortex-m-qemu.s"
],
"emulator": ["qemu-system-arm", "-machine", "lm3s6965evb", "-semihosting", "-nographic", "-kernel"]
}
+1 -1
View File
@@ -1,5 +1,5 @@
// Generic Cortex-M interrupt vector.
// This vector is used by the QEMU target.
// This vector is used by the Cortex-M QEMU target.
.syntax unified