Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinyusb: Allow configuration of power setting #170

Merged
merged 1 commit into from
Aug 26, 2019
Merged

tinyusb: Allow configuration of power setting #170

merged 1 commit into from
Aug 26, 2019

Conversation

kaysievers
Copy link

In some cases the power value in the device descriptor needs to
be set to a lower value, commonly 20 mA, to not get rejected by iOS
devices.

The classic USB stack reads USB_CONFIG_POWER, this adds the same
logic to tinyusb.

In some cases the power value in the device descriptor needs to
be set to a lower value, commonly 20 mA, to not get rejected by iOS
devices.

The classic USB stack reads USB_CONFIG_POWER, this adds the same
logic to tinyusb.
@ladyada ladyada requested a review from hathach August 25, 2019 02:59
Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks a lot :)

@hathach hathach merged commit 3cad30d into adafruit:master Aug 26, 2019
@kaysievers kaysievers deleted the tinyusb-config-power branch August 26, 2019 05:36
hathach added a commit to adafruit/Adafruit_nRF52_Arduino that referenced this pull request Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants