Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • U uPython-mirror
  • 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 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTETASTE
  • uPython-mirror
  • Repository
Switch branch/tag
  • uPython-mirror
  • stmhal
  • usbd_conf.c
Find file BlameHistoryPermalink
  • Dave Hylands's avatar
    stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all. · 061eb6fa
    Dave Hylands authored Nov 25, 2015
    The STMCube examples define both USE_USB_HS and USE_USB_HS_IN_FS when they
    use the HS in FS mode.
    
    The STM32F401 doesn't have a USB_HS at all, so the USB_OTG_HS instance
    doesn't even exist.
    061eb6fa