Scott Mabin

Results 335 comments of Scott Mabin
trafficstars

> Shouldn't the Troubleshooting section be for issues that might occur? This is not a problem for WSL users, which may windows users opt to use. So not all windows...

> Do you expect any major obstacles to run it on the new chip? (wifi stack binary blob bindings, proper linker magic to jump from the bootloader and so on)...

> Looking at the PAC documentation for esp32 and esp32c3 it seems they are far from compatible. Compare: https://docs.rs/esp32/0.10.0/esp32/gpio/index.html https://docs.rs/esp32c3/0.1.2/esp32c3/gpio/index.html This comparison is quite misleading, as the esp32 crate has...

> I'm going to run https://github.com/MabezDev/esp32c3-experiments with intention of creating a branch of esp32-hal with esp32c3 feature. Awesome! We now have an PAC for the esp32c3: https://github.com/esp-rs/esp32c3 btw :) As...

Hmm, looks like a bug. It's ignoring your input address of `0x0` and proceeding with the default application address of `0x10000`.

> The good thing about the ctor taking the interrupt handler would be the user can be sure nothing will change (well - we have unsafe API to change it...

I have two boards, an esp32 and esp32s3 board with an OV2640 so I can test those (I might have an s2 board kicking around too, but I'd have to...

> I've never setup an HTTP server on no_std so I don't know how hard it is. Know of any examples? My initial idea for this (which is the example...

For me, the esp-template works perfectly. I am running the latest RA with VSCode 1.76.2, no errors and good completion/go to def. I also tried esp-idf-template which does show an...

There are FIFO access issues on the S2 with uart, maybe there is something similar here?