Searched refs:strategy (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/esp_psram/ |
D | CMakeLists.txt | 43 # set strategy selected 46 target_compile_options(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=dupldst) 47 target_link_libraries(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=dupldst) 50 target_compile_options(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=memw) 51 target_link_libraries(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=memw) 54 target_compile_options(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=nops) 55 target_link_libraries(${COMPONENT_LIB} PUBLIC -mfix-esp32-psram-cache-strategy=nops)
|
D | project_include.cmake | 9 idf_build_set_property(COMPILE_OPTIONS "-mfix-esp32-psram-cache-strategy=dupldst" APPEND) 12 idf_build_set_property(COMPILE_OPTIONS "-mfix-esp32-psram-cache-strategy=memw" APPEND) 15 idf_build_set_property(COMPILE_OPTIONS "-mfix-esp32-psram-cache-strategy=nops" APPEND)
|
D | Kconfig.spiram.common | 54 …If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to 74 …Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happ…
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 82 prompt "Workaround strategy" 86 Select the workaround strategy. Note that the strategy for precompiled 89 Unless you know you need a different strategy, it's suggested you stay 90 with the default MEMW strategy. Note that DUPLDST can interfere with hardware 102 bool "Insert nops between vulnerable loads/stores (old strategy, obsolete)"
|
/hal_espressif-latest/components/hal/ |
D | README.md | 14 …ditional preprocessors. It is up to the developers' discretion on which strategy to use. Code usua…
|
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 184 …lateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int strategy); 765 mz_uint tdefl_create_comp_flags_from_zip_params(int level, int window_bits, int strategy);
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 331 …lateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int strategy); 750 mz_uint tdefl_create_comp_flags_from_zip_params(int level, int window_bits, int strategy);
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 199 - **bootloader reset**: Allow custom reset strategy setting with a config file
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 35 prompt "Memory allocation strategy" 38 Allocation strategy for BLE Mesh stack, essentially provides ability to 54 In that case, using external SPIRAM allocation strategy is also safe choice 67 Enable this option to use the default memory allocation strategy when
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 4 prompt "Memory allocation strategy" 7 Allocation strategy for mbedTLS, essentially provides ability to 25 In that case, using external SPIRAM allocation strategy is also safe choice
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 3 prompt "Memory allocation strategy" 6 Allocation strategy for NimBLE host stack, essentially provides ability to
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 188 …flateInit2(mz_streamp pStream, int level, int method, int window_bits, int mem_level, int strategy) in mz_deflateInit2() argument 191 …gs = TDEFL_COMPUTE_ADLER32 | tdefl_create_comp_flags_from_zip_params(level, window_bits, strategy); in mz_deflateInit2() 2074 mz_uint tdefl_create_comp_flags_from_zip_params(int level, int window_bits, int strategy) in tdefl_create_comp_flags_from_zip_params() argument 2082 else if (strategy == MZ_FILTERED) in tdefl_create_comp_flags_from_zip_params() 2084 else if (strategy == MZ_HUFFMAN_ONLY) in tdefl_create_comp_flags_from_zip_params() 2086 else if (strategy == MZ_FIXED) in tdefl_create_comp_flags_from_zip_params() 2088 else if (strategy == MZ_RLE) in tdefl_create_comp_flags_from_zip_params()
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 226 To select which strategy to use for modem sleep
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 759 bool "Enable Aggressive key revoke strategy"
|