rp-rs / rp2040-project-template

A basic rp2040-hal project with blinky and rtt logging example code. With this you can quickly get started on a new rp2040 project
480 stars 98 forks source link

add support for pro micro rp2040 #78

Closed sndnvaps closed 4 months ago

9names commented 4 months ago

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:

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.