sending can messages works
This commit is contained in:
parent
5912a547ba
commit
57f213a5f0
3 changed files with 16 additions and 119 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -14,27 +14,15 @@ panic-halt = "1.0.0"
|
|||
# https://github.com/ch32-rs/ch32-hal/pull/75
|
||||
ch32-hal = {git = "https://github.com/paval-shlyk/ch32-hal", rev="ace32859924ab0d5e411521a8f392df01ce262ff", features = [
|
||||
"ch32v203f6p6",
|
||||
"embassy",
|
||||
"time-driver-tim1",
|
||||
]}
|
||||
qingke-rt = { version = "0.5.0", features = ["highcode"] }
|
||||
qingke = "0.5.0"
|
||||
embedded-hal = "1.0.0"
|
||||
|
||||
embassy-executor = {version = "0.6.0", features = [
|
||||
"integrated-timers",
|
||||
"arch-spin",
|
||||
"executor-thread",
|
||||
|
||||
# see https://docs.embassy.dev/embassy-executor/git/cortex-m/index.html#task-arena-size
|
||||
#"task-arena-size-64",
|
||||
"task-arena-size-128"
|
||||
#"task-arena-size-192",
|
||||
#"task-arena-size-256",
|
||||
]}
|
||||
fugit = "0.3.7"
|
||||
|
||||
embassy-time = { version = "0.3.0" }
|
||||
embedded-can = "0.4.1"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue