Skip to content

Commit

Permalink
fix(ncm): Changed default value for buffer count for esp32s2 to preve…
Browse files Browse the repository at this point in the history
…nt dram ovf
  • Loading branch information
roma-jam committed Jan 21, 2025
1 parent 7898011 commit a25e028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions device/esp_tinyusb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ menu "TinyUSB Stack"
config TINYUSB_NCM_OUT_NTB_BUFF_MAX_SIZE
int "NCM NTB Buffer size for reception size"
depends on TINYUSB_NET_MODE_NCM
default 8192
default 3200
range 1600 10240
help
Size of NTB buffers on the reception side. The minimum size used by Linux is 2048 bytes.
Expand All @@ -327,7 +327,7 @@ menu "TinyUSB Stack"
config TINYUSB_NCM_IN_NTB_BUFF_MAX_SIZE
int "NCM NTB Buffer size for transmission size"
depends on TINYUSB_NET_MODE_NCM
default 8192
default 3200
range 1600 10240
help
Size of NTB buffers on the transmission side. The minimum size used by Linux is 2048 bytes.
Expand Down

0 comments on commit a25e028

Please sign in to comment.