-
Notifications
You must be signed in to change notification settings - Fork 2
Freezes on launch #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've pasted your code into my example code repo, replacing blinky, and I do get the same issue (on But I think this is to be expected, as the espressif QEMU fork doesn't support WiFi? espressif/esp-idf#15087 I'm pretty sure I've seen a fork-of-the-fork somewhere that adds WiFi support and I had plans to add it as a variant to my flake, but I don't seem to be able to find that particular repository anymore. There does seem to be some work in progress: espressif/qemu#80 . Regarding your comment on "makes the tests fail": do you mean the |
Ah, I should have known that. Thank you! |
Hi again -- thanks for keeping this project going!
I'm back tinkering on my esp32c3 project again (https://github.com/n8henrie/esp32c3-rust-mqtt), and I'd love to be able to test via qemu instead of having to carry real hardware around with me everywhere.
On my Macbook, this project still builds (as long as I specify
--option sandbox false
-- evenrelaxed
makes the tests fail).I have an image that runs on real hardware but it seems to freeze if I try to emulate the image.
It just freezes here indefinitely. Any ideas?
The text was updated successfully, but these errors were encountered: