mciantyre / teensy4-rs

Rust support for the Teensy 4
Apache License 2.0
271 stars 31 forks source link

Define and document 4.1 pins 48 through 54 #116

Closed mciantyre closed 2 years ago

mciantyre commented 2 years ago

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.

Additional context

Alexander89 commented 2 years ago

I'm on it