d413f01d91
shared-hal-ci / Check build (push) Has been cancelled
shared-hal-ci / Check formatting (push) Has been cancelled
shared-hal-ci / Check Documentation Build (push) Has been cancelled
shared-hal-ci / Clippy (push) Has been cancelled
va108xx-ci / Check build (push) Has been cancelled
va108xx-ci / Run Tests (push) Has been cancelled
va108xx-ci / Check formatting (push) Has been cancelled
va108xx-ci / Check Documentation Build (push) Has been cancelled
va108xx-ci / Clippy (push) Has been cancelled
va416xx-ci / Check build (push) Has been cancelled
va416xx-ci / Run Tests (push) Has been cancelled
va416xx-ci / Check formatting (push) Has been cancelled
va416xx-ci / Check Documentation Build (push) Has been cancelled
va416xx-ci / Clippy (push) Has been cancelled
29 lines
508 B
TOML
29 lines
508 B
TOML
[package]
|
|
name = "bootloader"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cortex-m = "0.7"
|
|
cortex-m-rt = "0.7"
|
|
embedded-hal = "1"
|
|
defmt-rtt = "1"
|
|
defmt = "1"
|
|
panic-probe = { version = "1", features = ["defmt"] }
|
|
crc = "3"
|
|
num_enum = { version = "0.7", default-features = false }
|
|
static_assertions = "1"
|
|
|
|
[dependencies.va108xx-hal]
|
|
version = "0.12"
|
|
path = "../va108xx-hal"
|
|
features = ["defmt"]
|
|
|
|
[dependencies.vorago-reb1]
|
|
version = "0.9"
|
|
path = "../vorago-reb1"
|
|
|
|
[features]
|
|
default = []
|
|
rtt-panic = []
|