1 unstable release

0.1.0 Sep 27, 2024

#1886 in Hardware support

Download history 144/week @ 2024-09-27 22/week @ 2024-10-04 13/week @ 2024-10-11

179 downloads per month
Used in 2 crates (via rp235x-hal)

MIT/Apache

7KB
84 lines

rp-hal-common

Code and types useful to both rp2040-hal and rp235x-hal.

License

The contents of this repository are dual-licensed under the MIT OR Apache 2.0 License. That means you can choose either the MIT license or the Apache 2.0 license when you re-use this code. See LICENSE-MIT or LICENSE-APACHE for more information on each specific license. Our Apache 2.0 notices can be found in NOTICE.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Common HAL code

This library contains types and functions which are shared between the RP2040 HAL and the RP235x HAL.

You shouldn't include anything here which requires either the cortex-m crate, or a PAC.

Dependencies

~160KB