aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/usb_cdc_ep.h
Commit message (Collapse)AuthorAgeFilesLines
* usb_cdc_ep: Define endpoint sizes in usb_cdc_ep.hKevin O'Connor2025-02-151-0/+8
| | | | | | | | Move the definition of the usb endpoint sizes from usb_cdc.h to usb_cdc_ep.h . This allows individual boards to override the default endpoint sizes. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* usb_cdc_ep: Change default endpoint numbersKevin O'Connor2022-06-271-2/+2
| | | | | | | Change the default endpoint numbers to make it possible to implement the "gs_usb" canbus protocol. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>