Files
arduino-esp32/tools/sdk/esp32c3/bin/bootloader_dio_40m.bin

125 lines
17 KiB
Plaintext
Raw Normal View History

<EFBFBD><00><@<40>a<>?<3F><00><><EFBFBD><EFBFBD>Assert failed in %s, %s:%d (%s)
2021-04-14 18:10:05 +03:00
abort() was called at PC 0x%08x
bootE (%u) %s: load partition table error!
E (%u) %s: bootloader_flash_read src_addr 0x%x not 4-byte aligned
E (%u) %s: bootloader_flash_read size 0x%x not 4-byte aligned
E (%u) %s: bootloader_flash_read dest 0x%x not 4-byte aligned
E (%u) %s: bootloader_flash_write dest_addr 0x%x not %d-byte aligned
E (%u) %s: bootloader_flash_write size 0x%x not %d-byte aligned
E (%u) %s: bootloader_flash_write src 0x%x not 4 byte aligned
bootloader_flashE (%u) %s: tried to bootloader_mmap twice
E (%u) %s: bootloader_mmap excess size %x
E (%u) %s: cache_flash_mmu_set failed: %d
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
bootloader_debug_bufferlength <= 128IDF/components/bootloader_support/src/bootloader_utility.cE (%u) %s: ota_info partition size %d is too small (minimum %d bytes)
2021-04-14 18:10:05 +03:00
I (%u) %s: Defaulting to factory image
I (%u) %s: No factory image, trying OTA 0
E (%u) %s: ota data partition invalid, falling back to factory
E (%u) %s: ota data partition invalid and no factory, will try all partitions
E (%u) %s: No bootable test partition in the partition table
W (%u) %s: Falling back to test app as only bootable partition
E (%u) %s: No bootable app partitions in the partition table
unknowntest appUnknown appNVS keysefuseUnknown dataOTA dataRF dataOTA appfactory appWiFi dataE (%u) %s: bootloader_mmap(0x%x, 0x%x) failed
E (%u) %s: Failed to verify partition table
I (%u) %s: Partition Table:
I (%u) %s: ## Label Usage Type ST Offset Length
I (%u) %s: %2d %-16s %-16s %02x %02x %08x %08x
I (%u) %s: End of partition table
I (%u) %s: Disabling RNG early entropy source...
DROME (%u) %s: Image contains multiple %s segments. Only the last one will be mapped.
IROM is not bootableE (%u) %s: Factory app partition%s
E (%u) %s: Factory test app partition%s
E (%u) %s: OTA app partition slot %d%s
E (%u) %s: Error in write_otadata operation. err = 0x%x
I (%u) %s: Set actual ota_seq=%d in otadata[0]
I (%u) %s: Loaded app from partition at offset 0x%x
bootloader_util_regions_overlapverify_load_addressesend1>start1IDF/components/bootloader_support/include/bootloader_util.hend2>start2E (%u) %s: partition size 0x%x invalid, larger than 16MB
E (%u) %s: image at 0x%x has invalid magic byte (nothing flashed here?)
E (%u) %s: image at 0x%x segment count %d exceeds max %d
E (%u) %s: Checksum failed. Calculated 0x%x read 0x%x
2021-04-14 18:10:05 +03:00
Calculated hashE (%u) %s: Image hash failed - image is corrupt
Expected hashesp_imageE (%u) %s: Image length %d doesn't fit in partition length %d
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
loadmapoverlaps loader IRAMoverlaps bootloader databad load address rangeoverlaps bootloader stackE (%u) %s: bootloader_flash_read failed at 0x%08x
2021-04-14 18:10:05 +03:00
E (%u) %s: invalid segment length 0x%x
E (%u) %s: Segment %d load address 0x%08x, doesn't match data 0x%08x
I (%u) %s: segment %d: paddr=%08x vaddr=%08x size=%05xh (%6d) %s
load_end > load_addrIDF/components/bootloader_support/src/esp_image_format.cE (%u) %s: Segment %d 0x%08x-0x%08x invalid: %s
E (%u) %s: image offset has wrapped
2021-04-14 18:10:05 +03:00
flash_partsE (%u) %s: partition %d invalid - offset 0x%x size 0x%x exceeds flash chip size 0x%x
E (%u) %s: Only one MD5 checksum is allowed
E (%u) %s: Incorrect MD5 checksum
E (%u) %s: partition %d invalid magic number 0x%x
E (%u) %s: partition table has no terminating entry, not valid
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
bootloader_sha256_databootloader_sha256_finishhandle != NULLIDF/components/bootloader_support/src/esp32c3/bootloader_sha.cdata_len % 4 == 0bootloader_init40MHz80MHz20MHz26.7MHzQOUTDIODOUTFAST READQIOSLOW READ1MB16MB4MB8MB2MB&_bss_start <= &_bss_endIDF/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c&_data_start <= &_data_endboot.esp32c3I (%u) %s: SPI Speed : %s
2021-04-14 18:10:05 +03:00
I (%u) %s: SPI Mode : %s
I (%u) %s: SPI Flash Size : %s
W (%u) %s: PRO CPU has been reset by WDT.
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
bootloaderapplicationboot_commE (%u) %s: mismatch chip ID, expected %d, found %d
E (%u) %s: This chip is revision %d but the application is configured for minimum revision %d. Can't run.
I (%u) %s: chip revision: %d, min. %s chip revision: %d
2021-04-14 18:10:05 +03:00
bootloader_fill_randombuffer != NULLIDF/components/bootloader_support/src/bootloader_random.cI (%u) %s: chip revision: %d
I (%u) %s: Enabling RNG early entropy source...
v4.4-dev-2313-gc69f0ec32I (%u) %s: ESP-IDF %s 2nd stage bootloader
I (%u) %s: compile time 12:10:59
2021-04-14 18:10:05 +03:00
E (%u) %s: failed to load bootloader image header!
rtc_clk_initE (%u) %s: invalid CPU frequency value
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
E (%u) %s: unsupported frequency configuration
2021-04-14 18:10:05 +03:00
rtc_clkE (%u) %s: invalid frequency
W (%u) %s: invalid RTC_XTAL_FREQ_REG value: 0x%08x
<00><@< 1qߓ<00>Ǘ<00><00>(<19><>0`<16><00>Ǘ<00>
<EFBFBD>E<08> <20><><EFBFBD><EFBFBD>@2<08> X <0A><> <12><>7f<37>?7e<37>?<06>E<15> <20><><EFBFBD>e<EFBFBD><08> <20>x<EFBFBD><07><>*<2A><><05><>E) <20>E<08>0 #<23><>g<00><>yq<06>"<22>&<26>J<EFBFBD>N<EFBFBD>R<EFBFBD><52> <20><1D>Gc<47><63><02>GG<>FF<>E<06>@<40><><EFBFBD><EFBFBD>`<60><>GG<>FF<>E<05><06>@<40><><EFBFBD><EFBFBD><00><> <20><1A>Gc<47><63>7<>`<60>'<27><>G#&<26>77<1D><><EFBFBD>`<07>#<23><>
2021-04-14 18:10:05 +03:00
<03><>
<EFBFBD><00>U<EFBFBD>#<23><>
#<23>
]&7g<37>?<3F>g<EFBFBD>?<00><>c<><63><02>v<EFBFBD>?7v<37>?<3F><><06><06><><EFBFBD>07u<37>?<05><><EFBFBD>0@'<27>G<EFBFBD><13><>7<EFBFBD>`<60>'<27><>gA<>7g<37>?<3F>g<EFBFBD>?<10><>Gc<><63><00>v<EFBFBD>?7v<37>?<3F><><06><><EFBFBD>@]<5D><>&<26> <20><><EFBFBD><EFBFBD>`:<3A> <20><><EFBFBD><EFBFBD> 5<> <20><><EFBFBD><EFBFBD><EFBFBD><<3C>G `<60>Cy<43><79><EFBFBD><EFBFBD>Cu<43><75>Õ,<2C>)i! &5.*<2A>c<1A>.*<2A>c<1A>d<EFBFBD>?<13><><0E><10>u<EFBFBD>Pp<50>FF<>E<05><07> O<> <09>?<03> <09><> <20><>瀀<EFBFBD><E78080> <20><><EFBFBD><EFBFBD>@<40><><EFBFBD><EFBFBD><0E><>7G<><47><EFBFBD><0E><>c<EFBFBD><63>c<>=Gc<47><63><18>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>6<EFBFBD><36>Pt<50>F<EFBFBD><46>7t<37>?7u<37>?<06><05><04> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7`<60>G<13>wcM<13><>cN<13><>cO<13>c@<13>'cA<16>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>6<EFBFBD><36><10>n<EFBFBD>F<EFBFBD><46>7u<37>?<06><05><06> <20><>瀀ۃ<E78080>4 G<><47>c<EFBFBD><63>ck<63>c<><14>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>6<EFBFBD><36>0k<30>F<EFBFBD><46>7u<37>?<06><05><08> <20><><EFBFBD><EFBFBD><EFBFBD>׃<EFBFBD>4 G<>D<EFBFBD><44>c<EFBFBD><63>cg<63><12>4<EFBFBD><00><04> <20><><EFBFBD><EFBFBD> $*<2A><03> <09><>g<EFBFBD>A<10>fAf<41><66>D<01> <20><><EFBFBD><EFBFBD> <20>R<EFBFBD><52> <20><><EFBFBD><EFBFBD><EFBFBD>!<21> <20>NE<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<15>Gc<47><63><02>pE<70>ק<00><><EFBFBD><EFBFBD><EFBFBD><10>b<EFBFBD><62>7u<37>?<06><05>
<EFBFBD> <20><>瀀Ϸ `<60>Cg<04><><EFBFBD>Cw<><77><EFBFBD>÷<EFBFBD> ` G<><47> $q,<2C>P"TJ<54><4A>TY<>IbJEa<45><61><EFBFBD>v<EFBFBD>?<3F><><06>A<EFBFBD><41>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>Y<EFBFBD><59>v<EFBFBD>?<3F><><06><><EFBFBD><EFBFBD>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>鵷v<E9B5B7>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>v<EFBFBD>?<3F><><06>]<5D><>v<EFBFBD>?<3F><>F<EFBFBD>u<EFBFBD><75>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>M<EFBFBD> Gc<47><63>G<><47><EFBFBD><EFBFBD><EFBFBD>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>ٵ<EFBFBD>v<EFBFBD>?<3F><>F<EFBFBD>u<EFBFBD><75>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>M<EFBFBD><4D>v<EFBFBD>?<3F><><EFBFBD><EFBFBD>e<EFBFBD> G<>D<EFBFBD><44><EFBFBD><EFBFBD>G<>D<EFBFBD><44><EFBFBD><EFBFBD><EFBFBD>D<EFBFBD><44>EΗ <20><><EFBFBD><EFBFBD>@<40><>@<40>G<EFBFBD><47><EFBFBD><04><><EFBFBD>?c<><63>"G<><00><>g<07>ُ>ęg<C499><67><EFBFBD>O#<16><00>0 <0A><>5"E7<07><>}y<>]<5D>*<2A><>@@<05><>%"E7<07><>}<17>Ey<45>]<5D>*ġ.<2E><>`<60>@#<23>}W<><57>a<><61>E<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G<EFBFBD><19><><EFBFBD><EFBFBD>%<25>A<11><07>?"<22><03><07><06><>*<08><>@"DA<01><>7e<37>?<3F>g<EFBFBD>?<00><>3<><33>@<40>E#<23><>g#<23><>e<EFBFBD>?A<11>FaF<61><46><EFBFBD>E<06><>0w <0A><><10>E<EFBFBD><45>7f<37>?7u<37>?<06><05>/<2F> <20><>瀀<EFBFBD>}U<>@A<01><><06><> @T*<2A><><10>B<EFBFBD>F<EFBFBD><46>7f<37>?7u<37>?<06><05>#<23> <20><><EFBFBD><EFBFBD>`<60>7e<37>?<3F>E<05><0E><10>G<EFBFBD>@35<33>3<05>@a<><61><11><>`<60><>
<EFBFBD><06>><3E>"<22><02><>0<EFBFBD>D<EFBFBD>E
<EFBFBD><EFBFBD>0<EFBFBD>I
<EFBFBD><EFBFBD>0PE<EFBFBD>FF<>E
<EFBFBD><EFBFBD>0<EFBFBD><14>0<EFBFBD>j*<2A>
<EFBFBD><EFBFBD>0PB e<05>2<EFBFBD>5<EFBFBD><06>><3E>F3<05><02> <20><><EFBFBD><EFBFBD><EFBFBD>.*<2A><>F<EFBFBD>E
<EFBFBD><EFBFBD>0p.
<EFBFBD><EFBFBD>0B
<EFBFBD><EFBFBD>0<EFBFBD>@<40>G>ķ<>`<60><>(><3E><>0<EFBFBD>=(<00>E<EFBFBD>0<EFBFBD>B(<00>0p><3E>@bDa<><61>A<06><>05<30><35>7f<37>?7u<37>?<06><05>%<25> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@Ao <20>+A<06>"<22><>p2<70><32>7d<37>?<3F>v<EFBFBD>?7u<37>?<06><14><>)<05>*<2A> <20><>瀀<EFBFBD><E78080>0<06>"D<>@<40><>7u<37>?<05>-A#<23><>g<00><>A<06><><10>+E<> <20><><EFBFBD><E780A0>@@!<21>@qf<71>eb <20><><05>EAo<10>*A<11>FF<>E<05> <06><> <20><00>7<07><00><>Ww<>ُ<>@Ag<07>y<EFBFBD>]<5D>A<01><><EFBFBD>s<>;<3B><06><08><>:<3A>
s<EFBFBD>;<3B>g<13><07>s':7s';7<07>s&:7<06>s6;7<00>s&:7<><37>sF;<06>s&:7<><37>sV;<13><07>s&:7<>sf;7<06>s&:7<> sv;7<00>s&:7<>s<10>;<06>s&&:7<06>s<10>;<13><07>s&&:7s<10>;s&':7<06>s<10>;7<00>s&&:7s<10>;<3B><>6:<3A>s<><73>;<3B><><07><><EFBFBD>7:<3A>@<40>s<><73>;s'7:s<><73>;<3B><00><><EFBFBD>7:<3A><>9q.<2E>7<EFBFBD>`<60>&<08>G<EFBFBD>7F<37><46>}<16><><EFBFBD><06>"<22>&<26>*<2A>Տ# <20>4[<5B>G<EFBFBD>!<21>t<>?7<02>"E}<16><><EFBFBD>ՏU<D58F><<3C>u<><0F>@<40>
"Eu<45><75>@@ <0A><>`<60>C<EFBFBD><00><><06>U<EFBFBD><55><EFBFBD><EFBFBD>C<EFBFBD><43><EFBFBD><EFBFBD><EFBFBD>u<><75>D<EFBFBD><00><>E<> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>&<26><>00q7E$3<><33><02>0pq<08>00d "<22><>D<EFBFBD>0<EFBFBD>]<15><><10> <0A><>7v<37>?7u<37>?34<><10><><EFBFBD><EFBFBD> z<> p2<10>00ts% ~<7E>5<EFBFBD>&<26><>F3<05><02> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>s%~<7E>G<15>7<04><><04>}<7D>I<EFBFBD><49>"<22>c<><63>E<>0&<26><17>c<><00><05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>E<>0P&"EI<45><05><>0<EFBFBD>6"EM<45> <0A><>0<EFBFBD>,<2C>PbT<62>T!a<><61>=@,)"<22>&<26><06>J<EFBFBD>N<EFBFBD>R<EFBFBD><56><C2AA><00><>瀠p*<2A><><00><><EFBFBD><EFBFBD>qIēZdZ<><00>Y$y<>u<>a<><61><EFBFBD><EFBFBD>z<><03><><EFBFBD>t<><03><><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD><57>V<EFBFBD><56><00><><EFBFBD><EFBFBD> W<><57>R<EFBFBD><52><00><><EFBFBD><EFBFBD>`V<><56>N<EFBFBD><4E><00><>瀠U<E780A0>Gc<47><63><00><>"<22><><00><>瀀T<E78080>Gc<47>'bD<62>@<40>I"J<>J<EFBFBD><4A>J<EFBFBD><4A>DBIa<03><>gcR5I1D<31>IAJ<41>J=EI<45><49>@bD<62>DBI<42>I"J<>Ja<><61><EFBFBD>7`<60>Og <0C>ϘKw<><77><EFBFBD>˘K<01><>˷'`<60>Og <0C>ϘKw<><77>g<02>˘K<01><>˂<EFBFBD><CB82>6`<60>F<EFBFBD> <00>]<5D><>Ʒ&`<60><46>Ƃ<EFBFBD>AE<06><>=<3D>@A<> `<03><> <05><05><><EFBFBD><EFBFBD><07>?G<><47><EFBFBD><EFBFBD><03><>g<00><><EFBFBD><05><><EFBFBD><03><>g<03>A<06>"<22>s$ ~<7E><00><>瀠A<E780A0><07>>3<05><02>@3U<33>"DA<01><><EFBFBD><EFBFBD>F}U<03><>g<00>IA<>Wc<07>Mu5%<00><>E<><45>A&<26><06><><C4AA>7 <09><>L&<26><>73<05>@5<00>@"D<>DA<01><>Eտ"<22>&<26>J<EFBFBD>΃G<CE83>G<>*<2A><>ُG.<2E><>Dc<44><63><02>7<EFBFBD>G<EFBFBD>G<><00><><EFBFBD>7v<37>?7u<37>?]<5D><>F<05><0F><00><>瀀<EFBFBD><E78080>T<EFBFBD><00><04>G<EFBFBD>*<2A>c{<7B>?G<><00>F<EFBFBD><46>7v<37>?7u<37>?<13><00><><EFBFBD><EFBFBD>`<60><>T<EFBFBD>@bD&<26>BI<42>Da<><61><EFBFBD><E389A7>=<3D><><EFBFBD>Fc 7w<37>?G<0E>G<EFBFBD>7v<37>?7u<37>?<05><19><00><><EFBFBD><EFBFBD>@<40><><EFBFBD>7w<37>?<07> <0A><><EFBFBD>WɉɃ<C989><03><00><><EFBFBD>WÅG><3E><><EFBFBD><EFBFBD>Gm<47>QA <09>c<EFBFBD><63><00><><19><>n<EFBFBD><6E><EFBFBD><EFBFBD><EFBFBD>7<EFBFBD>ŷ <0A><06>"<22>*<2A><>5#<06>}=<3D><06>l"<22>Fe7<65>@bDa<><61>}U<><55><EFBFBD>Gc
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
<EFBFBD><00>G ʼnGc<08><00>W><3E><><EFBFBD><EFBFBD>g<EFBFBD>忙g<E5BF99>Ϳ<05><03><>yqJ<71>7i<37>? <00>G <06>"<22>&<26>N<EFBFBD>R<EFBFBD><56>=7f<37>?<3F><>7e<37>?<06>02<><00><><EFBFBD><EFBFBD><00>E<>P"T<>TY<>IbJ<62>JEa<45><61><EFBFBD>?<00><>c<EFBFBD><63><02>;<3B><>7f<37>?7e<37>?<3F><><06>0<05>4<EFBFBD><00><><EFBFBD><EFBFBD>@<40>ѷAg<41> <09><><EFBFBD><EFBFBD>3t5<01><00><><EFBFBD><EFBFBD> *<2A><><EFBFBD><EFBFBD><00><>3<>4Av<41>GA<47><41>3<><33><00><E<><00><><EFBFBD><EFBFBD>`<1D>*Ɲ;<3B>F<EFBFBD><46>7f<37>?7e<37>?<06>0<05>7<EFBFBD><00><><EFBFBD><EFBFBD><00>R<EFBFBD><52><00><><EFBFBD><EFBFBD><EFBFBD><11><>R<EFBFBD><52><00><><EFBFBD><EFBFBD> <11>G7<#<00>"<22><><EFBFBD>A"<22>7d<37>?<00>GƅǗ<00><><EFBFBD><EFBFBD>@<0E><00><><EFBFBD><EFBFBD> <09><00><><EFBFBD><EFBFBD><EFBFBD><10>g<EFBFBD>?}W##<23><><10>@"DA<01><>9qJ<71><06>"<22>&<26>N<EFBFBD>R<EFBFBD>V<EFBFBD>Z<EFBFBD>^<5E>b<EFBFBD>fʓw5*<2A><><EFBFBD><EFBFBD>97f<37>?<3F><>7e<37><06>0<05><17><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>}T"<22><>PbT<62>TBY<42>Y"Z<>Z[<5B>KbL<62>L!a<><61><EFBFBD>w6<00><>2<EFBFBD>y12F<32><46>7e<37>?<3F><>7f<37>?<06>0m<><13>5.<2E> ̵17f<37>?<3F><>7e<37><06>0 i<><69><EFBFBD>q<EFBFBD><71><04><00><>A{<7B>k<EFBFBD>?㉙<><E38999><EFBFBD> <10><> <00><>ic<><63><06><00><><EFBFBD><EFBFBD>@<40>*<2A><><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>GG<>V<><56>?<E<><00><><EFBFBD><EFBFBD> <1D>*<2A> 1<>F<EFBFBD><46>7f<37>?7e<37>?<06>0<05>7<EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>b<EFBFBD><62><00><><EFBFBD><1D>b<EFBFBD>#<23>\<01><00><><EFBFBD>7?<N<>3VAB<><42>)Aҗ<41>Ñ <09><><00><><EFBFBD><EFBFBD>@<40>2F<32><46>҅J<D285><4A><00><><EFBFBD><EFBFBD><00>*<2A>&<26><><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"<22>bT<62>P<EFBFBD>TBY<42>Y"Z<>Z[<5B>KbL<62>L!a!<21>"<22><06>*<2A>G<><47><02>w<EFBFBD><02><>:¡>G7f<37>?<3F><>7e<37>?<3F><><06>0$<24><00><><EFBFBD><EFBFBD><00>}U<>@bDa<><61><EFBFBD>w<EFBFBD><02><>2<EFBFBD>:<3A>6"F<><46>7e<37>?<3F><>7f<37>?G<06>0<05>(鷓<>5<00><>.<2E>6<>E7f<37>?<06>0<EFBFBD><30><EFBFBD><EFBFBD>7e<37>?<05>,<2C><00><>瀀<EFBFBD>e<EFBFBD>6<EFBFBD>2<EFBFBD>.—<00><>瀀<EFBFBD><E78080>9A<39><41>F<EFBFBD>E"F"<22><>ʗ<00><><EFBFBD><EFBFBD> <20>bD<62>@a<><61><EFBFBD><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ſAƗ<00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@A=<3D>7'`<60>7 <00><><EFBFBD>#<23><03><>7<00>}3xh#<23><03><>7<00>}3xh#<23><03><>7<00>3hh#<23><03>7}3xh7p3hh#<23><03>As3xh3e<33><00>ӈO7<00>38<33>}r3ue3e<01><>H<><48><13><><EFBFBD>x<>?<3F>W7<00>}u<05>3e<01>׈O38<33>n3ue3e<01><>E<01>}u<>?<3F>Sv<06>I<EFBFBD><49><EFBFBD>7<06>?&<06><><EFBFBD>F<>ΝΔO<CE94> }͎<><CD8E><EFBFBD>Ov<><03><><06>U<EFBFBD><55>σ&7ю# <20><00>&<13><><00>L<06>#<23><01>O<EFBFBD><4F><EFBFBD>O7<00>}<16><><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><4F><06><><EFBFBD>鷁FF<>E<11>f<>G<EFBFBD>h`<06>?c<><63><02><><EFBFBD>v<EFBFBD>?7v<37>?7u<37>?A<11><><06><1D>E <06><>P7<13>7<00><> s# ~<03> <0B><>s( ~3h@<40>x<06>3<08>3<><33>#<00><00>U<>A<11>GG<>FF<>E<05>Ɨ<10><><EFBFBD><EFBFBD><EFBFBD> <0A>`<60>C<EFBFBD><00><>u<><75>øK<C3B8><00><><EFBFBD><EFBFBD><EFBFBD>u<EFBFBD><75>˔O7}َ<><D98E><EFBFBD>O<EFBFBD>@U<><55><EFBFBD><EFBFBD>K<EFBFBD><06><><EFBFBD>u<><75>˘C<CB98><00><>u<><75>÷<EFBFBD>`<60><><EFBFBD>7@}<17><>#<23><>A<01><><EFBFBD><EFBFBD>`<03><>A<11><00><06>"<22>U<EFBFBD>#<23><><10>[7@<00>FA<46><41><EFBFBD>F<>GG<>E<05><06><10><><EFBFBD><EFBFBD> <04>GG<>FF<>E<05><06><10><><EFBFBD><EFBFBD><EFBFBD><02>G G<>FF<>E<05><06><10><><EFBFBD><EFBFBD>`<01>G G<>FF<>E<05><06><10><><EFBFBD><EFBFBD><00> `<60>K<EFBFBD>7U<><55>˘O<CB98><00><>u<><75>Ϸ`<60>K<EFBFBD><06><><EFBFBD>u<>A<EFBFBD><41><EFBFBD><EFBFBD>K<EFBFBD>U<><55>˘C<CB98>g<04>ØCU<43><55>ØC<C398>v<EFBFBD><76><EFBFBD>u<>g<08><><EFBFBD>G<EFBFBD>v<EFBFBD><76><EFBFBD>u<><75>f<EFBFBD><66><06>U<EFBFBD><55><EFBFBD><EFBFBD>G<EFBFBD><01><>w<07>gW<00><><EFBFBD>Gu<47><75>dU<><55>ǘC<C798><06>U<><55>ØC<C398><06><><EFBFBD>u<><75>ØC<C398><43><EFBFBD><EFBFBD><EFBFBD>u<><75>ØO<C398><00>u<EFBFBD><75><06><00>U<><55><EFBFBD><EFBFBD>O<07><>َ<EFBFBD><D98E><EFBFBD>C<EFBFBD><00><>u<><75>FU<><55><EFBFBD><EFBFBD>K<EFBFBD>@"Dw<07>g<><00><><EFBFBD>C7<00><><EFBFBD><EFBFBD>ôKَ<4B><D98E><EFBFBD>CQ<43><51><EFBFBD>A<01><><EFBFBD><EFBFBD>`<03><07>I<EFBFBD><1D><><EFBFBD>9q<06>"<22>&<26>J<EFBFBD>N<EFBFBD><52>V<EFBFBD>Z<EFBFBD>^<5E>b<EFBFBD>f<EFBFBD>j<EFBFBD>n<EFBFBD><6E><EFBFBD>O쪅7d<37>?7e<37>?<06><05>x<EFBFBD><78><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Xe;<13><> <09><><EFBFBD>M<>DJ<>JIL<>L<EFBFBD>k<EFBFBD>?<3F><>YcM<63><08><><EFBFBD><00><00><><EFBFBD><EFBFBD> <20>*<2A><><00><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>W `<60><13> <20>Ñ<07><><EFBFBD><EFBFBD>Ad}"<22>3w<33>J<>Ay<41>GA<47><41>3<>,<01>u,<01><>E3t<33><00><00><><EFBFBD><EFBFBD>`<60>&<26><>3<>*<01>u*<01>GWE<><00><><EFBFBD><EFBFBD>@<40><>G `<60>CZ<43>y<EFBFBD><79><EFBFBD><EFBFBD>Cu<43><75>×<00><><EFBFBD><EFBFBD> <20><>P<03><><EFBFBD><EFBFBD> <00>ľ<><C4BE><07>c<><63>c<> <02><>oݷg<DDB7>?<3F><><EFBFBD><EFBFBD><EFBFBD>{<06><13>K|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>J<>, <03> <03>M<00><> <00><00><><EFBFBD><EFBFBD><07>c<><63>c<>
<02><>oٷw<D9B7>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><06><13>K|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>F<>* <03> <00><>M  <0B> <0A><><EFBFBD>WAc<><63>E><3E>\E9<45><39>Wc<57><63>I\I:<3A>><3E>"E<>EA<01><><EFBFBD>Gc<47><63><00>'<27> c<><63><00><05>.<2E><><EFBFBD><02><02><><EFBFBD>"<22>&<26><06><>W<EFBFBD>t<EFBFBD>?7d<37>?c<08><02>Wc<11><04><><6F>7u<37>?<3F><><04><06>E<>bD<62>@<40>Da<17><><EFBFBD>g<00><<3C><>Ϊ<>7u<37>?<3F><><04><06><05><><EFBFBD><EFBFBD>*<2A><><EFBFBD>o<EFBFBD><06>bD<62>F<EFBFBD>@<13><04><>D<EFBFBD><44>7u<37>?E<>a<17><><EFBFBD>gc89q"<22>&<26>.<2E>qF<71><05><0F><>H<06><4A><D897><EFBFBD><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>G><3E>"<22><><EFBFBD><EFBFBD><EFBFBD><>`<60><>G<EFBFBD><47><46><C983><EFBFBD><EFBFBD><03>6Ʒd<C6B7>?U<>m2*<2A><>F<01> J<><4A>8*<2A><19><><EFBFBD><EFBFBD>ê<EFBFBD>7u<37>?<3F><><13><>Ŋ<><C58A><EFBFBD><EFBFBD>瀀0<E78080><30><0F><>F<EFBFBD><46>7u<37>?<13><><05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.<2E>PbT<62>TBY!a<><61><13>Ó<><00><>i<EFBFBD>XA<01>E<><45>E<>@"DA<01><>A"<22><06>*<2A><>0|m<><6D><EFBFBD><EFBFBD><EFBFBD>@<40><>7f<37>?7u<37>?<06><05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> )E<><45>q<><71>d<>Ɠ<04><><EFBFBD>!e<>ʆ<EFBFBD><CA86><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>^<5E>b<EFBFBD><62><EFBFBD>Oշd<D5B7>?<15><><EFBFBD>Ϸ<EFBFBD><CFB7>7e<37>?<04><>f<13><><05>f<EFBFBD><66><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@$E<>@fD<66>DFI<46>I&J<>JK<>[b\%a<><61>p<10>E*<2A><>ps*<2A><19><><EFBFBD>O<EFBFBD><4F><EFBFBD>7e<37>?<13><><05>i<EFBFBD><69><EFBFBD><EFBFBD><EFBFBD><EFBFBD> }<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7e<37>?<13><><05>l<EFBFBD><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD>`<1E><><EFBFBD>7e<37>?<13><><05>n<EFBFBD>j<EFBFBD>?7k<37>?<3F>k<EFBFBD>?7l<37>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><04><00><>Je <0B>`<60><><EFBFBD>d <0C>_<EFBFBD>WcD<63>J<><4A><EFBFBD>O<EFBFBD><4F><EFBFBD>O<EFBFBD><4F><EFBFBD>7e<37>?<13><>Ev<45><76><EFBFBD><EFBFBD><EFBFBD><EFBFBD> E=<3D>Gd<47>9DžGc<07>
<EFBFBD>g<EFBFBD>?<3F><>G_><3E><><EFBFBD><0F>'<27><><EFBFBD>Ht<48>Hd<48>:<3A>'<27><><EFBFBD>G<EFBFBD><47>7e<37>?:<3A>҆"<22><13><>Es<45><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@
Y<>Gt<47>ϓc<03><04>v<07>AFڇ<46><DA87><EFBFBD><EFBFBD>=<3D><>'<27><> N<>ǃ'<27><>\ǃ<><C783> <09>#<23><>އa<DE87><61>'<27><>#<23><><00>'<27><>#<23><>և<><D687><EFBFBD>'<27><>#<23><><00>'<27><>#<23><><><E28785>Gt<47><74>Fc<46><63>c<><63><00><>c<EFBFBD><63><04>g<EFBFBD>?<3F><><EFBFBD>b<EFBFBD><62>Gc<47><63>G<><47><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>?<3F><>b5<62><35>'<27><>#<23><><00>'<27><>#<23><><00>g<EFBFBD>?<3F><><EFBFBD>c <09><>g<EFBFBD>?<3F><>f!<21><>g<EFBFBD>?<3F><>Gd<47><64><EFBFBD>g<EFBFBD>?<3F><>GaսA]q<>ƢĦ<C6A2><C4A6><EFBFBD>c<EFBFBD>LA g<><67>c<EFBFBD><63><02><><EFBFBD><EFBFBD><EFBFBD>@7f<37>?<3F><>7e<37>? g<06><05>@<40><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><04><>"<22><>@&D<>DIaa<61><61>><3E><><EFBFBD>/<2F>*<2A><19><><EFBFBD>ϑ7f<37>?<3F><>7e<37>?<3F>@<40>@<06><05><66><C9B7>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F>e<02><><10><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-"<22><><EFBFBD><EFBFBD><EFBFBD>7i<37>?
<EFBFBD><EFBFBD> <00><>/<2F> <> <09><>
<EFBFBD><EFBFBD><EFBFBD>O<EFBFBD><EFBFBD>W*<2A>c <0C><08>U><3E>$<04><><EFBFBD><EFBFBD> }3t<33><02><><10><><EFBFBD><EFBFBD>y՜D7d<37>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7e<37>?<06>E<><45><EFBFBD><EFBFBD><EFBFBD><EFBFBD>`<60>}T%<25><>𯆪<EFBFBD>7e<37>?<06><05>G<EFBFBD><47><EFBFBD><EFBFBD>瀀<EFBFBD>G<>Wc<10>W<>Wc<08>rT<10><>/<2F>c <0C><00>G#<00>9<>rD
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1E><>D<><44><EFBFBD>D<EFBFBD>d<EFBFBD>?<3F><><EFBFBD><EFBFBD>O<EFBFBD><4F><EFBFBD>7e<37>?<13><>EJ<45><4A><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ٵ<EFBFBD><D9B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7e<37>?<13><>ENշA<06> $<05>><3E><><EFBFBD><EFBFBD>瀠췇`7<00><><EFBFBD><01>iq#"<22>#&#$<24># !#.1<11>W<EFBFBD><57>c<EFBFBD><63>.<2E>.<2E><>YcS9<07><><EFBFBD> cH<63> <13>U67d<37>?]<5D><><EFBFBD><EFBFBD><7F><EFBFBD>7e<37>?<06>EW<45><57><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@<40>)<29> A<05>><01><08><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7f<37>?<3F><>7e<37>?<06>ES<45><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD>`<60><>?ʅ&<26><>:.ƲG*ĕ<> (<00>6<01><>9<><39>g<EFBFBD>?<3F><>ʅ<><CA85>&<26><><E<>J<EFBFBD><4A>2}<19><><EFBFBD><EFBFBD>&<26>E2.ƲG*Ĺ<> (16<11><>H<04><>g<EFBFBD>?<3F><><00>Ӣ<EFBFBD><D3A2><EFBFBD>"<22>u:=<3D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7e<37>?<06>E[<5B><><EFBFBD><EFBFBD>瀀<EFBFBD><10>E<08><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>c<><63><02>f<EFBFBD>?7f<37>?7e<37>?A<11><><EFBFBD>;F:<3A><05>5<05><<06><>(<28><>A<06><><C497><EFBFBD><EFBFBD><EFBFBD>67d<37>?<01>E<EFBFBD><45><EFBFBD><EFBFBD>瀠5<01>@"DA<01><>A<06><19><>v<EFBFBD>?7v<37>?<3F><>F<EFBFBD><06><>E7u<37>?E<>I <20>w6<00>˷v<CBB7>?7v<37>?<3F><>F<EFBFBD><06><>E<EFBFBD><45><EFBFBD>@7e<37>?<3F>FA<17><><EFBFBD>g<00>0<15><>v<EFBFBD>?7v<37>?7u<37>?A<11><>F<EFBFBD><06><><EFBFBD>E<><06>= 7e<37>?<3F><><06> <17><><EFBFBD>gc<><17><><EFBFBD>gc,E<17><><EFBFBD>g<00>Ͳ<EFBFBD>*<2A>7e<37>?A6<>E<10><><EFBFBD><EFBFBD>Ɨ<><C697><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><01>7e<37>?A<11><><EFBFBD><EFBFBD><05>Ɨ<><C697><EFBFBD><EFBFBD><EFBFBD>@Ʒ<> `<60><><EFBFBD> <09><><EFBFBD><EFBFBD><02><01>A"<22>&<26>J<EFBFBD>ƃG<C683>*<2A><><EFBFBD>6<EFBFBD><36><EFBFBD>9<EFBFBD><39>'<27> <0A><>#.<2E> <0C>'<27> Ec<45><63>c <02><><EFBFBD>Ӄ&<26> 7v<37>?<3F><>7u<37>?&<26>Ʋ<05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> e )<29>A<>'<27> <0A>F<02>><3E><><EFBFBD>π]Ѳ@"D<>DIA<01><>A<06>c@<40><02>v<EFBFBD>?7v<37>?<3F><><EFBFBD><EFBFBD><06><>E7u<37>?E<>?cL<63><00>v<EFBFBD>?7v<37>?<3F><><06><06><><45>GcT<63><00>'<27><00>@><3E>A<01><>A"<22>*<2A>EƗ<><C697><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD>7<07>c<><63><02>Ģ<><C4A2><EFBFBD>Ec<45><63><02>cn<63><00>GEc<45><63>7<00>*<2A> e35<33>E<00>@"DA<01><>Eݿq<>Ѓ'<27> :<3A>A<>Φں<CEA6><07> >ηw<CEB7>?<3F><><EFBFBD><EFBFBD>>ڂ[<5B>w<EFBFBD>?<3F><><07><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȇޢ<C886><DEA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*<2A>.<2E>2<EFBFBD>6<EFBFBD><36>
<EFBFBD><01>D>܃GZc<><63><02>'
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
c<><63>:<3A>G<EFBFBD><47><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7v<37>?7u<37>?Ʋ<05>՗<EFBFBD><D597><EFBFBD>瀀<EFBFBD><E78080><EFBFBD><EFBFBD>F!Fօ^<5E><><EFBFBD>_<EFBFBD>*<2A>)<29><><EFBFBD><EFBFBD><EFBFBD>7v<37>?<3F><>7u<37>Ʋž<><C5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>`<60>"<22><>PfT<66>TFY<46>Y&Z<>Z[<5B>KfL<66>LFM<46>M a<><61>c !Fօj<D685>93<39><33>J<00><>9<00><><EFBFBD>c<><63><02>G<EFBFBD><47> d m<><6D><04><04><>?<3F>&<26><>&
<01><>7v<37>?7u<37>?Ʋ—<><C297><EFBFBD><EFBFBD><EFBFBD>`<60>ɿ<03>
<00><00><><06>ʗ<><CA97><EFBFBD>c<><63>7<00>J<EFBFBD>c~<7E>,3G<33>BA<>c,<2C>G<EFBFBD><47><EFBFBD><EFBFBD>߮<EFBFBD><DFAE>7v<37>?7u<37>?<3F><>J<EFBFBD><4A><EFBFBD>Ʋ<05>ė<EFBFBD><C497><EFBFBD><EFBFBD><EFBFBD><00><><EFBFBD><EFBFBD>8<><38><06>7c<><63><06><17><><EFBFBD>c<><63>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>?aw<61><77>b<EFBFBD><62><EFBFBD><05>:<3A>}3c<0E>u<EFBFBD>?7e<37>?<3F><>b<EFBFBD><62><EFBFBD>E?Q;cc<> <10><>b<EFBFBD><62><05>?7<05>?<3F>;c7p<00><06>f<><66>K<EFBFBD><4B>6<EFBFBD>a<EFBFBD><61>Gȿ<47><06>7Fc<><63><06><17><><EFBFBD>c<><63><08>7=@<40><><EFBFBD><EFBFBD><EFBFBD>=@<40><>b<EFBFBD><13>%;U<>c<EFBFBD>
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
<EFBFBD><EFBFBD>b<EFBFBD><EFBFBD>>@78@3Mŷȿ3<06>7<00><06>?cu<63><00><06><>ȿ<>3<><33><00>7<07>?<3F>s<EFBFBD><73>7<07><>f<EFBFBD><66>^<5E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>><3E><><EFBFBD>7<00>3<06><00>fcv<63>}f<>cj<63>7x<37>?<08><>)<29>7x<37>?<08>B<EFBFBD><42><EFBFBD><1F>bH<62><48>7v<37>?7u<37>?<3F><>b<EFBFBD><62><EFBFBD>Ʋ<05>җ<EFBFBD><D297><EFBFBD><EFBFBD><EFBFBD> <20>=<3D>7x<37>?ȹ<><C8B9>7x<37>?H<>ѷ<EFBFBD><D1B7>߲Al<41><07><>>طg<D8B7>?<3F><>G*<2A><><EFBFBD>><3E>c<EFBFBD> <00>G<EFBFBD><04>
#<23><><01><><EFBFBD><EFBFBD><EFBFBD>><3E><EFBFBD><EE9B81>W3<57><33><00>W37<33>3<><33>@c<><63>N<><19>c <04><>^<5E><><EFBFBD><E0BFAD><05><><EFBFBD>_<EFBFBD><5F><EFBFBD>7v<37>?7e<37>?b<>ކƲ<05>f<EFBFBD><66><EFBFBD><EFBFBD>瀠|}T<><54>c c <02><>b<EFBFBD>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD>瀀<EFBFBD>f<EFBFBD><66><EFBFBD>?<3F><EFBFBD><E29BB3>A<EFBFBD><41><EFBFBD>g<EFBFBD>?<3F>E<13>G<00><><EFBFBD><7F>W<EFBFBD>C<EFBFBD>גW<D792>C<EFBFBD>ׁG<D781><47><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00>Ac % 1<># <20><11>7g<37>?<13>GG<15>C3<08>)<29># <20>c <13><>? <09>3<06>@@ct<63>@j<>><3E><>:<3A>W<EFBFBD>e<>HC<48><43><EFBFBD>'<27> WD<><44><EFBFBD><EFBFBD>#.z M<>7<07><00>Kc<4B><63><00> <00>ʛ<EFBFBD><07><00><><EFBFBD><00>W<EFBFBD><57>J<EFBFBD><4A>>*<2A><>GJ<47><4A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><7F><EFBFBD><EFBFBD>W<01><>Wc<57> <00>w<EFBFBD>?<3F><><07>7v<37>?7u<37>?><3E>ΈN<CE88>ʇn<CA87><6E><EFBFBD>Ʋɗ<><C997><EFBFBD><EFBFBD><EFBFBD> k<><04><><EFBFBD> <09><> 9<01>K㌌<4B><E38C8C>I<EFBFBD>Ϸv<CFB7>?7v<37>?7u<37>?<3F><>F<EFBFBD><06><>p<05><><EFBFBD>2q<>ޢܦ<DEA2><DCA6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƉGc<47><63><06><07>>́J<CC81>L<03><02>֋c <00>K c&<26>A<EFBFBD><01><>.<2E>*<2A>c<EFBFBD><63><04>Gc<03><02><><EFBFBD><EFBFBD><EFBFBD>&J7v<37>?<3F><>7u<37>?Ʋŝ<><C59D><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@`rEŁE<C581><45>?<3F><10>E&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <09><><07>>̅J<CC85> <0C>i<> <0B>c<> K<><4B>D<06><0F>EN<45><4E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><00><>F#<23><>aF΅b<CE85><62><EFBFBD><EFBFBD>*<2A>]<5D>c<EFBFBD>
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
<EFBFBD>Ǵ<01><>c <00><><1F># <20>c (aF΅<46><CE85>߄<03>D<00><07><03>c <09><02>Gc<15> d <04><><EFBFBD><EFBFBD>/誅7v<37>?7u<37>Ʋ<05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>瀠T鿅EN<45><4E><EFBFBD><0F>*<2A> <0A><03>T<00>Gc<47><63><02>G<EFBFBD><00><><EFBFBD><EFBFBD>O<EFBFBD><03>T<00><>7v<37>?7u<37>?<3F>ƲE<><45><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>`PY<50><59>I <0B><><EFBFBD>G <0C><>;#<23><> f<>Ά6,څ&<26><><EFBFBD><EFBFBD><EFBFBD>*<2A><><05><>Mc<4D>
<00><><EFBFBD>۪<EFBFBD><DBAA><EFBFBD><EFBFBD> bM<62><4D><01><> <0C><><EFBFBD><EFBFBD>@c<> c<> <10><><EFBFBD> <0A>%Jچ<><DA86>#<23><> V<>&<26><><EFBFBD>߄*<2A><><05>c<EFBFBD> c<> <08><><EFBFBD><EFBFBD>-<2D><02>E<10><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>x N<><4E><EFBFBD><EFBFBD><EFBFBD>7v<37>?<06><><EFBFBD><10><><EFBFBD><EFBFBD><13> J<><4A><EFBFBD><EFBFBD><EFBFBD>瀠v*<2A><1D><><EFBFBD><EFBFBD>ժ<EFBFBD>7v<37>?7u<37>?Ʋ<05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>瀀B7v<37>?Ʊ<>J<> d<><64>/<2F> <02>rE ŁE<C581><45><EFBFBD><EFBFBD><02><><04><>Gc<47><63>7i<37>?<3F>'I I<00>˃'I<00>˓<EFBFBD><CB93>J<><4A>Tc@<40>
"<22><>PfT<66>TFY<46>Y&Z<>Z[<5B>KfL<66>LFM<46>M a<><61><EFBFBD>@<40>Ff<46> ><3E><><EFBFBD>O<EFBFBD>*<2A><><05>c<EFBFBD> <00><> <09>f<EFBFBD> N<><4E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>旓V<E69793><03><><EFBFBD><EFBFBD>W <01><><EFBFBD>Ʀ]<5D><00>Ʀ<01><><EFBFBD><0F><07><><EFBFBD>G<EFBFBD> <0C><>6<EFBFBD>:<3A><><EFBFBD><EFBFBD><EFBFBD>"G<>F<EFBFBD><46>7v<37>?7u<37>?Ʋ<05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>3<EFBFBD><33><EFBFBD><EFBFBD> V<><56><EFBFBD><0F> <0A>
<EFBFBD> <09><><13>'V<><13>C<01>& <00><>Å<03>I <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>&I<00><><EFBFBD>G<EFBFBD><47>չ.<2E><><EFBFBD> E<><45><EFBFBD><07>?<3F><><07>qq"<22>&<26>J<EFBFBD>N<EFBFBD>R<EFBFBD>V<EFBFBD>Z<EFBFBD>^<5E>b<EFBFBD><06>j<>j<EFBFBD><6A>G*<2A>.<2E><><EFBFBD># *<2A><>D<EFBFBD>F
2021-04-14 18:10:05 +03:00
<EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <06>W<13>Tc<>G \@c<><63>c @<10>P*T<>T
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
Y<EFBFBD>IjJ<EFBFBD>JJK<EFBFBD>K*LMa<4D><61>D<><44><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><>c <0C><>Ϸ7v<37>?<3F><>7u<37>?F<><><E7A9A0>O<EFBFBD>DX@<40><>7v<37>?7u<37>?N<><4E><EFBFBD>F<>ٗ<><D997><EFBFBD><EFBFBD><EFBFBD>`"A<>c<EFBFBD>W <09><>c <08><>/<2F>7v<37>?<3F><>7u<37>?F<><05>ޗ<EFBFBD><DE97><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1F><>(<32><C697><EFBFBD><EFBFBD><EFBFBD> |2Fڅ(<10><><EFBFBD><EFBFBD>瀀{,(<08><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>{AF,<01><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@N<19>c <02><>o<EFBFBD>7v<37>?<3F><>7u<37>?F<><05><>U<EFBFBD><55>F <0A>@<40>Wc<17><00><>#<23><>E<01>c 0ݽ<><DDBD><EFBFBD><EFBFBD>W<00><>7v<37>?7u<37>?<3F><>F<><05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ٿ"<22>&<26>.<2E><><EFBFBD><EFBFBD>E!F6<46>Η<><CE97><EFBFBD>瀠EG<><47><EFBFBD>Fc<17>7<>`<00>À<EFBFBD>7G<37>P<EFBFBD>C<17><><EFBFBD>u<EFBFBD>#<23><>
2021-04-14 18:10:05 +03:00
<03> 7<00>F<><46>q<EFBFBD>#<23><><03> 7<00>}q<>#<23><><03> 7<00>}q<>#<23><><03> 7@<40>}q<>#<23><><03> 7<06><>}q<>#<23><><03> <09>w<07>#<23><><03> w<><77>#<23><><08>Gg<><00>ǸC]<5D>َ<EFBFBD><D98E><03> <09>f<EFBFBD><66><06>g@#<23><><03> U<>#<23><><03> <09>g #<23><><03> U<>#<23><><03> <09>fU<66>#<23><>#<23>
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
<EFBFBD>@bD<62>Da<><61> Gc<17>7`<01>7<EFBFBD>`<19><>ӸG7<00>F<><46>q<EFBFBD><71>ǸG7<00>}q<><71>ǸG<C7B8>@7<00>M<EFBFBD><4D>ǸG}<16>q<><71>ǸG7<00>}M<><4D>ǸG<C7B8>q<><71>ǸG7<06><>}M<><4D>ǸGq<47><71>ǸGM<47><4D><EFBFBD><EFBFBD>_g'<00>߸[u<>َ<EFBFBD>۸G<DBB8>U<><55>ǸG<C7B8><47>M<><4D>ǸGU<47><55>ǸGM<47><4D><EFBFBD><EFBFBD>GBA<>E<EFBFBD><45>ǸGٍ<47><D98D>#<23>%<25>A\AI<41>G<><47>c<EFBFBD><63><04><> Gc<47><63> Gc<47><63>A<06><><EFBFBD>o<EFBFBD><03> <09><00><>m<><6D>َ#<23><>7<>`'G<>A<EFBFBD> <0A>3W<33>#<23><><08><><03> <09><00><><15>m<>َ#<23><>#<23><><08><><03> <09>@<40><><15>m<>َ#<23><>#<23><><08><><03> <09><05><><EFBFBD><15>m<>َ#<23><>#<23><>
2021-04-14 18:10:05 +03:00
<EFBFBD><EFBFBD>Gc<47><63><02><> Gc<47><63> Gc<47><63><04>G<EFBFBD>@U<><55>ǂ<EFBFBD><C782>G<EFBFBD><00><><EFBFBD><EFBFBD><15>m<>َ<EFBFBD>ǰ<EFBFBD>ŷ<EFBFBD>G<EFBFBD><><15>m<>َ<EFBFBD><D98E><EFBFBD><EFBFBD>鷸G<E9B7B8><00><><EFBFBD><EFBFBD><15>m<>َ<EFBFBD>ǰ<EFBFBD>U<EFBFBD><55>G<EFBFBD><05><><EFBFBD><EFBFBD><EFBFBD><15>m<>َ<EFBFBD><D98E><EFBFBD><EFBFBD>y<EFBFBD>A<>G<EFBFBD>PXA<58><41><17><><EFBFBD>#$<24>
<EFBFBD><EFBFBD><>A\A<01>#<23>
<EFBFBD><EFBFBD>#<23><06><>A\AG
7<00>ю#<23><>
<03> Q<>#<23><><08><>G<>ӸG<D3B8><00>U<EFBFBD><55>ǂ<EFBFBD>A\A<><41><19><03> <09>v<EFBFBD><16>u<>ٍ#<23><><08><><EFBFBD>G<EFBFBD>v<EFBFBD>u<><75>ٍ<>ǸG<C7B8>@U<><55>ǂ<EFBFBD>7<EFBFBD>`C<><43>T÷g<C3B7>?#<23><00><><EFBFBD>c
<EFBFBD><02>
<EFBFBD>Fc<06>A<06><>П<EFBFBD><D09F><EFBFBD>7v<37>?7u<37>?<06>9:<3A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>o<EFBFBD><6F>F<EFBFBD> `<60>Gq<47>U<EFBFBD><55>ǸO<C7B8>v<EFBFBD><76><EFBFBD>?w<07><>ϸOu<4F>g@<40>ϷWKL7<4C>`<60><><EFBFBD><EFBFBD>#.<2E>
<17><><EFBFBD>g<00>*<2A><>`<60>S7q<>7<06><>}<16><>U<EFBFBD><55>ӴSWeIv}<1D><><EFBFBD>6U<><55>ӴSW<>yv<1D><06>?<3F><>*U<><55>ӸS <0A>u w<><77>Y<EFBFBD><59>ӸS<D3B8>fU<66><55>ӂ<EFBFBD>e5li<6C><11>ݿ<EFBFBD><DDBF>`<60>S<EFBFBD>v<EFBFBD>g<08>ӸSu<53><75>ӂ<EFBFBD>1<EFBFBD>7<EFBFBD>`<[.<2E>Γ<><CE93><EFBFBD><<3C>\O<>v<EFBFBD><76><EFBFBD><03><><EFBFBD><EFBFBD>\<5C> <03><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7<EFBFBD>`<60>E<[<5B>œ<EFBFBD><C593><EFBFBD><EFBFBD>@<<3C>a<><61><EFBFBD><EFBFBD>տ7<D5BF>`<[<5B>v<EFBFBD><76><EFBFBD><03><><<3C>\O<><4F><EFBFBD><EFBFBD>P\<5C>7<EFBFBD>`<[<5B>œ<EFBFBD><C593><EFBFBD><><DB82><EFBFBD><08><>7<EFBFBD>`<[<5B>@<40><16><><EFBFBD><16>Տ<<3C><[<5B>F<10><><EFBFBD><EFBFBD>c<03>Gُ7<D98F>`<<3C><[7<00>}<17>F<EFBFBD><46>7c<03>Gُ7<D98F>`<<3C><05><17><><EFBFBD>gC<><43><EFBFBD>`<60>[y<><79><EFBFBD><EFBFBD><EFBFBD>`<60>[G!e<><65>c<EFBFBD><63><02><> Gc<47><63>E<><45>7U<05><><EFBFBD>!e5<1B><><EFBFBD><EFBFBD>`<60>Z7 vy<>7<00>}<17><>]<5D><><EFBFBD> E<17><><EFBFBD>g<00><><EFBFBD><EFBFBD>`<60>[u<><05><><EFBFBD><EFBFBD><EFBFBD>`<60>CV<><06>"<22>&<26>J<EFBFBD>N<EFBFBD>R<EFBFBD>m<EFBFBD><6D>øC<C3B8><43>g<><00>Ó7 `c<><63>G<><47>GǓc<13><0E>I<EFBFBD>DiID<><06>F<>E`<06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>E"<22><><EFBFBD>D<00><> F<>E`<06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@Dʆ F<>E`<06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G<>FF<>E`<06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G<>FF<>E`<06><><EFBFBD><EFBFBD>瀠@<40><> F<>E`<06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ?<3F>GG<>F%F<>E`<06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>><3E>GG<>FF<>E`<06><><EFBFBD><EFBFBD>瀠<<3C>GG<>FF<>E`<06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>@;<3B>@bD<62>g<EFBFBD>?#<23>W<01>DBI<42>I"J<>Ja<><61><EFBFBD>I<EFBFBD>D!ID9<44>G<><47>Ǔc<12>ID<><06>F<>E`<06><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>`6<>I<EFBFBD>DJ<19>I<44><C5B7>`<60><><EFBFBD> <13>A<><41><EFBFBD>c<17><00><><EFBFBD><EFBFBD>uWcz<63><06>6<EFBFBD><36><EFBFBD><EFBFBD><EFBFBD><EFBFBD>F<EFBFBD><46>7v<37>?7u<37>?<06>9<<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>`<60><>@<05>a<><61><EFBFBD><EFBFBD>"<22>.<2E><06>*<2A>U7<55>Ecd<63>3W<33><02><><EFBFBD>V<00><><EFBFBD><EFBFBD><EFBFBD>Ec<13><02>F<EFBFBD><46><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>E<19><>c <0C><00>
E Gc<07><00>@bDa<><61>G<>F<EFBFBD><1E><>A<11> `"ĠOJ<4F><06>)<29>&<26> <0A>G*<2A>c <0C> ĉGc<0F><06><>?<3F><><EFBFBD>7v<37>?7u<37>?<06>9<05>6<EFBFBD><36><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͤO)7<><37><EFBFBD>?<3F><04>W<EFBFBD># <20><00>@"D#$<24>#"<22>#&<26><00>DIA<01><><EFBFBD>G<EFBFBD>G <0A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><19><><05>D᷅G<E1B785><1A><>D<>
2021-04-14 18:10:05 +03:00
<EFBFBD>De<EFBFBD><EFBFBD>G<EFBFBD>D!EE<45>u<>><3E><>D<EFBFBD>q<><71><01><>B]<5D><><EFBFBD>`#<23><>
<EFBFBD><EFBFBD>1<EFBFBD><EFBFBD><01><>B]<5D><><EFBFBD>`#<23><>
IDF master d93887f9f (#5336) * Update toolchain * Update package_esp32_index.template.json * add optional component dependencies after Kconfig options are known (#5404) Until this commit, Kconfig options (e.g. CONFIG_TINYUSB_ENABLED) were used in conditions preceding idf_component_register to determine which components need to be added to `arduino` component requirements. However the Kconfig options aren't known at the early expansion stage, when the component CMakeLists.txt files are expanded the first time and requirements are evaluated. So all the conditions evaluated as if the options were not set. This commit changes the logic to only add these components as dependencies when the Kconfig options are known. Dependencies become "weak", which means that if one of the components isn't included into the build for some reason, it is not added as a dependency. This may happen, for example, if the component is not present in the `components` directory or is excluded by setting `COMPONENTS` variable in the project CMakeLists.txt file. This also ensures that if the component is not present, it will not be added as a dependency, and this will allow the build to proceed. Follow-up to https://github.com/espressif/arduino-esp32/pull/5391. Closes https://github.com/espressif/arduino-esp32/issues/5319. * IDF master d93887f9f * PlatformIO updates for CI (#5387) * Update PlatformIO CI build script - Switch to the latest toolchains 8.4.0 for ESP32, ESP32S2, ESP32C3 - Use PlatformIO from master branch for better robustness * Update package.json for PlatformIO Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Valerii Koval <valeros@users.noreply.github.com>
2021-07-17 01:57:49 +03:00
<EFBFBD><EFBFBD>"<22><06>*<2A><><C697><EFBFBD><EFBFBD><EFBFBD>޷ `<60>O<EFBFBD>E7Ew<07><>ϸO$<24>3<05>w<07><><EFBFBD><EFBFBD><>ϸO<CFB8>vbD<62><44><EFBFBD>?<3F>@u<><75><EFBFBD>aq<61> `"̠LAJ<41>)<29><06>N<EFBFBD>*<2A> <0A><><EFBFBD> EHEA?<3F>Gc<13>bD<62>@<40>DBI<42>Iao𿣅Ic<49>7c <0C>7<>`C<><43><EFBFBD><EFBFBD><1C><>;<3B>%I<00>1bD%<25><00>@<40>DBI<42>Iao<61><6F><EFBFBD> Gc<47><63>!E<><45><EFBFBD><EFBFBD>瀀ҼL}w<07>?<3F><><07><>̼L<CCBC><4C>g<07>ُ<EFBFBD>̷7<>`<60><><EFBFBD><EFBFBD>#.<2E>
<EFBFBD>4<><34>@bD<62>DBI<42>Ia<><61><EFBFBD><EFBFBD>`<60><><EFBFBD> 7<><37><0F><07><>7<EFBFBD><12><>7E$3<><33>3<><33>@<40><><EFBFBD><EFBFBD>`<60>[<5B><06><><EFBFBD>u<><75><EFBFBD><EFBFBD>[<5B><06>^u<><75><06><><EFBFBD>u<>Y<EFBFBD><59><EFBFBD><EFBFBD>[<5B>@U<><55>ۂ<EFBFBD><DB82><EFBFBD>`<60>[<5B>f2]<5D><>۸[u<><75>v<EFBFBD>u<>Y<EFBFBD><59>۸[g<><00>ۂ<EFBFBD>d<>&<26><><EFBFBD><EFBFBD>g(qP<71>qn<71><6E><EFBFBD>X
b6JV<><56>VJ<56>