betrusted-pac 0.0.1

Peripheral Access Crate for Betrusted
Documentation
  1. Build the svd file: python .\betrusted-soc.py -D --lx-ignore-deps
  2. svd2rust --target riscv -i ../../build/software/soc.svd
  3. Expand the resulting lib.rs into component files: rm -rf src; form -i lib.rs -o src/; rm lib.rs
  4. (optional) reformat the files: cargo fmt

You are now ready to use the crate.