rp-hal-common 0.1.0

Shared HAL code for the Raspberry Pi microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `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`](./LICENSE-MIT) or
[`LICENSE-APACHE`](./LICENSE-APACHE) for more information on each specific
license. Our Apache 2.0 notices can be found in [`NOTICE`](./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.