Description
We've added Pin
implementations on a need-be basis. As a user of this crate, you may notice some peripherals don't have all their pins assigned (like in #12). You may also notice TODOs describing missing implementations. This is expected given the history of this code.
This tracking issue identifies missing Pin
implementations that we know about. We welcome contributions that add additional pins. If you find missing implementations, either
- open a PR with the new additions (like add spi pins as in docu #12) and reference this issue; or
- open an issue describing the missing pins, and reference this issue
If you'd like to contribute, pick one of the linked issues. Consult the "External Signals and Pin Multiplexing" section of your MCU's reference manual. The table describes which pads support which peripherals, and how to configure those pads.
1010
1060
- Complete 1060 LPI2C pin impls #16
- Complete 1060 LPUART pin impls #15
- Complete 1060 FlexPWM pin impls #17
1170
This issue does not track support for new peripherals. For instance, we know that there's no FLEXIO pin implementations, because we've not defined the FLEXIO pin interface. Open separate issues for these features.
Also, this issue does not track support for new MCU families. Open separate issues / PRs for 1020, 1050, etc. support.