#api

rp235x-pac

A Peripheral Access Crate for the Raspberry Pi RP235x microcontrollers

1 unstable release

0.1.0 Aug 18, 2024

#1735 in Hardware support

Download history 103/week @ 2024-09-19 399/week @ 2024-09-26 139/week @ 2024-10-03 166/week @ 2024-10-10 491/week @ 2024-10-17 168/week @ 2024-10-24 158/week @ 2024-10-31 206/week @ 2024-11-07 316/week @ 2024-11-14 574/week @ 2024-11-21 963/week @ 2024-11-28 923/week @ 2024-12-05 1342/week @ 2024-12-12 1817/week @ 2024-12-19 1620/week @ 2024-12-26 1617/week @ 2025-01-02

6,572 downloads per month
Used in 5 crates (2 directly)

BSD-3-Clause

9MB
188K SLoC

rp235x-pac - PAC for Raspberry Pi RP235x microcontrollers

This is a Peripheral Access Crate for the Raspberry Pi RP235x dual-core Cortex-M33 / RISC-V microcontroller.

This crate has been built using svd2rust version 0.33.4 and svdtools, using the SVD file in the pico-sdk v2.0.0.

Licence

The contents of this crate are auto-generated and licensed under the same terms as the underlying SVD file, which is licensed by Raspberry Pi (Trading) Ltd under a BSD-3-Clause licence.

Changelog

See the CHANGELOG.md file


lib.rs:

Peripheral access API for RP2350 microcontrollers

This top-level lib.rs is just a compile-time switch between two blocks of auto-generated code - one for RISC-V and one for Cortex-M

Dependencies