We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dd8b4e + 116a46c commit 24b4488Copy full SHA for 24b4488
device/esp_tinyusb/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.7.1
2
+
3
+- NCM: Changed default NTB config to decrease DRAM memory usage (fix for DRAM overflow on ESP32S2)
4
5
## 1.7.0
6
7
- NCM: Added possibility to configure NCM Transfer Blocks (NTB) via menuconfig
device/esp_tinyusb/idf_component.yml
@@ -1,7 +1,7 @@
## IDF Component Manager Manifest File
description: Espressif's additions to TinyUSB
documentation: "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/usb_device.html"
-version: "1.7.0"
+version: "1.7.1"
url: https://github.com/espressif/esp-usb/tree/master/device/esp_tinyusb
dependencies:
idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule
0 commit comments