We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf7e95 commit 30f8a9dCopy full SHA for 30f8a9d
src/portable/st/stm32_fsdev/fsdev_stm32.h
@@ -202,7 +202,8 @@
202
#include "stm32u0xx.h"
203
#define FSDEV_PMA_SIZE (1024u)
204
#define FSDEV_BUS_32BIT
205
- #define FSDEV_HAS_SBUF_ISO 1
+ // Disable SBUF_ISO on U0 for now due to bad performance (audio glitching)
206
+ #define FSDEV_HAS_SBUF_ISO 0
207
#define USB USB_DRD_FS
208
209
#define USB_EP_CTR_RX USB_EP_VTRX
0 commit comments