Scott Mabin

Results 110 issues of Scott Mabin
trafficstars

As seen here: https://github.com/espressif/esptool/commit/8298cdcc68a8063df1ca932d42e21555e15269b3 This should solve the spurious issues where flashing is successful, but the chip stays in download mode. Should close https://github.com/esp-rs/espflash/issues/556

feature request

Related to https://github.com/esp-rs/esp-hal/issues/2376

image-format

In LLVM19 when we upgrade this fork to it, we must update the targets to use `esp32s3` not `esp32-s3`. We must also reflect this upstream.

This uses LLVM19, let's hope everything works. Local testing seems fine so far.

This crate is used in _a lot_ of the ecosystem: https://crates.io/crates/fugit/reverse_dependencies. As most of the types exposed here are user-facing, i.e a user will set a `Duration` or get an...

Thanks for the library! This PR updates embassy to the latest released version. It also makes ipv6 opt in, on my target enabling ipv6 uses too much flash, so I...

We want to move away from our "home grown" blocking network stack in esp-wifi: https://github.com/esp-rs/esp-hal/pull/2488#issuecomment-2464388663. The obvious choice is `smoltcp-nal`, however this often lags behind when it comes to smoltcp...

Based on https://github.com/rust-embedded/riscv/milestone/1, it looks like https://github.com/rust-embedded/riscv/issues/239 is the only remaining issue. I believe we have all the required changes for us to switch back to using riscv-rt, and our...