9names
9names
Yes, write_with_zero() still works without reset values, but that is slightly less misleading than the existing API. It's still not going to enforce that you to set all values.
Yep. Patch the docs, bump patch number, release.
Is this fixed by switching to the Rust version of svdtools, as #61 proposes?
would you expect the `to` address to be inclusive or exclusive?
I've tested out LPC55S69 (using mcu-link as the target) with a JLink EDU Mini as the debugger. If you instruct `probe-rs info` to use the SWD protocol it no longer...
@rmsyn The size of your elf file is *not* the size of your binary. llvm-size tells me your flash loader is around 240KB, which is large for a flashloader but...
dropping this here in case you haven't seen it https://github.com/probe-rs/probe-rs/issues/665
Also, as far as I am aware on cortex-m and for riscv it's implementation defined whether atomic access to peripheral registers is supported or not, but vendors do not always...
I think @georgik isn't saying that `espup` has an issue updating the path. Rather, they are saying that *after* it's updated, and the path is > 2047 characters they can...
Sounds like a plan. We'll need to deal with the breakage sooner or later, but cutting a release now before doing that is a good idea.