add interrupts for most handlers
This commit is contained in:
parent
e3235b34a4
commit
a71c7986e6
15 changed files with 1028 additions and 280 deletions
|
|
@ -24,8 +24,11 @@ embedded-hal = "1.0.0"
|
|||
|
||||
qingke-rt = { version = "*", features = ["highcode"] }
|
||||
|
||||
qingke = {path = "ext/qingke"}
|
||||
|
||||
adpcm-pwm-dac = { path = "ext/adpcm-pwm-dac/" }
|
||||
bitfields = "1.0.0"
|
||||
|
||||
critical-section = { version = "1.2.0" }
|
||||
|
||||
[profile.release]
|
||||
strip = false # symbols are not flashed to the microcontroller, so don't strip them.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue