Do not use Cortex-M0 since Qemu is too old
This commit is contained in:
parent
6175f447b5
commit
d022e01caa
@ -1,5 +1,6 @@
|
||||
[target.thumbv6m-none-eabi]
|
||||
runner = "qemu-system-arm -cpu cortex-m0 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"
|
||||
# FIXME: Should be Cortex-M0, but Qemu used by CI is too old
|
||||
runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"
|
||||
|
||||
[target.thumbv7m-none-eabi]
|
||||
runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"
|
||||
|
Loading…
Reference in New Issue
Block a user