You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/start/qemu.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# QEMU
2
2
3
3
We'll start writing a program for the [LM3S6965], a Cortex-M3 microcontroller.
4
-
We have chosen this as our initial target because it can be emulated using QEMU
4
+
We have chosen this as our initial target because it [can be emulated](https://wiki.qemu.org/Documentation/Platforms/ARM#Supported_in_qemu-system-arm) using QEMU
5
5
so you don't need to fiddle with hardware in this section and we can focus on
0 commit comments