Home
last modified time | relevance | path

Searched refs:MAX_WRITE_BLOCK (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c31 uint8_t buf_a[MAX_WRITE_BLOCK+64];
32 uint8_t buf_b[MAX_WRITE_BLOCK+64];
151 if (ub.read == MAX_WRITE_BLOCK+64) { in stub_handle_rx_byte()
217 if(command->data_len > MAX_WRITE_BLOCK+16) { in cmd_loop()
288 if (command->data_len == 16 && data_words[2] > MAX_WRITE_BLOCK) { in cmd_loop()
301 if (command->data_len == 16 && data_words[2] > MAX_WRITE_BLOCK) { in cmd_loop()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dstub_flasher.h14 #define MAX_WRITE_BLOCK 0x4000 macro