?
This commit is contained in:
+4
-4
@@ -6,7 +6,7 @@ name = "odesa"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = { version = "0.7.7", features = ["inline-asm", "critical-section-single-core"] }
|
||||
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 }
|
||||
@@ -17,7 +17,7 @@ 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 = { 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"
|
||||
@@ -26,13 +26,13 @@ bench = false
|
||||
|
||||
[profile.dev]
|
||||
debug = true
|
||||
lto = true
|
||||
lto = false
|
||||
opt-level = "z"
|
||||
incremental = true
|
||||
|
||||
[profile.release]
|
||||
debug = false
|
||||
lto = true
|
||||
lto = false
|
||||
opt-level = "z"
|
||||
incremental = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user