1 unstable release
0.6.0 | Aug 6, 2024 |
---|
#938 in Hardware support
24 downloads per month
24MB
396K
SLoC
xwrl6432-pac
Peripheral Access Crate for usage on ti mmwave xwrl6432. Generated using combination of tixml2svd and svd2pac. Builds the groundwork for using rust on ti mmwave parts.
Generation steps
tixml2svd -z -i "C:\ti\ccs1271\ccs\ccs_base\common\targetdb\devices\iwrl6432.xml" > xml/iwrl6432.svd
pip install lxml
python sanitize_xml.py
rm src
svd2rust -i xml\iwrl6432_updated.svd --target=cortex-m
form -i lib.rs -o src/
cargo fmt