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

Not compatible with Arduino Uno R4 boards #432

Open
skylarmt opened this issue Oct 15, 2023 · 3 comments
Open

Not compatible with Arduino Uno R4 boards #432

skylarmt opened this issue Oct 15, 2023 · 3 comments

Comments

@skylarmt
Copy link

skylarmt commented Oct 15, 2023

The new Uno R4 boards have a 32-bit microcontroller (Renesas RA4M1 (Arm® Cortex®-M4)) with native USB support.

This library fails to compile, throwing the following error:

#error "Unsupported architecture"

I spent a few hours trying to get it to work, but I kept running into various problems since I'm not totally familiar with low-level USB protocols.

@skylarmt skylarmt changed the title Refuses to compile on Arduino Uno R4 boards Not compatible with Arduino Uno R4 boards Oct 25, 2023
@skylarmt
Copy link
Author

I'd be happy to buy and ship @NicoHood an Uno R4 Minima to test with if he doesn't have one yet.

@rk9836
Copy link

rk9836 commented Mar 11, 2024

Did you manage to resolve the issue @skylarmt?

@skylarmt
Copy link
Author

Nope, never did. Ended up doing something else for the project. Would still be nice to have though...

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

No branches or pull requests

2 participants