iwrl64xx-pac

Crates.ioiwrl64xx-pac
lib.rsiwrl64xx-pac
version0.6.0
sourcesrc
created_at2024-08-05 22:06:33.426201
updated_at2024-08-05 22:06:33.426201
descriptionA Peripheral Access Crate for the ti iwrl64xx radar devkit
homepagehttps://github.com/abeanater/xwrl64xx-pac
repositoryhttps://github.com/abeanater/xwrl64xx-pac
max_upload_size
id1326598
size34,281,716
Abram Haich (abeanater)

documentation

README

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
Commit count: 0

cargo fmt