add DPCM dac + LED servicing

This commit is contained in:
sigil-03 2025-08-10 13:09:47 -06:00
parent 0ac166bf5e
commit 85077d4f1e
4 changed files with 133 additions and 20 deletions

View file

@ -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