Lines Matching full:if

36         int "Other baud rate value" if ESPTOOLPY_BAUD_OTHER
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
72 default ESPTOOLPY_FLASHMODE_OPI if ESPTOOLPY_OCT_FLASH
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
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
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
183 If this option is set, flashing the project will automatically detect
205 default "default_reset" if ESPTOOLPY_BEFORE_RESET
206 default "no_reset" if ESPTOOLPY_BEFORE_NORESET
226 default "hard_reset" if ESPTOOLPY_AFTER_RESET
227 default "no_reset" if ESPTOOLPY_AFTER_NORESET
236 If "Same as UART Console baud rate" is chosen then the value will
261 int "Custom baud rate value" if ESPTOOLPY_MONITOR_BAUD_OTHER
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