va416xx-rs/bootloader/Cargo.toml
Robin Mueller 9bda3f29f4
All checks were successful
Rust/va416xx-rs/pipeline/pr-main This commit looks good
Updates and fixes
- Improve and fix SPI HAL and example
- Fix RTIC example
2024-09-19 13:36:26 +02:00

21 lines
357 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"]
rtt-panic = []