Skip to content

Commit 24b4488

Browse files
authored
Merge pull request #126 from espressif/release/esp_tinyusb_v1.7.1
esp_tinyusb v1.7.1
2 parents 6dd8b4e + 116a46c commit 24b4488

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

device/esp_tinyusb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 1.7.0
26

37
- NCM: Added possibility to configure NCM Transfer Blocks (NTB) via menuconfig

device/esp_tinyusb/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## IDF Component Manager Manifest File
22
description: Espressif's additions to TinyUSB
33
documentation: "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/usb_device.html"
4-
version: "1.7.0"
4+
version: "1.7.1"
55
url: https://github.com/espressif/esp-usb/tree/master/device/esp_tinyusb
66
dependencies:
77
idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule

0 commit comments

Comments
 (0)