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

Support devices with SetAddress handled in hardware (Nordic nRF52) #51

Conversation

valpackett
Copy link

Nordic chips handle address setting entirely in hardware so this has to be skipped.
See nrf-rs/nrf-hal#144 for context.

@wez
Copy link

wez commented Jan 23, 2021

See also: #4

wez added a commit to nrf-rs/nrf-hal that referenced this pull request Feb 14, 2021
Fixes compilation by pointing to current versions and takes in
@unrelentingtech's fork of usb-device and suggestion in
#144 (review)

I folded in the hello world portion from japaric's PR summary text.

refs: rust-embedded-community/usb-device#51

closes: #144
Disasm pushed a commit to Disasm/nrf-hal that referenced this pull request Feb 17, 2021
Fixes compilation by pointing to current versions and takes in
@unrelentingtech's fork of usb-device and suggestion in
nrf-rs#144 (review)

I folded in the hello world portion from japaric's PR summary text.

refs: rust-embedded-community/usb-device#51

closes: nrf-rs#144
@Disasm
Copy link
Member

Disasm commented Feb 17, 2021

I implemented this function in the driver itself: nrf-rs/nrf-hal@1b3e38b.
Also I figured out that without this function USB driver works without any problems!

@valpackett valpackett closed this Feb 17, 2021
fnafnio pushed a commit to fnafnio/nrf-hal that referenced this pull request May 12, 2021
Fixes compilation by pointing to current versions and takes in
@unrelentingtech's fork of usb-device and suggestion in
nrf-rs#144 (review)

I folded in the hello world portion from japaric's PR summary text.

refs: rust-embedded-community/usb-device#51

closes: nrf-rs#144
Dirbaio pushed a commit to nrf-rs/nrf-usbd that referenced this pull request Jun 10, 2021
Fixes compilation by pointing to current versions and takes in
@unrelentingtech's fork of usb-device and suggestion in
nrf-rs/nrf-hal#144 (review)

I folded in the hello world portion from japaric's PR summary text.

refs: rust-embedded-community/usb-device#51

closes: nrf-rs/nrf-hal#144
Dirbaio pushed a commit to nrf-rs/nrf-usbd that referenced this pull request Jun 10, 2021
Fixes compilation by pointing to current versions and takes in
@unrelentingtech's fork of usb-device and suggestion in
nrf-rs/nrf-hal#144 (review)

I folded in the hello world portion from japaric's PR summary text.

refs: rust-embedded-community/usb-device#51

closes: nrf-rs/nrf-hal#144
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.

4 participants