Crates.io | iwrl64xx-pac |
lib.rs | iwrl64xx-pac |
version | 0.6.0 |
source | src |
created_at | 2024-08-05 22:06:33.426201 |
updated_at | 2024-08-05 22:06:33.426201 |
description | A Peripheral Access Crate for the ti iwrl64xx radar devkit |
homepage | https://github.com/abeanater/xwrl64xx-pac |
repository | https://github.com/abeanater/xwrl64xx-pac |
max_upload_size | |
id | 1326598 |
size | 34,281,716 |
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.
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