You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Teensy 4.1 has additional pins, numbered 48 through 54. They're used to interface external RAM and FLASH. They're not implemented in teensy4-pins.
Describe the solution you'd like
Implement and document pins 48 through 54 in the t41 module of teensy4-pins.
Describe alternatives you've considered
Directly use the imxrt-iomuxc APIs, but this requires a deeper understanding of the processor. It's more convenient to use teensy4-pins, since that's how the board identifies I/O.
Is your feature request related to a problem? Please describe.
The Teensy 4.1 has additional pins, numbered 48 through 54. They're used to interface external RAM and FLASH. They're not implemented in
teensy4-pins
.Describe the solution you'd like
Implement and document pins 48 through 54 in the
t41
module ofteensy4-pins
.Describe alternatives you've considered
Directly use the
imxrt-iomuxc
APIs, but this requires a deeper understanding of the processor. It's more convenient to useteensy4-pins
, since that's how the board identifies I/O.Additional context
imxrt-iomuxc
pin implementations. If they're not implemented, that could happen separately.The text was updated successfully, but these errors were encountered: