bl-pac
bl-pac copied to clipboard
Embedded Rust Peripheral Access Crate for Bouffalo chips
在尝试获取外设的时候提示错误 ``` `Peripherals` is not an iterator the following trait bounds were not satisfied: `Peripherals: Iterator` which is required by `&mut Peripherals: Iterator` ``` 下面是我使用的代码 ```rust #![no_std] #![no_main] use panic_halt...
The BL808 SVD file is full of TODOs/Missing registers for peripherals, and it seems to be in a dead state Can we expect any updates to it? Missing register info...
close #1
Is it planned?