Skip to content

Commit

Permalink
feature(esp_tinyusb): Added config option to select another phy on es…
Browse files Browse the repository at this point in the history
…p32p4
  • Loading branch information
roma-jam committed Dec 3, 2024
1 parent 3979c8f commit 33e32d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion device/esp_tinyusb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ menu "TinyUSB Stack"
prompt "TinyUSB PHY"
default TINYUSB_RHPORT_HS
help
Allows set the USB PHY Controller for TinyUSB: HS (USB OTG2.0 PHY for HighSpeed)
Allows set the USB PHY Controller for TinyUSB:
- HS (USB OTG2.0 PHY for HighSpeed)
- FS (USB OTG1.1 PHY for FullSpeed)

config TINYUSB_RHPORT_HS
bool "HS"
config TINYUSB_RHPORT_FS
bool "FS"
endchoice

menu "TinyUSB task configuration"
Expand Down

0 comments on commit 33e32d5

Please sign in to comment.