earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.88k stars 394 forks source link

Added Raspberry Breadstick #2205

Closed mrangen closed 1 month ago

mrangen commented 1 month ago

https://shop.breadstick.ca/products/raspberry-breadstick-rp2040

I think I did the pin definitions correctly... other boards used generic pin numbers based on the GPIO pins but I've mapped GPIO to the silkscreen pin labels on our board.

mrangen commented 1 month ago

image

mrangen commented 1 month ago

@earlephilhower Thanks for adding our board! I went to try it by installing V3.9.2 but I don't see our board on the list. Will it be in a future 3.9.3 build?

earlephilhower commented 1 month ago

You just missed the 3.9.2 hotfix release. I like to give a couple weeks between releases to collect enough PRs to make it worthwhile, so expect a 3.9.3 release with your board next week.

If you need it sooner, let me know and I can bump one out this week, no problem.

mrangen commented 1 month ago

No thanks, happy to wait. Thanks for starting this project and the work that goes into maintaining it.

When it's up I'll test everything out, hopefully I got it all set up correctly.

I am kind of curious about adding functions that run at reset, like clearing the LEDs, but I don't want to do anything that would confuse or get in the way of the users code.