mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 21:35:44 +00:00
dcd/fsdev: re-enable SBUF for STM32U0, no more issue
This commit is contained in:
@ -202,8 +202,7 @@
|
||||
#include "stm32u0xx.h"
|
||||
#define FSDEV_PMA_SIZE (1024u)
|
||||
#define FSDEV_BUS_32BIT
|
||||
// Disable SBUF_ISO on U0 for now due to bad performance (audio glitching)
|
||||
#define FSDEV_HAS_SBUF_ISO 0
|
||||
#define FSDEV_HAS_SBUF_ISO 1
|
||||
#define USB USB_DRD_FS
|
||||
|
||||
#define USB_EP_CTR_RX USB_EP_VTRX
|
||||
|
||||
Reference in New Issue
Block a user