Lines Matching full:default
4 string "Default serial port"
6 default "/dev/ttyUSB0"
14 prompt "Default baud rate"
16 default ESPTOOLPY_BAUD_115200B
18 Default baud rate to use while communicating with the ESP chip. Can be overridden by
37 default 115200
42 default 115200 if ESPTOOLPY_BAUD_115200B
43 default 230400 if ESPTOOLPY_BAUD_230400B
44 default 921600 if ESPTOOLPY_BAUD_921600B
45 default 2000000 if ESPTOOLPY_BAUD_2MB
46 default ESPTOOLPY_BAUD_OTHER_VAL if ESPTOOLPY_BAUD_OTHER
51 default "y"
59 default "n"
61 … The flasher tool sends a precompiled download stub first by default. That stub allows things
67 default n
71 default ESPTOOLPY_FLASHMODE_DIO
72 default ESPTOOLPY_FLASHMODE_OPI if ESPTOOLPY_OCT_FLASH
74 Mode the flash chip is flashed in, as well as the default mode for the
96 default ESPTOOLPY_FLASH_SAMPLE_MODE_DTR if ESPTOOLPY_OCT_FLASH
97 default ESPTOOLPY_FLASH_SAMPLE_MODE_STR if !ESPTOOLPY_OCT_FLASH
111 default "dio" if ESPTOOLPY_FLASHMODE_QIO
112 default "dio" if ESPTOOLPY_FLASHMODE_QOUT
113 default "dio" if ESPTOOLPY_FLASHMODE_DIO
114 default "dout" if ESPTOOLPY_FLASHMODE_DOUT
119 default "dout" if ESPTOOLPY_FLASHMODE_OPI
123 default ESPTOOLPY_FLASHFREQ_40M if IDF_TARGET_ESP32 || IDF_TARGET_ESP32H2
124 default ESPTOOLPY_FLASHFREQ_80M
146 default "80m" if ESPTOOLPY_FLASHFREQ_120M
147 default "80m" if ESPTOOLPY_FLASHFREQ_80M
148 default "40m" if ESPTOOLPY_FLASHFREQ_40M
149 default "26m" if ESPTOOLPY_FLASHFREQ_26M
150 default "20m" if ESPTOOLPY_FLASHFREQ_20M
155 default ESPTOOLPY_FLASHSIZE_2MB
173 default "1MB" if ESPTOOLPY_FLASHSIZE_1MB
174 default "2MB" if ESPTOOLPY_FLASHSIZE_2MB
175 default "4MB" if ESPTOOLPY_FLASHSIZE_4MB
176 default "8MB" if ESPTOOLPY_FLASHSIZE_8MB
177 default "16MB" if ESPTOOLPY_FLASHSIZE_16MB
181 default y
189 default ESPTOOLPY_BEFORE_RESET
205 default "default_reset" if ESPTOOLPY_BEFORE_RESET
206 default "no_reset" if ESPTOOLPY_BEFORE_NORESET
210 default ESPTOOLPY_AFTER_RESET
226 default "hard_reset" if ESPTOOLPY_AFTER_RESET
227 default "no_reset" if ESPTOOLPY_AFTER_NORESET
231 default ESPTOOLPY_MONITOR_BAUD_115200B
262 default 115200
266 default ESP_CONSOLE_UART_BAUDRATE if ESPTOOLPY_MONITOR_BAUD_CONSOLE
267 default 9600 if ESPTOOLPY_MONITOR_BAUD_9600B
268 default 57600 if ESPTOOLPY_MONITOR_BAUD_57600B
269 default 115200 if ESPTOOLPY_MONITOR_BAUD_115200B
270 default 230400 if ESPTOOLPY_MONITOR_BAUD_230400B
271 default 921600 if ESPTOOLPY_MONITOR_BAUD_921600B
272 default 2000000 if ESPTOOLPY_MONITOR_BAUD_2MB
273 default ESPTOOLPY_MONITOR_BAUD_OTHER_VAL if ESPTOOLPY_MONITOR_BAUD_OTHER