summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorMengsk <[email protected]>2025-10-03 09:34:40 +0200
committerMengsk <[email protected]>2025-10-03 09:34:40 +0200
commit05ea8cf0ee1365dfe5b2c43c304838648f739abb (patch)
treeef4b339711c41927c35ef036e26640ae84c81ee7 /examples/host
parentd322207441d55f636be911899f1c7928ba6b00b7 (diff)
parentc1bf19ed6cf1eaa791f221c1bc5ce4b3d069f76d (diff)
Merge remote-tracking branch 'tinyusb/master' into uac1
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/midi_rx/CMakePresets.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/host/midi_rx/CMakePresets.json b/examples/host/midi_rx/CMakePresets.json
new file mode 100644
index 000000000..5cd8971e9
--- /dev/null
+++ b/examples/host/midi_rx/CMakePresets.json
@@ -0,0 +1,6 @@
+{
+ "version": 6,
+ "include": [
+ "../../../hw/bsp/BoardPresets.json"
+ ]
+}