Dániel Buga
Dániel Buga
I think your idle_cycles change should be okay. I'm hesitant about simplifying, though. Right now, in the worst case, it looks like WAIT-ed writes will get potentially slightly slower, but...
Flashing support status update: ESP32-S3 (at least with QSPI flash
> Flashing with probe-rs doesn't currently work Please don't use this issue to report problems. Opening new issues makes it a bit simpler to actually track what's fixed where. That...
Neither the j-link, nor the st-link drivers in probe-rs are compatible with reset extension. Reset extension requires the probe to hold the TCK line low, which is implemented via calls...
The problem is that for the P4, the taps don't correspond with the cores. The solution I see is to include more information in the scan_chain: cores/architectures and which one...
I don't know how general this will turn out to be but we can mimic SWD's ap/psel coordinates with tap/hart_id at least to the degree we need here for the...
In the esp loaders we pretty much just ended up setting sector size to block size, and doing block erases in the flash algos, because I didn't want to add...
I think exclusive is more logical, and easier to work with.
Do you think we can land this PR as is? I see that only the main idea isn't checked off yet, but if the changes stand on their own as...
@Yatekii what happened to this PR? A year later, do you plan on working on this again?