esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

H2: Don't try to use `phy_bbpll_en_usb`

Open bjoernQ opened this issue 1 year ago • 1 comments

The feature phy-enable-usb tries to use that function which is not present for H2.

In esp-idf they use a replacement for phy_init.c ( phy_init_esp32hxx.c ) which doesn't use it.

But how to get jtag-serial output to work then?

bjoernQ avatar Apr 18 '24 12:04 bjoernQ

Removed the usage of phy_bbpll_en_usb in esp-rs/esp-wifi-sys#456 - at least prevents linker errors and is the right thing to do

bjoernQ avatar Apr 18 '24 15:04 bjoernQ

Seems we forgot to close this previously

bjoernQ avatar Apr 10 '25 11:04 bjoernQ