ARMmbed / mbed-os-tools

The tools to test and work with Mbed OS
Apache License 2.0
33 stars 67 forks source link

Enlarge MAX_COMPOSITE_DEVICE_SUBDEVICES for windows #283

Closed ccli8 closed 2 years ago

ccli8 commented 2 years ago

Description

Some interfaces, e.g. Nuvoton's Nu-Link2 can have more subdevices than the limit defined by MAX_COMPOSITE_DEVICE_SUBDEVICES for windows. This PR tries to enlarge the limit to enable these interfaces.

Pull request type

[ x] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change
ccli8 commented 2 years ago

@adbridge @Patater Would you review the PR?