# ChangeLog ## v0.2.2 - 2024-06-19 * Fix usb may not be enumerated after switch from usb-serial-jtag to usb-otg * Fix tinyusb debug issue if usb console is enabled * Fix power management when frequency dynamic scaling is enabled ## v0.2.1 - 2024-04-22 * Fix build with latest ESP-IDF (USB Hal: Change name of usb_phy HAL files to usb_fsls_phy) ## v0.2.0 - 2023-07-17 * Support `esp_tinyuf2_uninstall` API (Restore the USB hardware to default state, Not teardown TinyUSB stack) * Support target test ## v0.1.0 - 2023-07-05 * Support USB Console for log (disabled by default) ## v0.0.2 - 2023-07-03 * Add Linux INI file write workaround ## v0.0.1 - 2023-06-26 * initial version * Support update APP through UF2 * Support modify NVS through UF2
6d8e9c96419c51b1d4a982dedbae2d900546a404
idf.py add-dependency "espressif/esp_tinyuf2^1.0.0"