bl602-rust-guide icon indicating copy to clipboard operation
bl602-rust-guide copied to clipboard

Instructions and examples for BL602 Rust support libraries

Results 3 bl602-rust-guide issues
Sort by recently updated
recently updated
newest added

I'm new to rust and bl602. Is any Getting Started Guide available? When I run: `cargo run --example bl602-gpio-blinky` I get: ``` error: linking with `rust-lld` failed: exit status: 1...

This PR adds an example on how to use the checksum abstraction. Currently blocked by sipeed/bl602-pac#3 and sipeed/bl602-hal#12

This is bringing in the minimum amount of changes require for main and examples to work with the new clock code in the HAL. The UART example needed a few...