Home
last modified time | relevance | path

Searched refs:workaround (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram65 bool "Enable workaround for bug in SPI RAM cache for Rev1 ESP32s"
75 compiled with the workaround and located in flash instead.
77 The workaround is not required for ESP32 revision 3 and above.
79 menu "SPIRAM cache workaround debugging"
86 Select the workaround strategy. Note that the strategy for precompiled
91 encryption and this will be automatically disabled if this workaround is selected.
92 … 'Insert nops' is the workaround that was used in older esp-idf versions. This workaround
105 #This needs to be Y only for the dupldst workaround
111 menu "SPIRAM workaround libraries placement"
267 … Because some bits of the ESP32 code environment cannot be recompiled with the cache workaround,
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dscripting.rst8 …dress, it allows for passing CLI arguments to ``esptool.main()``. This workaround makes integratio…
/hal_espressif-latest/components/newlib/
Desp32-spiram-rom-functions-c.lf1 # If the Newlib functions in ROM aren't used (eg because the external SPI RAM workaround is active)…
9 # and esp32-spiram-rom-functions-psram-workaround.lf is the archive name.
/hal_espressif-latest/components/esp_wifi/
DCMakeLists.txt28 # dport workaround headers are in esp32 component
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_i.h290 unsigned int workaround; member
Deap_tls_common.c100 if (sm->workaround && data->eap_type != EAP_TYPE_FAST) { in eap_tls_params_from_conf()
788 if (!sm->workaround) { in eap_peer_tls_process_init()
Deap_peap.c830 if (wpabuf_len(in_data) == 0 && sm->workaround && in eap_peap_decrypt()
1182 if (sm->workaround && data->resuming) { in eap_peap_process()
Deap_mschapv2.c698 if (sm->workaround) { in eap_mschapv2_check_mslen()
Deap_ttls.c496 if (sm->workaround) { in eap_ttls_phase2_request_mschapv2()
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.newlib-nano.ld7 These functions should not be used when compiling with PSRAM cache workaround enabled.
Desp32.rom.newlib-funcs.ld2 They should not be used when compiling with PSRAM cache workaround enabled.
/hal_espressif-latest/components/esp_rom/
DCMakeLists.txt146 … # ESP32 only: these ROM functions may only be used if PSRAM cache workaround is disabled.
147 … # Otherwise we need to link to a multilib version of libc compiled with PSRAM workaround.
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md148 - assert in esp32 exclusive workaround
239 - Add workaround for breaking changes of bitstring==4
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.rtc48 This problem is fixed in ESP32 ECO 3, so this workaround is not needed. Setting the
/hal_espressif-latest/components/esp_hw_support/
DKconfig126 bool "light sleep GPIO reset workaround"
142 This option provides a software workaround for this issue. Configure to isolate all
/hal_espressif-latest/components/esp_phy/
DKconfig165 …This is a workaround to improve Wi-Fi receive 11b pkts for some modules using AC-DC power supply w…
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_eap_client.c744 sm->workaround = 1; in eap_peer_sm_init()
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst363 This workaround is not needed if the ESP8266 is running the stub loader.