Restart xiao project
This commit is contained in:
parent
dfb4b1e765
commit
574d4d08bc
9 changed files with 91 additions and 1988 deletions
|
|
@ -1,31 +0,0 @@
|
|||
[package]
|
||||
name = "xiao-esp32c6"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "xiao-esp32c6"
|
||||
harness = false
|
||||
|
||||
[build-dependencies]
|
||||
embuild = "*"
|
||||
|
||||
[dependencies]
|
||||
critical-section = { version = "*", features = ["std"] }
|
||||
embassy-executor = { version = "*", features = ["arch-std", "executor-thread", "log"] }
|
||||
esp-idf-svc = { version = "*", features = ["embassy-time-driver"] }
|
||||
log = "*"
|
||||
riscv-rt = "*"
|
||||
static_cell = "*"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
experimental = ["esp-idf-svc/experimental"]
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
|
||||
[profile.dev]
|
||||
debug = true
|
||||
opt-level = "z"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue