Skip to content
#

daplink

Here are 14 public repositories matching this topic...

jonas-schievink
jonas-schievink commented Feb 15, 2021

Currently, J-Link probes that fail to open do not show up as inaccessible in the probe list. Instead, they just have their serial number and device identifier left blank.

Listing probes should instead yield Results, so that the calling code can act properly, by:

  • selecting the only accessible probe when there is more than 1 (but only 1 can be opened successfully)
  • providing guidance to th
enhancement good first issue
rockboynton
rockboynton commented Mar 13, 2022

Describe the bug
The dependencies list for Ubuntu/Debian is missing libudev-dev from the README

To Reproduce
Steps to reproduce the behavior:

  1. On a fresh Ubuntu system, install Rust
  2. Run the dependency install command from the README
  3. Run cargo install cargo-embed
  4. See failure indicating missing libudev library

Expected behavior
I expect the cargo insta

bug good first issue

Improve this page

Add a description, image, and links to the daplink topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the daplink topic, visit your repo's landing page and select "manage topics."

Learn more