-
Notifications
You must be signed in to change notification settings - Fork 388
Open
Description
The AVR USB code hard-caps the number of endpoints at 5.
Line 151 in ea4c450
struct _epstate ep_state[5]; |
Line 156 in ea4c450
const uint8_t num_endpoints = 5;//sizeof (struct usb_internal_state.ep_state) / sizeof (struct usb_internal_state.ep_state[0]); |
This is as expected for the AT90 example part but is too small for parts like the 32u4 which have USB defined and up to 7 configurable endpoints.
Metadata
Metadata
Assignees
Labels
No labels