-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
I expected to follow the steps and it would install!
Actual behavior (suspected bug)
When installing it fails at
Submodule path 'components/openthread/lib': checked out 'e9980c56558876ae1102be8ae9dc70821aded72c'
error: The following untracked working tree files would be overwritten by checkout:
Aborting
fatal: Unable to checkout '36b14d3ef74f5e37e5be8902e1c1955a642fdfbf' in submodule path 'components/openthread/openthread'
Error logs or terminal output
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows
PS C:\Users\davej> d:
PS D:\> cd projects
PS D:\projects> dir
Directory: D:\projects
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 02/07/2025 15:20 .esphome
-a---- 02/07/2025 15:04 175 .gitignore
-a---- 04/07/2025 10:25 1429 av-cupboard-sensor.yaml
-a---- 03/02/2026 18:53 953 eim_config.toml
-a---- 04/07/2025 10:25 684 esp32s2-ikea-sensors.yaml
-a---- 03/07/2025 21:49 4674 esp32s2-test.yaml
-a---- 12/12/2025 14:04 1476336 ikea-lounge-sensor-firmware.factory.bin
-a---- 02/07/2025 14:54 7348 ikea-lounge-sensor.yaml
-a---- 02/07/2025 14:57 868 Master-bedroom-sensor.yaml
-a---- 04/07/2025 12:47 466678 My services on Briant web site.pdf
-a---- 04/07/2025 10:25 1630 network-cab-fan.yaml
-a---- 02/07/2025 15:04 378 secrets.yaml
-a---- 04/07/2025 10:24 1627 sonoff-basic-r2.yaml
-a---- 04/07/2025 12:20 609750 udm-se - after speed test.pdf
-a---- 04/07/2025 11:58 644932 udm-se.pdf
-a---- 04/07/2025 11:59 1791523 whatsmyip.pdf
-a---- 04/07/2025 12:32 2079529 XDA from BT WAN.pdf
PS D:\projects> git clone --recursive https://github.com/espressif/esp-idf.git
Cloning into 'esp-idf'...
remote: Enumerating objects: 938367, done.
remote: Counting objects: 100% (608/608), done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 938367 (delta 557), reused 534 (delta 534), pack-reused 937759 (from 2)
Receiving objects: 100% (938367/938367), 393.00 MiB | 15.44 MiB/s, done.
Resolving deltas: 100% (683669/683669), done.
Updating files: 100% (18937/18937), done.
Submodule 'components/bootloader/subproject/components/micro-ecc/micro-ecc' (https://github.com/kmackay/micro-ecc.git) registered for path 'components/bootloader/subproject/components/micro-ecc/micro-ecc'
Submodule 'components/bt/controller/lib_esp32' (https://github.com/espressif/esp32-bt-lib.git) registered for path 'components/bt/controller/lib_esp32'
Submodule 'components/bt/controller/lib_esp32c2/esp32c2-bt-lib' (https://github.com/espressif/esp32c2-bt-lib.git) registered for path 'components/bt/controller/lib_esp32c2/esp32c2-bt-lib'
Submodule 'components/bt/controller/lib_esp32c3_family' (https://github.com/espressif/esp32c3-bt-lib.git) registered for path 'components/bt/controller/lib_esp32c3_family'
Submodule 'components/bt/controller/lib_esp32c5/esp32c5-bt-lib' (https://github.com/espressif/esp32c5-bt-lib.git) registered for path 'components/bt/controller/lib_esp32c5/esp32c5-bt-lib'
Submodule 'components/bt/controller/lib_esp32c6/esp32c6-bt-lib' (https://github.com/espressif/esp32c6-bt-lib.git) registered for path 'components/bt/controller/lib_esp32c6/esp32c6-bt-lib'
Submodule 'components/bt/controller/lib_esp32h2/esp32h2-bt-lib' (https://github.com/espressif/esp32h2-bt-lib.git) registered for path 'components/bt/controller/lib_esp32h2/esp32h2-bt-lib'
Submodule 'components/bt/esp_ble_mesh/lib/lib' (https://github.com/espressif/esp-ble-mesh-lib.git) registered for path 'components/bt/esp_ble_mesh/lib/lib'
Submodule 'components/bt/host/nimble/nimble' (https://github.com/espressif/esp-nimble.git) registered for path 'components/bt/host/nimble/nimble'
Submodule 'components/cmock/CMock' (https://github.com/ThrowTheSwitch/CMock.git) registered for path 'components/cmock/CMock'
Submodule 'components/esp_coex/lib' (https://github.com/espressif/esp-coex-lib.git) registered for path 'components/esp_coex/lib'
Submodule 'components/esp_phy/lib' (https://github.com/espressif/esp-phy-lib.git) registered for path 'components/esp_phy/lib'
Submodule 'components/esp_wifi/lib' (https://github.com/espressif/esp32-wifi-lib.git) registered for path 'components/esp_wifi/lib'
Submodule 'components/heap/tlsf' (https://github.com/espressif/tlsf.git) registered for path 'components/heap/tlsf'
Submodule 'components/lwip/lwip' (https://github.com/espressif/esp-lwip.git) registered for path 'components/lwip/lwip'
Submodule 'components/mbedtls/mbedtls' (https://github.com/espressif/mbedtls.git) registered for path 'components/mbedtls/mbedtls'
Submodule 'components/openthread/lib' (https://github.com/espressif/esp-thread-lib.git) registered for path 'components/openthread/lib'
Submodule 'components/openthread/openthread' (https://github.com/espressif/openthread.git) registered for path 'components/openthread/openthread'
Submodule 'components/protobuf-c/protobuf-c' (https://github.com/protobuf-c/protobuf-c.git) registered for path 'components/protobuf-c/protobuf-c'
Submodule 'components/spiffs/spiffs' (https://github.com/pellepl/spiffs.git) registered for path 'components/spiffs/spiffs'
Submodule 'components/unity/unity' (https://github.com/ThrowTheSwitch/Unity.git) registered for path 'components/unity/unity'
Cloning into 'D:/Projects/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc'...
remote: Enumerating objects: 1159, done.
remote: Counting objects: 100% (280/280), done.
remote: Compressing objects: 100% (108/108), done.
remote: Total 1159 (delta 190), reused 172 (delta 172), pack-reused 879 (from 1)
Receiving objects: 100% (1159/1159), 632.72 KiB | 3.59 MiB/s, done.
Resolving deltas: 100% (681/681), done.
Cloning into 'D:/Projects/esp-idf/components/bt/controller/lib_esp32'...
remote: Enumerating objects: 59, done.
remote: Counting objects: 100% (59/59), done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 59 (delta 26), reused 22 (delta 1), pack-reused 0 (from 0)
Receiving objects: 100% (59/59), 1.06 MiB | 5.56 MiB/s, done.
Resolving deltas: 100% (26/26), done.
Cloning into 'D:/Projects/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 0), reused 2 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (6/6), 688.25 KiB | 9.69 MiB/s, done.
Cloning into 'D:/Projects/esp-idf/components/bt/controller/lib_esp32c3_family'...
remote: Enumerating objects: 19, done.
remote: Counting objects: 100% (19/19), done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 19 (delta 1), reused 16 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (19/19), 2.06 MiB | 5.78 MiB/s, done.
Resolving deltas: 100% (1/1), done.
Cloning into 'D:/Projects/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib'...
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 3 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (5/5), 605.50 KiB | 9.46 MiB/s, done.
Cloning into 'D:/Projects/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib'...
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 8 (delta 1), reused 5 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (8/8), 827.76 KiB | 9.97 MiB/s, done.
Resolving deltas: 100% (1/1), done.
Cloning into 'D:/Projects/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 9 (delta 1), reused 6 (delta 1), pack-reused 0 (from 0)
Receiving objects: 100% (9/9), 1.14 MiB | 5.46 MiB/s, done.
Resolving deltas: 100% (1/1), done.
Cloning into 'D:/Projects/esp-idf/components/bt/esp_ble_mesh/lib/lib'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 25 (delta 5), reused 21 (delta 3), pack-reused 0 (from 0)
Receiving objects: 100% (25/25), 2.65 MiB | 8.48 MiB/s, done.
Resolving deltas: 100% (5/5), done.
Cloning into 'D:/Projects/esp-idf/components/bt/host/nimble/nimble'...
remote: Enumerating objects: 65305, done.
remote: Counting objects: 100% (161/161), done.
remote: Compressing objects: 100% (108/108), done.
remote: Total 65305 (delta 91), reused 96 (delta 30), pack-reused 65144 (from 2)
Receiving objects: 100% (65305/65305), 20.65 MiB | 13.68 MiB/s, done.
Resolving deltas: 100% (41886/41886), done.
Cloning into 'D:/Projects/esp-idf/components/cmock/CMock'...
remote: Enumerating objects: 6746, done.
remote: Counting objects: 100% (267/267), done.
remote: Compressing objects: 100% (138/138), done.
remote: Total 6746 (delta 170), reused 129 (delta 129), pack-reused 6479 (from 3)
Receiving objects: 100% (6746/6746), 4.11 MiB | 21.06 MiB/s, done.
Resolving deltas: 100% (4486/4486), done.
Cloning into 'D:/Projects/esp-idf/components/esp_coex/lib'...
remote: Enumerating objects: 68, done.
remote: Counting objects: 100% (68/68), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 68 (delta 25), reused 45 (delta 7), pack-reused 0 (from 0)
Receiving objects: 100% (68/68), 185.24 KiB | 4.63 MiB/s, done.
Resolving deltas: 100% (25/25), done.
Cloning into 'D:/Projects/esp-idf/components/esp_phy/lib'...
remote: Enumerating objects: 149, done.
remote: Counting objects: 100% (149/149), done.
remote: Compressing objects: 100% (143/143), done.
remote: Total 149 (delta 66), reused 82 (delta 5), pack-reused 0 (from 0)
Receiving objects: 100% (149/149), 4.13 MiB | 7.84 MiB/s, done.
Resolving deltas: 100% (66/66), done.
Cloning into 'D:/Projects/esp-idf/components/esp_wifi/lib'...
remote: Enumerating objects: 885, done.
remote: Counting objects: 100% (885/885), done.
remote: Compressing objects: 100% (737/737), done.
remote: Total 885 (delta 548), reused 329 (delta 146), pack-reused 0 (from 0)
Receiving objects: 100% (885/885), 44.84 MiB | 5.30 MiB/s, done.
Resolving deltas: 100% (548/548), done.
Cloning into 'D:/Projects/esp-idf/components/heap/tlsf'...
remote: Enumerating objects: 203, done.
remote: Counting objects: 100% (61/61), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 203 (delta 52), reused 49 (delta 45), pack-reused 142 (from 2)
Receiving objects: 100% (203/203), 66.93 KiB | 2.68 MiB/s, done.
Resolving deltas: 100% (106/106), done.
Cloning into 'D:/Projects/esp-idf/components/lwip/lwip'...
remote: Enumerating objects: 57284, done.
remote: Counting objects: 100% (1547/1547), done.
remote: Compressing objects: 100% (399/399), done.
remote: Total 57284 (delta 1344), reused 1165 (delta 1148), pack-reused 55737 (from 3)
Receiving objects: 100% (57284/57284), 12.35 MiB | 22.70 MiB/s, done.
Resolving deltas: 100% (43031/43031), done.
Cloning into 'D:/Projects/esp-idf/components/mbedtls/mbedtls'...
remote: Enumerating objects: 253982, done.
remote: Counting objects: 100% (23/23), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 253982 (delta 17), reused 13 (delta 13), pack-reused 253959 (from 3)
Receiving objects: 100% (253982/253982), 125.31 MiB | 18.68 MiB/s, done.
Resolving deltas: 100% (196634/196634), done.
Cloning into 'D:/Projects/esp-idf/components/openthread/lib'...
remote: Enumerating objects: 97, done.
remote: Counting objects: 100% (97/97), done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 97 (delta 36), reused 72 (delta 21), pack-reused 0 (from 0)
Receiving objects: 100% (97/97), 1.45 MiB | 7.01 MiB/s, done.
Resolving deltas: 100% (36/36), done.
Cloning into 'D:/Projects/esp-idf/components/openthread/openthread'...
remote: Enumerating objects: 126587, done.
remote: Counting objects: 100% (518/518), done.
remote: Compressing objects: 100% (317/317), done.
remote: Total 126587 (delta 374), reused 206 (delta 201), pack-reused 126069 (from 3)
Receiving objects: 100% (126587/126587), 119.55 MiB | 20.76 MiB/s, done.
Resolving deltas: 100% (100689/100689), done.
Cloning into 'D:/Projects/esp-idf/components/protobuf-c/protobuf-c'...
remote: Enumerating objects: 4388, done.
remote: Counting objects: 100% (1174/1174), done.
remote: Compressing objects: 100% (289/289), done.
remote: Total 4388 (delta 1009), reused 885 (delta 885), pack-reused 3214 (from 2)
Receiving objects: 100% (4388/4388), 1.54 MiB | 6.25 MiB/s, done.
Resolving deltas: 100% (2864/2864), done.
Cloning into 'D:/Projects/esp-idf/components/spiffs/spiffs'...
remote: Enumerating objects: 1553, done.
remote: Counting objects: 100% (70/70), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 1553 (delta 34), reused 48 (delta 24), pack-reused 1483 (from 1)
Receiving objects: 100% (1553/1553), 1.08 MiB | 11.66 MiB/s, done.
Resolving deltas: 100% (1069/1069), done.
Cloning into 'D:/Projects/esp-idf/components/unity/unity'...
remote: Enumerating objects: 7440, done.
remote: Counting objects: 100% (557/557), done.
remote: Compressing objects: 100% (204/204), done.
remote: Total 7440 (delta 427), reused 353 (delta 353), pack-reused 6883 (from 5)
Receiving objects: 100% (7440/7440), 7.20 MiB | 6.14 MiB/s, done.
Resolving deltas: 100% (4554/4554), done.
Submodule path 'components/bootloader/subproject/components/micro-ecc/micro-ecc': checked out '24c60e243580c7868f4334a1ba3123481fe1aa48'
Submodule path 'components/bt/controller/lib_esp32': checked out '1359f195ed834130739f0130322e1a1cd5464a11'
Submodule path 'components/bt/controller/lib_esp32c2/esp32c2-bt-lib': checked out '6db3a4abe6f2f9ec60067a61732c8ef32557e821'
Submodule path 'components/bt/controller/lib_esp32c3_family': checked out '16cda80aab0a008093592b7e304c77dcb3ac9ea4'
remote: Enumerating objects: 146, done.
remote: Counting objects: 100% (146/146), done.
remote: Compressing objects: 100% (60/60), done.
remote: Total 142 (delta 83), reused 139 (delta 80), pack-reused 0 (from 0)
Receiving objects: 100% (142/142), 15.60 MiB | 23.67 MiB/s, done.
Resolving deltas: 100% (83/83), completed with 3 local objects.
From https://github.com/espressif/esp32c5-bt-lib
* branch bbff15b4d8cecad7c9e44b84bc32efc80cb3c6b2 -> FETCH_HEAD
Submodule path 'components/bt/controller/lib_esp32c5/esp32c5-bt-lib': checked out 'bbff15b4d8cecad7c9e44b84bc32efc80cb3c6b2'
remote: Enumerating objects: 438, done.
remote: Counting objects: 100% (438/438), done.
remote: Compressing objects: 100% (190/190), done.
remote: Total 431 (delta 164), reused 427 (delta 160), pack-reused 0 (from 0)
Receiving objects: 100% (431/431), 44.91 MiB | 10.29 MiB/s, done.
Resolving deltas: 100% (164/164), completed with 3 local objects.
From https://github.com/espressif/esp32c6-bt-lib
* branch d8b5341796e19d39aaa011dcdc3b71ca6f9450f0 -> FETCH_HEAD
Submodule path 'components/bt/controller/lib_esp32c6/esp32c6-bt-lib': checked out 'd8b5341796e19d39aaa011dcdc3b71ca6f9450f0'
remote: Enumerating objects: 283, done.
remote: Counting objects: 100% (283/283), done.
remote: Compressing objects: 100% (139/139), done.
remote: Total 276 (delta 167), reused 241 (delta 132), pack-reused 0 (from 0)
Receiving objects: 100% (276/276), 26.84 MiB | 13.33 MiB/s, done.
Resolving deltas: 100% (167/167), completed with 3 local objects.
From https://github.com/espressif/esp32h2-bt-lib
* branch 27ca7c0a074804c382409d01f86f5f46b4382bca -> FETCH_HEAD
Submodule path 'components/bt/controller/lib_esp32h2/esp32h2-bt-lib': checked out '27ca7c0a074804c382409d01f86f5f46b4382bca'
Submodule path 'components/bt/esp_ble_mesh/lib/lib': checked out 'e44762384ed104a0ebc78f134eeba5f3ab648ddc'
Submodule path 'components/bt/host/nimble/nimble': checked out '039d2d62ed97fed632827fd51294f04068b2ca60'
Submodule path 'components/cmock/CMock': checked out 'eeecc49ce8af123cf8ad40efdb9673e37b56230f'
Submodule 'vendor/c_exception' (https://github.com/throwtheswitch/cexception.git) registered for path 'components/cmock/CMock/vendor/c_exception'
Submodule 'vendor/unity' (https://github.com/throwtheswitch/unity.git) registered for path 'components/cmock/CMock/vendor/unity'
Cloning into 'D:/Projects/esp-idf/components/cmock/CMock/vendor/c_exception'...
remote: Enumerating objects: 389, done.
remote: Counting objects: 100% (63/63), done.
remote: Compressing objects: 100% (46/46), done.
remote: Total 389 (delta 24), reused 42 (delta 15), pack-reused 326 (from 1)
Receiving objects: 100% (389/389), 581.81 KiB | 8.19 MiB/s, done.
Resolving deltas: 100% (177/177), done.
Cloning into 'D:/Projects/esp-idf/components/cmock/CMock/vendor/unity'...
remote: Enumerating objects: 7440, done.
remote: Counting objects: 100% (557/557), done.
remote: Compressing objects: 100% (204/204), done.
remote: Total 7440 (delta 427), reused 353 (delta 353), pack-reused 6883 (from 5)
Receiving objects: 100% (7440/7440), 7.20 MiB | 14.78 MiB/s, done.
Resolving deltas: 100% (4554/4554), done.
Submodule path 'components/cmock/CMock/vendor/c_exception': checked out '71b47be7c950f1bf5f7e5303779fa99a16224bb6'
Submodule path 'components/cmock/CMock/vendor/unity': checked out 'cf949f45ca6d172a177b00da21310607b97bc7a7'
Submodule path 'components/esp_coex/lib': checked out 'ee5cd79583c02f23e43e62931ffb55f5a4992d0f'
Submodule path 'components/esp_phy/lib': checked out '3d57415af6e4c92eff2c4c3463e20a51d7340aba'
remote: Enumerating objects: 28407, done.
remote: Counting objects: 100% (28390/28390), done.
remote: Compressing objects: 100% (5791/5791), done.
remote: Total 28040 (delta 23231), reused 27036 (delta 22249), pack-reused 0 (from 0)
Receiving objects: 100% (28040/28040), 661.94 MiB | 19.72 MiB/s, done.
Resolving deltas: 100% (23231/23231), completed with 55 local objects.
From https://github.com/espressif/esp32-wifi-lib
* branch f1b31f96ca256e6a807a4bc484f77bce167dbddf -> FETCH_HEAD
Submodule path 'components/esp_wifi/lib': checked out 'f1b31f96ca256e6a807a4bc484f77bce167dbddf'
Submodule path 'components/heap/tlsf': checked out '2867f6883a12920b1969ff9624c0ab0e4185c2ce'
Submodule path 'components/lwip/lwip': checked out 'fd432e4ee2cfb7f7f1c7eb7227e0173412e7b84e'
Submodule path 'components/mbedtls/mbedtls': checked out '1d215643330bb13857a13e3d1403693f6a71976d'
remote: Enumerating objects: 990, done.
remote: Counting objects: 100% (977/977), done.
remote: Compressing objects: 100% (346/346), done.
remote: Total 932 (delta 422), reused 906 (delta 403), pack-reused 0 (from 0)
Receiving objects: 100% (932/932), 8.28 MiB | 15.67 MiB/s, done.
Resolving deltas: 100% (422/422), completed with 2 local objects.
From https://github.com/espressif/esp-thread-lib
* branch 656dc95b36de89a5164667e675f9a8121399bde6 -> FETCH_HEAD
Submodule path 'components/openthread/lib': checked out '656dc95b36de89a5164667e675f9a8121399bde6'
Submodule path 'components/openthread/openthread': checked out '03933d9b76cb7075cc29a6648b42b217971f82a5'
Submodule 'third_party/mbedtls/repo' (https://github.com/Mbed-TLS/mbedtls.git) registered for path 'components/openthread/openthread/third_party/mbedtls/repo'
Cloning into 'D:/Projects/esp-idf/components/openthread/openthread/third_party/mbedtls/repo'...
remote: Enumerating objects: 278085, done.
remote: Counting objects: 100% (582/582), done.
remote: Compressing objects: 100% (257/257), done.
remote: Total 278085 (delta 415), reused 328 (delta 325), pack-reused 277503 (from 3)
Receiving objects: 100% (278085/278085), 137.82 MiB | 21.71 MiB/s, done.
Resolving deltas: 100% (215637/215637), done.
Submodule path 'components/openthread/openthread/third_party/mbedtls/repo': checked out 'e185d7fd85499c8ce5ca2a54f5cf8fe7dbe3f8df'
Submodule 'framework' (https://github.com/Mbed-TLS/mbedtls-framework) registered for path 'components/openthread/openthread/third_party/mbedtls/repo/framework'
Cloning into 'D:/Projects/esp-idf/components/openthread/openthread/third_party/mbedtls/repo/framework'...
remote: Enumerating objects: 215304, done.
remote: Counting objects: 100% (314/314), done.
remote: Compressing objects: 100% (115/115), done.
remote: Total 215304 (delta 250), reused 206 (delta 199), pack-reused 214990 (from 3)
Receiving objects: 100% (215304/215304), 96.86 MiB | 20.78 MiB/s, done.
Resolving deltas: 100% (166272/166272), done.
Submodule path 'components/openthread/openthread/third_party/mbedtls/repo/framework': checked out '457996474728cb8e968ed21953b72f74d2f536b2'
Submodule path 'components/protobuf-c/protobuf-c': checked out 'abc67a11c6db271bedbb9f58be85d6f4e2ea8389'
Submodule path 'components/spiffs/spiffs': checked out '0dbb3f71c5f6fae3747a9d935372773762baf852'
Submodule path 'components/unity/unity': checked out 'bf560290f6020737eafaa8b5cbd2177c3956c03f'
PS D:\projects> cd esp-idf
PS D:\projects\esp-idf> git checkout v5.5.2
Updating files: 100% (12412/12412), done.
M components/bt/controller/lib_esp32
M components/bt/controller/lib_esp32c2/esp32c2-bt-lib
M components/bt/controller/lib_esp32c3_family
M components/bt/controller/lib_esp32c5/esp32c5-bt-lib
M components/bt/controller/lib_esp32c6/esp32c6-bt-lib
M components/bt/controller/lib_esp32h2/esp32h2-bt-lib
M components/bt/esp_ble_mesh/lib/lib
M components/bt/host/nimble/nimble
M components/esp_coex/lib
M components/esp_wifi/lib
M components/mbedtls/mbedtls
M components/openthread/lib
M components/openthread/openthread
Note: switching to 'v5.5.2'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 30aaf64524 change(version): Update version to 5.5.2
PS D:\projects\esp-idf> git submodule update --init --depth 1
Submodule 'components/json/cJSON' (https://github.com/DaveGamble/cJSON.git) registered for path 'components/json/cJSON'
Submodule 'components/mqtt/esp-mqtt' (https://github.com/espressif/esp-mqtt.git) registered for path 'components/mqtt/esp-mqtt'
Cloning into 'D:/Projects/esp-idf/components/json/cJSON'...
Cloning into 'D:/Projects/esp-idf/components/mqtt/esp-mqtt'...
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Enumerating objects: 18, done.
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 4 (delta 2), reused 2 (delta 0), pack-reused 0 (from 0)
Unpacking objects: 100% (4/4), 20.52 KiB | 538.00 KiB/s, done.
From https://github.com/espressif/esp32-bt-lib
* branch a184fa951eb366c3d99a968a4171feb33b99fb82 -> FETCH_HEAD
Submodule path 'components/bt/controller/lib_esp32': checked out 'a184fa951eb366c3d99a968a4171feb33b99fb82'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 1 (delta 0), pack-reused 0 (from 0)
Unpacking objects: 100% (4/4), 46.00 KiB | 772.00 KiB/s, done.
From https://github.com/espressif/esp32c2-bt-lib
* branch c82c623de457e1b06cf0dad5c963d023dbb6fe76 -> FETCH_HEAD
Submodule path 'components/bt/controller/lib_esp32c2/esp32c2-bt-lib': checked out 'c82c623de457e1b06cf0dad5c963d023dbb6fe76'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Enumerating objects: 19, done.
remote: Counting objects: 100% (19/19), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 8 (delta 4), reused 4 (delta 0), pack-reused 0 (from 0)
Unpacking objects: 100% (8/8), 583.97 KiB | 2.53 MiB/s, done.
From https://github.com/espressif/esp32c3-bt-lib
* branch 9b50531537e755792ac827d00d233eab499a0b37 -> FETCH_HEAD
Submodule path 'components/bt/controller/lib_esp32c3_family': checked out '9b50531537e755792ac827d00d233eab499a0b37'
Submodule path 'components/bt/controller/lib_esp32c5/esp32c5-bt-lib': checked out 'e97692ec3090b03cba9e49a75d248e2dbbfda25c'
Submodule path 'components/bt/controller/lib_esp32c6/esp32c6-bt-lib': checked out 'd2dffe055672f10ff5fbeb359c533d9561c33ea4'
Submodule path 'components/bt/controller/lib_esp32h2/esp32h2-bt-lib': checked out 'efca94610a5e62b8d18abf8a5f6a07b6b23b72ca'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Enumerating objects: 26, done.
remote: Counting objects: 100% (24/24), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 8 (delta 1), reused 5 (delta 0), pack-reused 0 (from 0)
Unpacking objects: 100% (8/8), 1.05 MiB | 6.15 MiB/s, done.
From https://github.com/espressif/esp-ble-mesh-lib
* branch d9fe7de9a9eb2a4e4c51172b9c303f9d800706fa -> FETCH_HEAD
Submodule path 'components/bt/esp_ble_mesh/lib/lib': checked out 'd9fe7de9a9eb2a4e4c51172b9c303f9d800706fa'
Submodule path 'components/bt/host/nimble/nimble': checked out '9551ac31af0348d7de6cbe7527de3e5ba205460d'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Enumerating objects: 56, done.
remote: Counting objects: 100% (56/56), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 20 (delta 9), reused 15 (delta 4), pack-reused 0 (from 0)
Unpacking objects: 100% (20/20), 33.59 KiB | 312.00 KiB/s, done.
From https://github.com/espressif/esp-coex-lib
* branch 63e292b57b2cda9f9496a71a04bec43e1f0caeba -> FETCH_HEAD
Submodule path 'components/esp_coex/lib': checked out '63e292b57b2cda9f9496a71a04bec43e1f0caeba'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Enumerating objects: 310, done.
remote: Counting objects: 100% (310/310), done.
remote: Compressing objects: 100% (54/54), done.
remote: Total 65 (delta 51), reused 22 (delta 11), pack-reused 0 (from 0)
Unpacking objects: 100% (65/65), 2.78 MiB | 2.86 MiB/s, done.
From https://github.com/espressif/esp32-wifi-lib
* branch 01d52d9e69032c486015dc28b08c3bf6aaf348a9 -> FETCH_HEAD
Submodule path 'components/esp_wifi/lib': checked out '01d52d9e69032c486015dc28b08c3bf6aaf348a9'
Submodule path 'components/json/cJSON': checked out 'c859b25da02955fef659d658b8f324b5cde87be3'
Submodule path 'components/mbedtls/mbedtls': checked out 'ffb280bb63c78bfec1e1ab55040671768c85c923'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Enumerating objects: 77, done.
remote: Counting objects: 100% (77/77), done.
remote: Compressing objects: 100% (46/46), done.
remote: Total 47 (delta 24), reused 11 (delta 0), pack-reused 0 (from 0)
Unpacking objects: 100% (47/47), 18.15 KiB | 81.00 KiB/s, done.
From https://github.com/espressif/esp-mqtt
* branch 6af4446a48ea7fa54948edc4e62277ed70abb6e1 -> FETCH_HEAD
Submodule path 'components/mqtt/esp-mqtt': checked out '6af4446a48ea7fa54948edc4e62277ed70abb6e1'
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Enumerating objects: 42, done.
remote: Counting objects: 100% (42/42), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 10 (delta 4), reused 8 (delta 2), pack-reused 0 (from 0)
Unpacking objects: 100% (10/10), 68.64 KiB | 549.00 KiB/s, done.
From https://github.com/espressif/esp-thread-lib
* branch e9980c56558876ae1102be8ae9dc70821aded72c -> FETCH_HEAD
Submodule path 'components/openthread/lib': checked out 'e9980c56558876ae1102be8ae9dc70821aded72c'
error: The following untracked working tree files would be overwritten by checkout:
third_party/mbedtls/repo/.gitattributes
third_party/mbedtls/repo/.github/ISSUE_TEMPLATE/bug_report.md
third_party/mbedtls/repo/.github/ISSUE_TEMPLATE/config.yml
third_party/mbedtls/repo/.github/ISSUE_TEMPLATE/feature_request.md
third_party/mbedtls/repo/.github/pull_request_template.md
third_party/mbedtls/repo/.gitignore
third_party/mbedtls/repo/.gitmodules
third_party/mbedtls/repo/.globalrc
third_party/mbedtls/repo/.mypy.ini
third_party/mbedtls/repo/.pylintrc
third_party/mbedtls/repo/.readthedocs.yaml
third_party/mbedtls/repo/.travis.yml
third_party/mbedtls/repo/.uncrustify.cfg
third_party/mbedtls/repo/3rdparty/.gitignore
third_party/mbedtls/repo/3rdparty/CMakeLists.txt
third_party/mbedtls/repo/3rdparty/Makefile.inc
third_party/mbedtls/repo/3rdparty/everest/.gitignore
third_party/mbedtls/repo/3rdparty/everest/CMakeLists.txt
third_party/mbedtls/repo/3rdparty/everest/Makefile.inc
third_party/mbedtls/repo/3rdparty/everest/README.md
third_party/mbedtls/repo/3rdparty/everest/include/everest/Hacl_Curve25519.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/everest.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlib.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlib/FStar_UInt128.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/c_endianness.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/builtin.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/callconv.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/compat.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/debug.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/target.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/types.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/internal/wasmsupport.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/vs2013/Hacl_Curve25519.h
third_party/mbedtls/repo/3rdparty/everest/include/everest/x25519.h
third_party/mbedtls/repo/3rdparty/everest/library/Hacl_Curve25519.c
third_party/mbedtls/repo/3rdparty/everest/library/Hacl_Curve25519_joined.c
third_party/mbedtls/repo/3rdparty/everest/library/everest.c
third_party/mbedtls/repo/3rdparty/everest/library/kremlib/FStar_UInt128_extracted.c
third_party/mbedtls/repo/3rdparty/everest/library/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c
third_party/mbedtls/repo/3rdparty/everest/library/legacy/Hacl_Curve25519.c
third_party/mbedtls/repo/3rdparty/everest/library/x25519.c
third_party/mbedtls/repo/3rdparty/p256-m/CMakeLists.txt
third_party/mbedtls/repo/3rdparty/p256-m/Makefile.inc
third_party/mbedtls/repo/3rdparty/p256-m/README.md
third_party/mbedtls/repo/3rdparty/p256-m/p256-m/README.md
third_party/mbedtls/repo/3rdparty/p256-m/p256-m/p256-m.c
third_party/mbedtls/repo/3rdparty/p256-m/p256-m/p256-m.h
third_party/mbedtls/repo/3rdparty/p256-m/p256-m_driver_entrypoints.c
third_party/mbedtls/repo/3rdparty/p256-m/p256-m_driver_entrypoints.h
third_party/mbedtls/repo/BRANCHES.md
third_party/mbedtls/repo/BUGS.md
third_party/mbedtls/repo/CMakeLists.txt
third_party/mbedtls/repo/CONTRIBUTING.md
third_party/mbedtls/repo/ChangeLog
third_party/mbedtls/repo/ChangeLog.d/00README.md
third_party/mbedtls/repo/LICENSE
third_party/mbedtls/repo/Makefile
third_party/mbedtls/repo/README.md
third_party/mbedtls/repo/SECURITY.md
third_party/mbedtls/repo/SUPPORT.md
third_party/mbedtls/repo/cmake/MbedTLSConfig.cmake.in
third_party/mbedtls/repo/configs/README.txt
third_party/mbedtls/repo/configs/config-ccm-psk-dtls1_2.h
third_party/mbedtls/repo/configs/config-ccm-psk-tls1_2.h
third_party/mbedtls/repo/configs/config-no-entropy.h
third_party/mbedtls/repo/configs/config-suite-b.h
third_party/mbedtls/repo/configs/
Aborting
fatal: Unable to checkout '36b14d3ef74f5e37e5be8902e1c1955a642fdfbf' in submodule path 'components/openthread/openthread'
PS D:\projects\esp-idf>Steps to reproduce the behavior
Just following the installation process
Project release version
esp-idf 5.5.2
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 11
Shell
PowerShell
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels