aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/usb_cdc_ep.h
Commit message (Collapse)AuthorAgeFilesLines
* usb_cdc: Allow USB endpoint ids to be board specificKevin O'Connor2018-08-061-0/+11
It's common for boards to have restrictions on the type of each endpoint. So, make it possible for the board to select the endpoint ids for each endpoint. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>