basic wubbel
This commit is contained in:
parent
dac87a1696
commit
6068827dfb
3 changed files with 29 additions and 92 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
edition = "2021"
|
||||
name = "firmware"
|
||||
name = "firmware"
|
||||
version = "0.1.0"
|
||||
|
||||
[[bin]]
|
||||
|
|
@ -9,7 +9,7 @@ path = "./src/bin/main.rs"
|
|||
|
||||
[dependencies]
|
||||
esp-bootloader-esp-idf = "0.1.0"
|
||||
esp-hal = { version = "=1.0.0-beta.1", features = ["esp32", "unstable"] }
|
||||
esp-hal = { version = "=1.0.0-beta.1", features = ["esp32", "unstable"] }
|
||||
|
||||
bleps = { git = "https://github.com/bjoernQ/bleps", package = "bleps", rev = "a5148d8ae679e021b78f53fd33afb8bb35d0b62e", features = [
|
||||
"async",
|
||||
|
|
@ -47,10 +47,10 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
|
|||
opt-level = "s"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1 # LLVM can perform better optimizations using a single thread
|
||||
debug = 2
|
||||
codegen-units = 1 # LLVM can perform better optimizations using a single thread
|
||||
debug = 2
|
||||
debug-assertions = false
|
||||
incremental = false
|
||||
lto = 'fat'
|
||||
opt-level = 's'
|
||||
overflow-checks = false
|
||||
incremental = false
|
||||
lto = 'fat'
|
||||
opt-level = 's'
|
||||
overflow-checks = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue