You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,7 @@ Peripheral Access Crates were also called Device Crates.
271
271
### Raspberry Pi Silicon
272
272
273
273
-[`rp2040-pac`](https://crates.io/crates/rp2040-pac) - Peripheral access API for the RP2040 dual-core system-on-chip (generated using svd2rust) - [](https://crates.io/crates/rp2040-pac)
274
+
-[`rp235x-pac`](https://crates.io/crates/rp235x-pac) - Peripheral access API for the RP2350 family of dual-core microcontrollers - [](https://crates.io/crates/rp235x-pac)
274
275
275
276
### SiFive
276
277
@@ -453,6 +454,7 @@ Also check the list of [NXP board support crates][nxp-bsc]!
453
454
### Raspberry Pi Silicon
454
455
455
456
-[`rp2040-hal`](https://crates.io/crates/rp2040-hal) - HAL for the RP2040 dual-core system-on-chip - [](https://crates.io/crates/rp2040-hal)
457
+
-[`rp235x-hal`](https://crates.io/crates/rp235x-hal) - HAL for the RP2350 family of dual-core microcontrollers (used in the Raspberry Pi Pico 2 etc.) - [](https://crates.io/crates/rp235x-hal)
0 commit comments