1 unstable release
Uses old Rust 2015
0.0.1 | Jan 15, 2020 |
---|
#170 in #peripheral
460KB
12K
SLoC
- Build the svd file:
python .\betrusted-soc.py -D --lx-ignore-deps
svd2rust --target riscv -i ../../build/software/soc.svd
- Expand the resulting lib.rs into component files:
rm -rf src; form -i lib.rs -o src/; rm lib.rs
- (optional) reformat the files:
cargo fmt
You are now ready to use the crate.
Dependencies
~2.5MB
~55K SLoC