CAN peripheral support

This commit is contained in:
2025-04-24 17:10:11 +02:00
parent c46d210ef9
commit 72aae605d8
12 changed files with 2259 additions and 3 deletions

View File

@ -0,0 +1,9 @@
[workspace]
[package]
name = "can-clk-calc"
version = "0.1.0"
edition = "2024"
[dependencies]
va416xx-hal = { path = "../../va416xx-hal", features = ["alloc", "revb"], default-features = false }