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

Separate microcontroller pin name from pin number from peripheral name #319

Open
ducky64 opened this issue Mar 21, 2024 · 0 comments
Open

Comments

@ducky64
Copy link
Collaborator

ducky64 commented Mar 21, 2024

To address the peripheral name eg ADC1_0 stomping the pin name eg GPIO0 in the design explorer, since the pin name is typically the interface used by Arduino.

Instead of the remapper replacing the pin name with the pin number, it can add a pin number from the pin name and retain both. Peripheral name can be None if it's the same as the pin name. The pinmapper would report all three (if available), in order of peripheral name, pin name, and pin number.

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

1 participant