2.7 KiB
2.7 KiB
1.7.6~2
- esp_tinyusb: Added support for IDF 6.0 after removal of the USB component
1.7.6~1
- esp_tinyusb: Added documentation to README.md
1.7.6
- MSC: Fixed the possibility to use SD/MMC storage with large capacity (more than 4 GB)
1.7.5
- esp_tinyusb: Provide forward compatibility with IDF 6.0
1.7.4
- MSC: WL Sector runtime check during spiflash init (fix for build time error check)
1.7.3 [yanked]
- MSC: Improved transfer speed to SD cards and SPI flash
1.7.2
- esp_tinyusb: Fixed crash on logging from ISR
- PHY: Fixed crash with external_phy=true configuration
1.7.1
- NCM: Changed default NTB config to decrease DRAM memory usage (fix for DRAM overflow on ESP32S2)
1.7.0 [yanked]
- NCM: Added possibility to configure NCM Transfer Blocks (NTB) via menuconfig
- esp_tinyusb: Added option to select TinyUSB peripheral on esp32p4 via menuconfig (USB_PHY_SUPPORTS_P4_OTG11 in esp-idf is required)
- esp_tinyusb: Fixed uninstall tinyusb driver with not default task configuration
1.6.0
- CDC-ACM: Fixed memory leak on deinit
- esp_tinyusb: Added Teardown
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
- CDC-ACM: Fixed memory leak at VFS unregister
- Vendor specific: Provided default configuration
1.4.4
- esp_tinyusb: Added HighSpeed and Qualifier device descriptors in tinyusb configuration
- CDC-ACM: Removed MIN() definition if already defined
- MSC: Fixed EP size selecting in default configuration descriptor
1.4.3
- esp_tinyusb: Added ESP32P4 support (HS only)
1.4.2
- MSC: Fixed maximum files open
- Added uninstall function
1.4.0
- MSC: Fixed integer overflows
- CDC-ACM: Removed intermediate RX ringbuffer
- CDC-ACM: Increased default FIFO size to 512 bytes
- CDC-ACM: Fixed Virtual File System binding
1.3.0
- Added NCM extension
1.2.1 - 1.2.2
- Minor bugfixes
1.2.0
- Added MSC extension for accessing SPI Flash on memory card
a8c00d7707
1.1.0
- Added support for NCM, ECM/RNDIS, DFU and Bluetooth TinyUSB drivers
79f35c9b04
1.0.4
- Cleaned up string descriptors handling
046cc4b02f
1.0.2 - 1.0.3
- Minor bugfixes
1.0.1
- CDC-ACM: Return ESP_OK if there is nothing to flush
388ff32eb0
1.0.0
- Initial version based on esp-idf v4.4.3