va416xx-rs/bootloader/Cargo.toml
Robin Mueller aa1ed2a20d
Some checks are pending
Rust/va416xx-rs/pipeline/pr-main Build started...
Updates and fixes
- Improve and fix SPI HAL and example
- Fix RTIC example
2024-09-20 11:41:24 +02:00

21 lines
346 B
TOML

[package]
name = "bootloader"
version = "0.1.0"
edition = "2021"
[dependencies]
cortex-m = "0.7"
cortex-m-rt = "0.7"
embedded-hal = "1"
panic-rtt-target = { version = "0.1.3" }
panic-halt = { version = "0.2" }
rtt-target = { version = "0.5" }
crc = "3"
[dependencies.va416xx-hal]
path = "../va416xx-hal"
[features]
default = []
rtt-panic = []