add DPCM dac + LED servicing
This commit is contained in:
parent
0ac166bf5e
commit
85077d4f1e
4 changed files with 133 additions and 20 deletions
|
|
@ -25,6 +25,7 @@ embedded-hal = "1.0.0"
|
|||
qingke-rt = { version = "*", features = ["highcode"] }
|
||||
|
||||
adpcm-pwm-dac = { path = "ext/adpcm-pwm-dac/" }
|
||||
bitfields = "1.0.0"
|
||||
|
||||
[profile.release]
|
||||
strip = false # symbols are not flashed to the microcontroller, so don't strip them.
|
||||
|
|
@ -32,4 +33,4 @@ lto = true
|
|||
opt-level = "s" # Optimize for size.
|
||||
|
||||
[profile.dev]
|
||||
overflow-checks = false
|
||||
overflow-checks = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue