-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cdc/modem): Add support to write() in chunks of DTE buffer_size
usb host (CDC ACM) does not allow sending more data than the configured out_xfer->data_buffer_size. Modem terminal, however, expects that we could send bigger chunk of data in both data and command mode (supported in both inherent esp_modem terminals: UART, VFS) Closes espressif/esp-protocols#589
- Loading branch information
1 parent
d938736
commit 66248ec
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters