Kconfig 498 B

12345678910111213141516
  1. menu "ESP serial flasher"
  2. config SERIAL_FLASHER_MD5_ENABLED
  3. bool "Enable MD5 check"
  4. default y
  5. help
  6. Select this option to enable MD5 hashsum check after flashing.
  7. config SERIAL_FLASHER_RESET_HOLD_TIME_MS
  8. int "Time for which the reset pin is asserted when doing a hard reset"
  9. default 100
  10. config SERIAL_FLASHER_BOOT_HOLD_TIME_MS
  11. int "Time for which the boot pin is asserted when doing a hard reset"
  12. default 50
  13. endmenu