Crates.io | awr2544-pac |
lib.rs | awr2544-pac |
version | 0.1.0 |
source | src |
created_at | 2024-08-09 16:47:28.44127 |
updated_at | 2024-08-09 16:47:28.44127 |
description | A Peripheral Access Crate for the ti awr2544 radar devkit |
homepage | https://github.com/abeanater/awr2544-pac |
repository | https://github.com/abeanater/awr2544-pac |
max_upload_size | |
id | 1331148 |
size | 56,476,587 |
Peripheral Access Crate (PAC) for the Texas Instruments (TI) AWR2544 mmwave radar. Generated using tixml2svd and svd2rust.
tixml2svd.exe -z -i "C:\ti\ccs1271\ccs\ccs_base\common\targetdb\devices\awr2544.xml" >awr2544.svd
svd2rust -i xml\iwrl6432_updated.svd --target=cortex-r
form -i lib.rs -o src/
cargo fmt