Skip to content

Commit

Permalink
feat(esp_tinyusb): Update comments as per review recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Jan 10, 2025
1 parent 77024e4 commit ee84b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion device/esp_tinyusb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Unreleased]

- esp_tinyusb: Added configuration for NCM device NTB buffers
- esp_tinyusb: Added possibility to configure NCM Transfer Blocks (NTB) via menuconfig

## 1.6.0

Expand Down
6 changes: 4 additions & 2 deletions device/esp_tinyusb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ menu "TinyUSB Stack"
range 1 4
help
Number of NTB buffers for reception side.
Can be increased to improve performance with the cost of additional RAM requirements.
Can be increased to improve performance and stability with the cost of additional RAM requirements.
Helps to mitigate "tud_network_can_xmit: request blocked" warning message when running NCM device.

config TINYUSB_NCM_IN_NTB_BUFFS_COUNT
int "Number of NCM NTB buffers for transmission side"
Expand All @@ -302,7 +303,8 @@ menu "TinyUSB Stack"
range 1 4
help
Number of NTB buffers for transmission side.
Can be increased to improve performance with the cost of additional RAM requirements.
Can be increased to improve performance and stability with the cost of additional RAM requirements.
Helps to mitigate "tud_network_can_xmit: request blocked" warning message when running NCM device.

config TINYUSB_NCM_OUT_NTB_BUFF_MAX_SIZE
int "NCM NTB Buffer size for reception size"
Expand Down

0 comments on commit ee84b11

Please sign in to comment.