You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #3038@dhalbert noted it would be handy to check that the enabled USB devices fit within the MCU-specific number of USB descriptors:
Another check we could add (this is getting complicated) is counting endpoints for boards with limited endpoints, and warning you there are too many. It has to know CDC takes 2, and others take only one. It could count words/commas in USB_DEVICES.
As it stands, I think such builds succeed but crash when loaded on a board.
The text was updated successfully, but these errors were encountered:
In #3038 @dhalbert noted it would be handy to check that the enabled USB devices fit within the MCU-specific number of USB descriptors:
As it stands, I think such builds succeed but crash when loaded on a board.
The text was updated successfully, but these errors were encountered: