Noah Hüsser

Results 193 comments of Noah Hüsser

This has now been implemented in probe-rs. It should be easy to get in. I think it is best if we implement this in `probe-rs-cli-util` and then expose it from...

Sorry, I completely forgot about this :/ I like your suggestion :) Reversing the flag is a good option imo. Could also be a flag in the `Embed.toml` :) There...

Verify before flash would be a good option in any case and then only flash the required bits. But this is not very fast at the moment and most likely...

Ah, don't get me wrong, I am in favor of always just flashing, except if you pass a flag :)

Awesome work! I love the persistence :) Sorry for not helping with any hints :(

Yeah, that's what I was thinking too. I have an idea. Let's test it like this :) Now it runs when we manually run the CI or when we merge...

What exactly happens without the patch? Does it just misflash without an error?

Ok, so it actually seems that master fixed a problem where we did not report write issues properly. And it seems to me that the chip definition file might be...

Actually, this is really odd. Because it fails to access flash. This should not be dependant on double buffering. Double buffering does not use a different algorithm. All it does...

> > double-buffering writes to the second buffer while the algo is flashing the first buffer. I guess while it's flashing the bus is busy so the ram writes to...