Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openocd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10
  • openocd
  • Repository
Switch branch/tag
  • openocd
  • src
  • svf
  • svf.c
Find file BlameHistoryPermalink
  • simon qian's avatar
    SVF: insert space before '(' and after ')' · 9ff16575
    simon qian authored Jan 18, 2010
    See http://forum.sparkfun.com/viewtopic.php?p=90983#90983
    
     for discussion;
    basically, the SVF parser wrongly expects "TDI (123)" but the space is
    optional and it should accept "TDI(123)" too.
    
    In the same way, "TDI(123)TDO(456)" should work too.
    
    Rather than update the command parsing, this just makes sure the expected
    spaces are present.
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    9ff16575