qemu: rename assembly file

The name was cortex-m.s which looks like it is a generic assembly file
for all cortex-m targets. However, it really is only for qemu
simulation, because every chip has a slightly different interrupt vector
table.
This commit is contained in:
Ayke van Laethem
2019-10-31 13:10:20 +01:00
committed by Ron Evans
parent b884db81ea
commit 071f863e5d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"-T", "targets/lm3s6965.ld"
],
"extra-files": [
"targets/cortex-m.s"
"targets/qemu.s"
],
"emulator": ["qemu-system-arm", "-machine", "lm3s6965evb", "-semihosting", "-nographic", "-kernel"]
}