mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 03:58:36 -07:00
<:Nami2:939038794794020874>
This commit is contained in:
34
applications/external/esp_flasher/lib/esp-serial-flasher/Kconfig
vendored
Normal file
34
applications/external/esp_flasher/lib/esp-serial-flasher/Kconfig
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
menu "ESP serial flasher"
|
||||
config SERIAL_FLASHER_MD5_ENABLED
|
||||
bool "Enable MD5 check"
|
||||
default y
|
||||
help
|
||||
Select this option to enable MD5 hashsum check after flashing.
|
||||
|
||||
choice SERIAL_FLASHER_INTERFACE
|
||||
prompt "Hardware interface to use for firmware download"
|
||||
default SERIAL_FLASHER_INTERFACE_UART
|
||||
help
|
||||
esp-serial-flasher can work with UART and SPI interfaces.
|
||||
|
||||
config SERIAL_FLASHER_INTERFACE_UART
|
||||
bool "UART"
|
||||
|
||||
config SERIAL_FLASHER_INTERFACE_SPI
|
||||
bool "SPI (Only supports downloading to RAM, experimental)"
|
||||
|
||||
endchoice
|
||||
|
||||
config SERIAL_FLASHER_RESET_HOLD_TIME_MS
|
||||
int "Time for which the reset pin is asserted when doing a hard reset"
|
||||
default 100
|
||||
|
||||
config SERIAL_FLASHER_BOOT_HOLD_TIME_MS
|
||||
int "Time for which the boot pin is asserted when doing a hard reset"
|
||||
default 50
|
||||
|
||||
config SERIAL_FLASHER_DEBUG_TRACE
|
||||
bool "Enable debug tracing output (only transfer data tracing is supported at the time)"
|
||||
default n
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user