chrysn
chrysn
ResourceChanged means that the ETag of the resource changed -- apparently, while you are pulling out the data, the data changes, the assembly notices this and fails instead of combining...
From [Matrix discussion](https://matrix.to/#/!pqHdpanAvkJvlCwUDE:matrix.org/$uOGgyQFmyFnyDZmbNxZqy0ncCMlIunzvWUj8BiYOT6c?via=matrix.org&via=utwente.io&via=tu-dresden.de), feedback is mainly on how to do it precisely than whether to do it: Some support for following the careful approach. We could have ztimer_{msec,usec,sec}_always_acquired to not...
Works like a charm for my nRF52 target, including 1h-long-running RTT sessions that have failed with other debuggers. As described it's a tad slow (noticeable only when programming, and then...
Somewhere down the dependency path there is a non-pinned dependency to something that is not semver compliant (or something that has a similar effect): Installing with `cargo install --locked --path...
Well, it's at least unrelated to this PR, sorry for the noise. At any rate, flashing is now really fast, thanks for the updates!
Now that udev is disabled, `probe-rs list` does not find my BMP any more. All up to that commit works. I've compared `--log-file` outputs before and after, but apparently that...
I've skimmed through the code, and the FTDI probes (which I think depend on VID/PID detection as well) go through nusb in `probe-rs/src/probe/ftdi/mod.rs`. Might be that that would need to...
A few notes from digging further: * Original programmer seems to be available through AliExpress only, eg. [as WCH-LinkE from "WCH Official Store"](https://www.aliexpress.com/item/1005004881582037.html) (LCSC [lists it as well](https://www.lcsc.com/product-detail/Microcontrollers-MCU-MPU-SOC_span-style-background-color-ff0-WCH-span-Jiangsu-Qin-Heng-CH32V003F4P6-EVT-WCH-LinkE_C5236707.html), but doesn't...
A few field notes for anyone who wants to do this: * I got my hands on what is advertised as the CH582M-EVT / CH582M/CH583M Evaluation Board, labelled "[WCH logo]...
Beware that the referenced ch58x-hal is an older version, nowadays https://github.com/ch32-rs/ch58x-hal provides that crate. Which is nice because it also has BLE support (based on a statically linked library; same...