summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_throughput
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2026-05-23 21:12:30 +0200
committerGitHub <[email protected]>2026-05-23 21:12:30 +0200
commit65fb8dfbadbb0b5970a1e984c290b5d6a5bcb315 (patch)
tree070990b12b8bf13b27873dad44515a04653aae70 /examples/device/cdc_msc_throughput
parent4c87db341e4af7d53ce9cbbdf693593a520dc538 (diff)
parent311fb46eb2f963254af6ab206b74828a0ba0273c (diff)
Merge pull request #3622 from mickabrig7/master
fix(dcd_ch32_usbfs): fix dropped bulk OUT packets by properly re-arming EP_RX_CTRL state
Diffstat (limited to 'examples/device/cdc_msc_throughput')
-rw-r--r--examples/device/cdc_msc_throughput/CMakePresets.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_throughput/CMakePresets.json b/examples/device/cdc_msc_throughput/CMakePresets.json
new file mode 100644
index 000000000..5cd8971e9
--- /dev/null
+++ b/examples/device/cdc_msc_throughput/CMakePresets.json
@@ -0,0 +1,6 @@
+{
+ "version": 6,
+ "include": [
+ "../../../hw/bsp/BoardPresets.json"
+ ]
+}