add usb net under idf platform

This commit is contained in:
马龙伟
2025-06-14 15:58:10 +08:00
committed by sakumisu
parent 7f3ddf5d83
commit 8df2be2a52
3 changed files with 414 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ elseif(ESP_PLATFORM)
${cherryusb_incs}
${freertos_include}
PRIV_REQUIRES
usb esp_mm
usb esp_mm esp_netif
LDFRAGMENTS
${ldfragments}
)