Dániel Buga

Results 578 comments of Dániel Buga

I think #2849 was supposed to close this.

Oh, I didn't know about this issue, is https://github.com/esp-rs/esp-hal/pull/3255 enough to close this?

> Could be related to https://github.com/probe-rs/probe-rs/issues/2537 (from what I can tell, data_load_address doesn't get defined in probe-rs/targets/nRF52_Series.yaml Do you know of any reason why the end of the RAM wouldn't...

Did any of you end up opening an issue in https://github.com/espressif/llvm-project ? I can't find it.

I can reliably reproduce a panic with this: ```rust use core::pin::pin; use esp_idf_svc::io; // Don't forget to raise the CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT in `sdkconfig.defaults` to > 4K so that the // `async-io`...

Well I guess we can blame pin, but that might also be independent of our issue. What's weird is that pin seems to [carbon-copy](https://rust.godbolt.org/z/1M34xojb3) whatever you give it, which may...

Why do you expect `&mut array` to duplicate the array on stack? Regardless, I can reproduce the issue (using different opt levels, I get very different crashes and occasionally something...

I'm reopening this, just because we are pretty inconsistent with ehal traits in I2C. We implement ehal1::I2c for any mode, but ehal02 traits only for Blocking. We should probably be...

I think there are three questions here, that we should answer and extend that answer to all our peripherals: - Do we want to keep embedded-hal 0.2 support? I think...

I don't really remember the details, but it shouldn't be impossible. To make it work, you need a font that has the symbols, or a `TextRenderer` implementation that does the...