Dániel Buga

Results 578 comments of Dániel Buga

The problem is that target-gen finds the first MCU family in the registry, and tries to use it. The first family is a generic target without any flash algorithms in...

I've been mainly using `cargo build` to get an ELF file and `target-gen elf` to process that into a YAML.

I will try looking into this later this weekend. My guess is that the template is wrong, we don't have problems extracting from cmsis packs.

> I was thinking the ELF file method didn't require a CMSIS pack to be used Well it shouldn't be, it's rather that the pack extraction builds on processing elf...

> I'm also not sure what exactly would happen if you released e.g. smoltcp 0.13 and smoltcp-device 1.0 today and then needed to do a breaking change and release smoltcp-device...

> It sounds like you're not actually interested in (3) so that's out. I agree with you (at least if I understood your stance on this correctly) that attempting this...

> To clarify my position a bit: while it is difficult, the reason I don't want to do it is because I find it hard to believe that anybody will...

We have regular tests on real hardware that use GPIO6 and GPIO7 without any issues. esp-hal connects internal pullups automatically, but that shouldn't be an issue for most I2C devices....

As this code isn't consistent with our API guidelines anyway, I'm not sure we should spend time on just renaming the function.

A short time ago we've merged https://github.com/probe-rs/probe-rs/pull/3543 which may have resolved a related issue. @sullivanmj could you please re-check if your problem still holds? To be frank, I'd prefer fixing...