summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMengsk <[email protected]>2025-09-29 16:07:35 +0200
committerMengsk <[email protected]>2025-09-29 16:09:34 +0200
commit30f8a9dfae7d93130c2d1aebd9f2a5dc6a96785c (patch)
treeea917711459991c119264de3af7c05bba6deef41
parent4cf7e95e66276e747bf155c2aa9bbd6185cc87c2 (diff)
Disable SBUF_ISO for U0
Signed-off-by: Mengsk <[email protected]>
-rw-r--r--src/portable/st/stm32_fsdev/fsdev_stm32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/portable/st/stm32_fsdev/fsdev_stm32.h b/src/portable/st/stm32_fsdev/fsdev_stm32.h
index 0f2b9e068..63b50f13d 100644
--- a/src/portable/st/stm32_fsdev/fsdev_stm32.h
+++ b/src/portable/st/stm32_fsdev/fsdev_stm32.h
@@ -202,7 +202,8 @@
#include "stm32u0xx.h"
#define FSDEV_PMA_SIZE (1024u)
#define FSDEV_BUS_32BIT
- #define FSDEV_HAS_SBUF_ISO 1
+ // Disable SBUF_ISO on U0 for now due to bad performance (audio glitching)
+ #define FSDEV_HAS_SBUF_ISO 0
#define USB USB_DRD_FS
#define USB_EP_CTR_RX USB_EP_VTRX