add interrupts for most handlers

This commit is contained in:
sigil-03 2025-08-21 11:08:26 -06:00
parent e3235b34a4
commit a71c7986e6
15 changed files with 1028 additions and 280 deletions

View file

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