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

Add musb to hardware driver list #156

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

decaday
Copy link
Contributor

@decaday decaday commented Dec 26, 2024

The MUSBMHDRC (musb) is a USB 2.0 Multi-Point, Dual-Role Controller designed by Mentor Graphics Corp. It is widely used in various microcontrollers and SoCs from vendors such as TI, MediaTek, Puya, and Allwinner.

I have implemented a device-driver for it in the musb crate, which works well on py32 microcontrollers. I have also integrated this driver into the py32-hal, and written examples that can be found here.

In the future, I plan to test and support additional microcontrollers that utilize the MUSB IP.

Copy link
Contributor

@stappersg stappersg left a comment

Choose a reason for hiding this comment

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

It is an addition to the README.md only, so no harm on existing source code.

Please merge.

Oh, maybe not yet. If we want the Hardware driver crates sorted alphabetic, the musb should be right after imxrt-usbd. ( Swapping positions for stm32-usbd and rp2040-hal is for another merge request. )

@decaday
Copy link
Contributor Author

decaday commented Dec 26, 2024

It is an addition to the README.md only, so no harm on existing source code.

Please merge.

Oh, maybe not yet. If we want the Hardware driver crates sorted alphabetic, the musb should be right after imxrt-usbd. ( Swapping positions for stm32-usbd and rp2040-hal is for another merge request. )

Thanks! I've already adjusted the position.

Copy link
Member

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Thank you so much for your work!

@eldruin eldruin merged commit 8ace6c0 into rust-embedded-community:master Dec 26, 2024
3 checks passed
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.

3 participants