Skip to content

Commit d022e01

Browse files
Do not use Cortex-M0 since Qemu is too old
1 parent 6175f44 commit d022e01

File tree

1 file changed

+2
-1
lines changed
  • src/test/run-make/thumb-none-qemu/example/.cargo

1 file changed

+2
-1
lines changed

src/test/run-make/thumb-none-qemu/example/.cargo/config

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[target.thumbv6m-none-eabi]
2-
runner = "qemu-system-arm -cpu cortex-m0 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"
2+
# FIXME: Should be Cortex-M0, but Qemu used by CI is too old
3+
runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"
34

45
[target.thumbv7m-none-eabi]
56
runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semihosting-config enable=on,target=native -kernel"

0 commit comments

Comments
 (0)