Skip to content

add support for Metro rp2350 USB SNES-like controller #3024

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 4 commits into from
Apr 18, 2025

Conversation

FoamyGuy
Copy link
Collaborator

Also:

  • removed USB HID device handling code that was unused by this project.
  • changed to use a single core & setup/loop functions
  • added prints during setup to output which pins are in use for USB

@TheKitty
Copy link
Collaborator

Some comments still refer to two cores
For rp2040 pico-pio-usb, calling USBHost.begin() on core1 will have most of the
// host bit-banging processing works done in core1 to free up core0 for other works

@FoamyGuy
Copy link
Collaborator Author

Thank you, the reference to different cores are removed with the latest commit.

@FoamyGuy FoamyGuy merged commit 5fe76b9 into adafruit:main Apr 18, 2025
51 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.

2 participants