Maximilian Deubel
Maximilian Deubel
Adds support for the nrf5340
This patch would enable us to integrate probe-rs into our own solution that has to manage low-level and high-level access differently that is currently possible with a Session. Closes #1713
AFAICT, users can currently choose between opening a session and a low-level interface. In our application, we would need to access both in some way. This has to do with...
Hi! I'm looking into supporting a non-flash target. That means the non-volatile memory does not need to be erased before writing. Any suggestions on how to implement this? The most...
Add support to generate a key on-device. Also: print usage instructions to make commands less painful to use. We have a usecase to generate p256 keys for use with credentials...
Hi! I'm trying to replace the deprecated pynrfjprog with pylink to do RTT comms. I know that my setup *should* work because it does with that other library. Unfortunately, rtt_write...