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

add support for pro micro rp2040 #78

Closed
wants to merge 2 commits into from
Closed

Conversation

sndnvaps
Copy link

@sndnvaps sndnvaps commented Jun 2, 2024

No description provided.

@9names
Copy link
Member

9names commented Jun 10, 2024

This template is not intended to be generic across multiple boards unless they have a BSP that conforms to the same layout as rp-pico - even then, you are expected to adapt it to your own needs after cloning/instantiating the template via github or cargo generate.

These choices were made by rp-rs developers to match what we thought was best, opinionated place to start from:

  • It uses the rp-pico as the target, because that is the cheapest and most common board and it exposes the debug interface
  • It uses a debugger with probe-run, as that is the best experience while developing embedded rust.
  • It needs to be super simple so someone new can understand what is going on.

Adding your specific board behind a cfg flag, changing to not use a debugger and adding a uf2 binary to this crate does not accomplish the goals of this crate. As such, I'm closing this PR.

@sndnvaps I recommend you maintain your own template if you think it this has value.

@9names 9names closed this Jun 10, 2024
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

Successfully merging this pull request may close these issues.

2 participants