You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Remove #include "soc/usb_pins.h" from esp_tinyusb
Remove #include "soc/usb_pins.h" from esp_tinyusb (IEC-270)
Feb 21, 2025
esp_tinyusb will no longer initialize external PHY. If external PHY is required,
it must be explicitly initialized by user and esp_tinyusb
must be configured with `skip_phy_setup = true`
Closes#138
esp_tinyusb will no longer initialize external PHY. If external PHY is required,
it must be explicitly initialized by user and esp_tinyusb
must be configured with `skip_phy_setup = true`
Closes#138
esp_tinyusb will no longer initialize external PHY. If external PHY is required,
it must be explicitly initialized by user and esp_tinyusb
must be configured with `skip_phy_setup = true`
Closes#138
Answers checklist.
General issue report
soc/usb_pins.h will be removed in IDF v6.0, we should stop using it esp_tinyusb
This will affect our External PHY configuration. The are 2 viable options:
User must pass Ext. PHY configuration to tinyusb_install where the PHY will be initializedskip_phy_setup
in USB Host)The text was updated successfully, but these errors were encountered: