evk implementation for debugging, works except no audio output for some reason

This commit is contained in:
2026-05-18 23:39:00 -07:00
parent 4e3f1f52ca
commit 69511f4061
4 changed files with 375 additions and 7 deletions
+3 -1
View File
@@ -4,10 +4,12 @@ version = "0.1.0"
edition = "2024"
[features]
default = ["nodac", "hid"]
default = ["evk", "hid"]
ak4490 = []
cs4398 = []
wm8904 = []
nodac = []
evk = ["wm8904"]
hid = [ "dep:usbd-hid"]
[dependencies]