Doubled CDC serial buffer size, due to instability issues with firmware updates on certain models

hwcos
Simon Kueppers 2024-03-31 15:46:20 +02:00
rodzic 92d70d3ec5
commit e93be6926f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -101,8 +101,8 @@
#define CFG_TUD_DFU_RUNTIME 1
// CDC FIFO size of TX and RX
#define CFG_TUD_CDC_RX_BUFSIZE 128
#define CFG_TUD_CDC_TX_BUFSIZE 128
#define CFG_TUD_CDC_RX_BUFSIZE 256
#define CFG_TUD_CDC_TX_BUFSIZE 256
// CDC Endpoint transfer buffer size, more is faster
#define CFG_TUD_CDC_EP_BUFSIZE 64