#risc-v #pac #bl808

no-std bl808-pac

Embedded Rust's Peripheral Access Crate for BL808 RISC-V microcontroller

1 unstable release

0.0.0 Oct 14, 2022

#90 in #pac

28 downloads per month

MulanPSL-2.0

750KB
22K SLoC

crates.io Documentation License

BL808-PAC

This project includes a Rust embedded Peripheral Access Crate for Bouffalo BL808 chip. It provides peripheral access in register and field level.

By using peripheral access crate, you may use chip peripheral without having to remember their addresses and meaning of values. You usually do not use this library directly; instead, a carefully wrapped hardware abstract layer (HAL) crate should be used, it will provide access methods closer to higher level language semantics.

Dependencies