dwc2 use fifo not dma as default because users may have problems in cache

This commit is contained in:
sakumisu
2024-01-13 00:22:03 +08:00
parent 07ced6d023
commit 125aad65d6

View File

@@ -99,7 +99,7 @@
#elif CONFIG_USB_DWC2_RAM_SIZE == 4096
#define CONFIG_USB_DWC2_DMA_ENABLE
//#define CONFIG_USB_DWC2_DMA_ENABLE
#ifdef CONFIG_USB_DWC2_DMA_ENABLE
#warning "if you enable dcache,please add .nocacheble section in your sct or ld or icf"