update(osal/idf): change freertos timer to esp_timer

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2025-07-27 10:21:00 +08:00
parent 7b39de9630
commit d589b9417d
2 changed files with 28 additions and 18 deletions

View File

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