Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F firmware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10card10
  • firmware
  • Merge requests
  • !288

made openocd always use SWD and added small note about gdb debugging files

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Techy requested to merge techy/firmware:even_easier_debugging into master Aug 31, 2019
  • Overview 1
  • Commits 2
  • Pipelines 2
  • Changes 2

openocd tried "Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'." using a JLink debugger. Overriding it with SWD is what I did. With the CMSIS debugger openocd you get lucky, by Info : auto-selecting first available session transport "swd".. Hope forcing it always to SWD will make it easier for others using different debuggers.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: even_easier_debugging