Skip to content

DISCO_L475VG_IOT01A: Add support of USBHost #4857

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

Merged
merged 1 commit into from
Aug 10, 2017

Conversation

bcostm
Copy link
Contributor

@bcostm bcostm commented Aug 4, 2017

Description

Add support of USBHost for the DISCO_L475VG_IOT01A target.

Status

READY

Migrations

NO

void (USBHALHost::*transferCompleted)(volatile uint32_t addr);
} USBHALHost_Private_t;

static gpio_t gpio_powerpin;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are this defined in the header file (same for the function definitions below) ?

Copy link
Contributor Author

@bcostm bcostm Aug 8, 2017

Choose a reason for hiding this comment

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

I didn't create this file from scratch. This PR is just to add the host for this target the same way as the other targets. We'll check what could be improved but it will be done in a separate PR. Thanks

Copy link
Contributor

Choose a reason for hiding this comment

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

@bcostm Sounds good

@theotherjimmy theotherjimmy merged commit 59f1275 into ARMmbed:master Aug 10, 2017
@bcostm bcostm deleted the usbhost_disco_l475vg_iot branch August 16, 2017 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants