Skip to content

Commit

Permalink
Do not use Cortex-M0 since Qemu is too old
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Jan 21, 2020
1 parent 6175f44 commit d022e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/run-make/thumb-none-qemu/example/.cargo/config
@@ -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"
Expand Down

0 comments on commit d022e01

Please sign in to comment.