Skip to content

Instantly share code, notes, and snippets.

@mvirkkunen
Created July 30, 2020 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvirkkunen/9cad878421ce68646b0c7ac6e3f67c68 to your computer and use it in GitHub Desktop.
Save mvirkkunen/9cad878421ce68646b0c7ac6e3f67c68 to your computer and use it in GitHub Desktop.
set -e
cargo build -p app --target thumbv7m-none-eabi
echo "Starting QEMU (Ctrl-A X to exit)"
qemu-system-arm \
-cpu cortex-m3 \
-machine lm3s6965evb \
-nographic \
-semihosting-config enable=on,target=gdb \
-kernel target/thumbv7m-none-eabi/debug/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment