Romain Deterre
Romain Deterre
Thanks. `ld terminated with signal 9 [Killed]` in the build log looks like we're running into a timeout of the continuous integration system. I'll try a few more times to...
I just ran the build here and that the memory usage of the system goes up by about 10 GB That would explain the issue ;) 
Thanks. Since it looks like linking is the most memory-hungry part, I'm trying to limit that first.
Yes, it would be very useful to tag a new release now that the build works in Visual Studio 2019. I'd be happy to make a PR for it if...
Thanks! Removing the `wait_netif_up` works, I can ping the device no problem with this change 👍 For information, the dependencies in this test project are: - log = { version...
After patching esp-idf-sys, esp-idf-hal and esp-idf-svc to master and making a small change to make the code build (see full main.rs and Cargo.toml below), it looks like the situation is...