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.
Этот коммит содержится в:
Ayke van Laethem 2019-10-31 13:10:20 +01:00 коммит произвёл Ron Evans
родитель b884db81ea
коммит 071f863e5d
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"]
}

Просмотреть файл