mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
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:
committed by
Ron Evans
parent
b884db81ea
commit
071f863e5d
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
"-T", "targets/lm3s6965.ld"
|
"-T", "targets/lm3s6965.ld"
|
||||||
],
|
],
|
||||||
"extra-files": [
|
"extra-files": [
|
||||||
"targets/cortex-m.s"
|
"targets/qemu.s"
|
||||||
],
|
],
|
||||||
"emulator": ["qemu-system-arm", "-machine", "lm3s6965evb", "-semihosting", "-nographic", "-kernel"]
|
"emulator": ["qemu-system-arm", "-machine", "lm3s6965evb", "-semihosting", "-nographic", "-kernel"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user