55 lines
1.6 KiB
TOML
55 lines
1.6 KiB
TOML
# This file was automatically generated.
|
|
|
|
[package]
|
|
edition = "2024"
|
|
name = "odesa"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
cortex-m = { version = "0.7.7", features = ["inline-asm"] }
|
|
cortex-m-rt = "0.7.5"
|
|
defmt = { version = "1.0.1", optional = true }
|
|
defmt-rtt = { version = "1.1.0", optional = true }
|
|
embassy-executor = { version = "0.9.1", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] }
|
|
embassy-futures = "0.1.2"
|
|
embassy-nrf = { version = "0.9.0", features = ["nrf52840", "gpiote", "time-driver-rtc1", "defmt", "unstable-pac", "time", "nfc-pins-as-gpio"] }
|
|
embassy-sync = { version = "0.7.2", features = ["defmt"] }
|
|
embassy-time = { version = "0.5.0", features = ["tick-hz-32_768", "defmt", "defmt-timestamp-uptime"] }
|
|
panic-halt = "1.0.0"
|
|
panic-probe = { version = "1.0.0", features = ["print-defmt"], optional = true }
|
|
nrf-softdevice = { version = "0.1.0", features = ["s140", "ble-peripheral", "nrf52840", "nrf-softdevice-s140", "critical-section-impl", "defmt", "nrf52840-pac", "critical-section", "ble-gatt-server"] }
|
|
|
|
[[bin]]
|
|
name = "odesa"
|
|
test = false
|
|
bench = false
|
|
|
|
[profile.dev]
|
|
debug = true
|
|
lto = false
|
|
opt-level = "z"
|
|
incremental = true
|
|
|
|
[profile.release]
|
|
debug = false
|
|
lto = false
|
|
opt-level = "z"
|
|
incremental = true
|
|
|
|
[features]
|
|
defmt = ["dep:defmt"]
|
|
defmt-rtt = ["dep:defmt-rtt"]
|
|
panic-probe = ["dep:panic-probe"]
|
|
default = ["debug"]
|
|
debug = [
|
|
"defmt",
|
|
"defmt-rtt",
|
|
"panic-probe",
|
|
"embassy-executor/defmt",
|
|
"embassy-sync/defmt",
|
|
"embassy-futures/defmt",
|
|
"embassy-time/defmt",
|
|
"embassy-time/defmt-timestamp-uptime",
|
|
"embassy-nrf/defmt",
|
|
]
|