evk implementation for debugging, works except no audio output for some reason
This commit is contained in:
+3
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user