Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enable USB host on teensy 4.0 (bottom pads)#10367

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
dhalbert merged 1 commit intoadafruit:mainfromNeradoc:add-USB-host-teensy-40
May 23, 2025

Conversation

Neradoc
Copy link

Fixes#10360 by enabling USB host on the USB host pads.
I did not enable it by default in board.c, maybe it should be like it is on the teensy 4.1 ?

Thanks@todbot for testing.

Test code:

importtime,boardimportusb,usb_hostport=usb_host.Port(board.USB_HOST_DP,board.USB_HOST_DM)whileTrue:fordeviceinusb.core.find(find_all=True):print(device.product,device.manufacturer,hex(device.idProduct),hex(device.idVendor),time.monotonic())time.sleep(0.5)

Copy link
Collaborator

@dhalbertdhalbert left a comment

Choose a reason for hiding this comment

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

Thanks!

@dhalbertdhalbert merged commitaf8de21 intoadafruit:mainMay 23, 2025
16 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dhalbertdhalbertdhalbert approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

USB Host Libraries Missing from Teensy 4.0 CircuitPython Builds
2 participants
@Neradoc@dhalbert

[8]ページ先頭

©2009-2025 Movatter.jp