-
-
Notifications
You must be signed in to change notification settings - Fork 87
R4 Minima: "extra" pins inaccessible. #91
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
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Comments
TX/RX LEDS are now user accessible (https://github.com/arduino/ArduinoCore-renesas/blob/main/variants/MINIMA/variant.cpp#L49-L50 , from commit df98db2 ). For the SWD pins, I don't think it's a good idea to expose them to the end user, but I'll be glad to change my mind if you have a user case for it. |
pennam
pushed a commit
to pennam/ArduinoCore-renesas
that referenced
this issue
Jan 5, 2024
…ash_during_format fix for little filesystem that crash when QSPIFormat sketch is used
cristidragomir97
pushed a commit
to cristidragomir97/ArduinoCore-renesas
that referenced
this issue
May 20, 2024
…ash_during_format fix for little filesystem that crash when QSPIFormat sketch is used Former-commit-id: 347920d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
The board to chip pin translations for the RX and TX LEDs, and the RX/TX signals available on the SWD connector are not present in the Minima variants.cpp or pins_arduino.h, making those essentially inaccessible to "proper" arduino sketches.
The text was updated successfully, but these errors were encountered: