bl602-pac icon indicating copy to clipboard operation
bl602-pac copied to clipboard

Embedded Rust's Peripheral Access Crate for BL602 microcontrollers

Results 5 bl602-pac issues
Sort by recently updated
recently updated
newest added

Hello, bl602-pac contributors: Bouffalo Lab (bl602 chip vendor) wants to provide an official Rust PAC support project `bl-pac` to include PAC projects for all BL chips. Since there are bl602-pac...

Having the HAL use a branch git dependency on the PAC is super brittle. We could use git tags or crates.io releases to make things more reliable.

The existing CI scripts were failing on the MSRV build, which was making it impossible to verify PRs. To get things moving again, this path was disabled in #16. Update/fix...

I would recommend, before developing HAL further, we should concentrate on improving the SVD and PAC so we have a better foundation. I generated the docs for the PAC, and...

documentation
enhancement
good first issue
help wanted