Home
last modified time | relevance | path

Searched refs:large_flash_mode (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_commands.c52 if (large_flash_mode) { in handle_flash_erase()
66 if (large_flash_mode) { in handle_flash_erase()
80 if (large_flash_mode) { in handle_flash_erase()
115 if (large_flash_mode) { in handle_flash_read()
155 if (large_flash_mode) { in handle_flash_get_md5sum()
Dstub_flasher.c127 bool large_flash_mode = false; variable
517 large_flash_mode = ets_efuse_flash_octal_mode() || flash_larger_than_16mb(); in stub_main()
521 if (large_flash_mode) { in stub_main()
Dstub_write_flash.c209 if (large_flash_mode) { in handle_flash_begin()
261 if (large_flash_mode) { in start_next_erase()
349 if (large_flash_mode){ in handle_flash_data()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_flasher.h26 extern bool large_flash_mode;