#api

rp235x-pac

A Peripheral Access Crate for the Raspberry Pi RP235x microcontrollers

1 unstable release

0.1.0 Aug 18, 2024

#1655 in Hardware support

Download history 172/week @ 2024-10-26 138/week @ 2024-11-02 357/week @ 2024-11-09 195/week @ 2024-11-16 755/week @ 2024-11-23 1017/week @ 2024-11-30 988/week @ 2024-12-07 1518/week @ 2024-12-14 1687/week @ 2024-12-21 1647/week @ 2024-12-28 1960/week @ 2025-01-04 2371/week @ 2025-01-11 1953/week @ 2025-01-18 1937/week @ 2025-01-25 2577/week @ 2025-02-01 2888/week @ 2025-02-08

9,719 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