Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
/ bl808-pac Public archive

Embedded Rust's Peripheral Access Crate for BL808

License

Notifications You must be signed in to change notification settings

bouffalolab/bl808-pac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: Project migrated

This project has beed migrated to https://github.com/bouffalolab/bl-pac.

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.

About

Embedded Rust's Peripheral Access Crate for BL808

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages