a_p_u_r_o
a_p_u_r_o
I remember I created this PR draft. https://github.com/ARMmbed/DAPLink/pull/935 I made Uf2 to ack just like a variant of HEX in binary form. Anyway, I'm here to test new code. So...
It appears that `pyocd pack update` does not consistently cache all available packs. Some packs may be missing randomly. Probably due to a server-side rate limit. I could reproduce both...
RP2350 needs different family IDs depending on the CPU architecture. that means RP2350 is not supported yet. https://github.com/microsoft/uf2/blob/d03b585ed780ed51bb0d1e6e8cf233aacb408305/utils/uf2families.json#L267-L281
Thank you for your extensive explanation. here are the logs with a suggested change to transfer.rs . when it fails. ``` TRACE nusb_cmsis_dap > initialized logger DEBUG nusb::platform::windows_winusb::enumeration > Probing...
I realized that I can just modify read_bulk() to achieve cancel-safety regarding timeout. Before: ```Rust fn read_bulk(&self, endpoint: u8, buf: &mut [u8], timeout: Duration) -> io::Result { let fut =...
The important question to ask here is, does --verify works correctly or not for you?
verify command, download command with --verify option and download command with --preverify option all fail (to verify) consistently for rp2040. this is because activating the flash algo means disconnecting the...