Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[usb] reduce USB MaxPower to 100 mA (#579)
The USB transport currently defines MaxPower as 500mA. With some bus-powered USB HUBs, the host might refuse enumeration due to limited available power. This commit reduce MaxPower to 100 mA, which corresponds to the maximum current allowed to be used without enumeration. According to the NRF52 datasheets, this is still overly conservative, even summing the maximum CPU and peripherals (including radio) consumption.
- Loading branch information