using qemu #280
djdisodo
started this conversation in
Show and tell
using qemu
#280
Replies: 1 comment
-
Sounds good, I'll enable the wiki. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in this case you only need
qemu-system-avr
andavr-gcc
other than rustboth are available in most linux distros and msys2-mingw(for windows)
add this to your
.cargo/config.toml
of your projectuno is board i am using
here's list of boards supported by qemu
without option nographic and serial there will be qemu console
you can use serial console on view->serial0
this vm may run faster than real hw
current implementation of delay won't work properly
can we have a wiki?
Beta Was this translation helpful? Give feedback.
All reactions