Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
placeholder stub for the future USB stack on cramium targets
The USB hardware stack is different enough that I think it doesn't make sense to wedge it into the existing USB driver. Instead it will be a separate driver that has the same `lib` level API calls, but a totally different implementation underneath. This allows us to make better architectural decisions that will make the USB stack more reliable because the hardware has some pretty strict latency requirements on responding to packets that can't be met with the previous abstraction.
- Loading branch information