Searched refs:workaround (Results 1 – 18 of 18) sorted by relevance
65 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 precompiled91 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 workaround105 #This needs to be Y only for the dupldst workaround111 menu "SPIRAM workaround libraries placement"267 … Because some bits of the ESP32 code environment cannot be recompiled with the cache workaround,
8 …dress, it allows for passing CLI arguments to ``esptool.main()``. This workaround makes integratio…
1 # 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.
28 # dport workaround headers are in esp32 component
290 unsigned int workaround; member
100 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()
830 if (wpabuf_len(in_data) == 0 && sm->workaround && in eap_peap_decrypt()1182 if (sm->workaround && data->resuming) { in eap_peap_process()
698 if (sm->workaround) { in eap_mschapv2_check_mslen()
496 if (sm->workaround) { in eap_ttls_phase2_request_mschapv2()
7 These functions should not be used when compiling with PSRAM cache workaround enabled.
2 They should not be used when compiling with PSRAM cache workaround enabled.
146 … # 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.
148 - assert in esp32 exclusive workaround239 - Add workaround for breaking changes of bitstring==4
48 This problem is fixed in ESP32 ECO 3, so this workaround is not needed. Setting the
126 bool "light sleep GPIO reset workaround"142 This option provides a software workaround for this issue. Configure to isolate all
165 …This is a workaround to improve Wi-Fi receive 11b pkts for some modules using AC-DC power supply w…
744 sm->workaround = 1; in eap_peer_sm_init()
363 This workaround is not needed if the ESP8266 is running the stub loader.