Skip to content

STM32: USBHost clean-up #5617

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 9 commits into from
Dec 29, 2017
Merged

STM32: USBHost clean-up #5617

merged 9 commits into from
Dec 29, 2017

Conversation

bcostm
Copy link
Contributor

@bcostm bcostm commented Nov 30, 2017

Description

Clean-up the USBHost folders/files:

  • The USBHALHost_STM_144_64pins.h has been renamed in USBHALHost_STM.h. All the configuration is done in this file for Nucleo and Disco boards.
  • Remove USBHALHost_STM_TARGET.h files. These files are replaced by the USBHALHost_STM.h file which is common to all boards.
  • USBHost mouse example (mbed-os\features\unsupported\tests\usb\host\mouse) tested OK on all boards written in USBHALHost_STM.h file.
  • DISCO_F429ZI board not supported in this PR (USBHost not functional and need to be fixed)

Status

READY

Migrations

NO

Related PR

#3432

The USBHALHost_STM_144_64pins.h has been renamed in USBHALHost_STM.h

All the configuration is done in this file now for Nucleo and Disco boards
These files are replaced by the USBHALHost_STM.h file common to all boards.
Impossible to make USBHost working on this board.
Remove it for now until a fix is found.
@0xc0170
Copy link
Contributor

0xc0170 commented Dec 11, 2017

Changes look fine, dont see how USBHOST_OTHER works in this case, what other means in this context?

@bcostm
Copy link
Contributor Author

bcostm commented Dec 11, 2017

dont see how USBHOST_OTHER works in this case, what other means in this context?

For the history, it comes from PR #3432 and related to OHCI registers structure. I didn't want to change it because I don't know anything about this...

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 22, 2017

/morph build

@mbed-ci
Copy link

mbed-ci commented Dec 22, 2017

Build : SUCCESS

Build number : 761
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/5617/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build

@mbed-ci
Copy link

mbed-ci commented Dec 22, 2017

@cmonr
Copy link
Contributor

cmonr commented Dec 28, 2017

/morph test

@mbed-ci
Copy link

mbed-ci commented Dec 29, 2017

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.

5 participants