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
    • 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
  • !107

ESB - Epic Serial Bus

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged swym requested to merge swym/firmware:esb into master Aug 15, 2019
  • Overview 23
  • Commits 4
  • Pipelines 16
  • Changes 18

This (huge) commit introduces an epic_usb_ API along with the underlying private usb/ module in epicardium

The functionality is split between core/device/config:

epc_usb, the core, is independent of the actual device being (de)initialized. It services MAXUSB's API for enumeration as well as USB event handling

cdcacm, mass_storage in usb/ provide device-specific callbacks for use by ebc_usb

modules/usb binds fatfs, flash and cdcacm to these callbacks and defines the actual USB descriptors to be used.

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