diff --git a/device/esp_tinyusb/CHANGELOG.md b/device/esp_tinyusb/CHANGELOG.md index 3ed34ab..85ed41d 100644 --- a/device/esp_tinyusb/CHANGELOG.md +++ b/device/esp_tinyusb/CHANGELOG.md @@ -1,6 +1,7 @@ -## 1.5.0 (Unreleased) +## 1.5.0 - esp_tinyusb: Added DMA mode option to tinyusb DCD DWC2 configuration +- esp_tinyusb: Changed the default affinity mask of the task to CPU1 ## 1.4.5 diff --git a/device/esp_tinyusb/Kconfig b/device/esp_tinyusb/Kconfig index c12c79f..0247e50 100644 --- a/device/esp_tinyusb/Kconfig +++ b/device/esp_tinyusb/Kconfig @@ -55,6 +55,7 @@ menu "TinyUSB Stack" choice TINYUSB_TASK_AFFINITY prompt "TinyUSB task affinity" + default TINYUSB_TASK_AFFINITY_CPU1 if !FREERTOS_UNICORE default TINYUSB_TASK_AFFINITY_NO_AFFINITY depends on !TINYUSB_NO_DEFAULT_TASK help diff --git a/device/esp_tinyusb/idf_component.yml b/device/esp_tinyusb/idf_component.yml index 7aea4be..1040d1b 100644 --- a/device/esp_tinyusb/idf_component.yml +++ b/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.4.5" +version: "1.5.0" url: https://github.com/espressif/esp-usb/tree/master/device/esp_tinyusb dependencies: idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule