rp-rs / rp-hal

A Rust Embedded-HAL for the rp series microcontrollers
https://crates.io/crates/rp2040-hal
Apache License 2.0
1.4k stars 227 forks source link

Add new RP2350 microcontroller support #826

Open acedogblast opened 1 month ago

acedogblast commented 1 month ago

The Raspberry Pi Foundation unveiled the new RP2350 micro-controller a few days ago. A brief summary of changes and additions:

Link to datasheet: https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf RP2350 is shipping now in the Pico 2 and 3rd party development boards.

thejpster commented 1 month ago

Yes, we know - but thank you for opening an issue so we can track the merge.

See https://thejpster.org.uk/blog/blog-2024-08-08/

acedogblast commented 1 month ago

Oh wow. That was fast. Thanks for your work to bring rust to the new rp chips.