Skip to content

Commit f5874c6

Browse files
committed
Update Component registry versions to latest
tinyusb, esp_tinyusb , littlefs , esp_wifi_remote & esp_hosted
1 parent ed0520c commit f5874c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMake/binutils.ESP32.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -634,16 +634,16 @@ macro(nf_add_idf_as_library)
634634
# Load any required Components from Component registry
635635
# Must be done before "tools/cmake/idf.cmake"
636636
if(ESP32_USB_CDC)
637-
nf_install_idf_component_from_registry(tinyusb 55142eec-a3a4-47a5-ad01-4ba3ef44444b)
638-
nf_install_idf_component_from_registry(esp_tinyusb 8115ffc9-366a-4340-94ab-e327aed20831)
637+
nf_install_idf_component_from_registry(tinyusb c384401d-144d-453d-a821-20f1ba0a7be1)
638+
nf_install_idf_component_from_registry(esp_tinyusb 47b2b1fc-fb7e-4acf-943b-a14125e0f1e7)
639639
endif()
640640

641-
nf_install_idf_component_from_registry(littlefs 4831aa41-8b72-48ac-a534-910a985a5519)
641+
nf_install_idf_component_from_registry(littlefs 288ff2e7-dfd9-4833-9be5-6e9d37d29880)
642642

643643
if(${TARGET_SERIES_SHORT} STREQUAL "esp32p4")
644-
nf_install_idf_component_from_registry(esp_wifi_remote af68cf54-0998-4681-b3b3-7776920067b5)
645-
nf_install_idf_component_from_registry(esp_hosted dd94b9d3-b756-41b1-be36-d3a4d0b0bde7)
646-
endif()
644+
nf_install_idf_component_from_registry(esp_wifi_remote 754ca2ab-c4f5-4c81-834b-0aa460a84ae8)
645+
nf_install_idf_component_from_registry(esp_hosted b9a7198d-7257-4954-9380-5f9edb15028c)
646+
endif()
647647

648648
include(${IDF_PATH_CMAKED}/tools/cmake/idf.cmake)
649649

0 commit comments

Comments
 (0)