Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: scan return type + swdp naming phase out #1568

Merged
merged 6 commits into from
Jul 28, 2023

Commits on Jul 28, 2023

  1. target: change scan routines return codes to bool

    Previously scan routines returned the number of targets probed, this
    return count was only used as a scan success/fail check and this can
    be made into a simple boolean depicting scan success. Furthermore,
    SWD scans returned at most 1 target even when more were detected
    perigoso committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d7de618 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    612b283 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    936e83f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7600805 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc892cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1009dd2 View commit details
    Browse the repository at this point in the history