Björn Quentin

Results 490 comments of Björn Quentin

Thanks for reporting. I'll have a look but I'm currently busy with other things so it might take some time If anyone else likes to look into that, I'd be...

Sorry, I'm quite busy with some other projects. If you made progress with using the library I'd love to get a pull request with additional or improved samples which make...

There is a tracking issue for Xtensa in `probe-rs` now: https://github.com/probe-rs/probe-rs/issues/2001

Awesome - will give it a try. Long time since I built the compiler myself the last time 😄

~~The `va_list` implementation seems to be fine since I can use it with some C code written myself and compiled with GCC. However, the `va_list` I get from the WiFi...

Unfortunately https://github.com/esp-rs/rust/issues/171 doesn't fix this

Alternatively, we could implement `syslog`, `log_write` and `log_writev` in C until a fix is available.

I agree it would be nice to make this compatible with `direct-boot` and yes it should be just a matter of adjusting the linker script. The esp-boot linker script https://github.com/esp-rs/esp-hal/blob/main/esp32c3-hal/ld/bl-riscv-link.x...

This commit https://github.com/esp-rs/esp-hal/commit/033824391dddb2b7e9e201d14d2e587b84dd628d is basically what enabled esp-wifi

So I tried this a bit and got it to get past the linker step but I wasn't able to get it to work - might look into that again...