Lines Matching refs:app
289 This UART peripheral is used for console output from the ESP-IDF Bootloader and the app.
291 … If the configuration is different in the Bootloader binary compared to the app binary, UART
292 is reconfigured after the bootloader exits and the app starts.
322 … This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including
323 boot log output and default standard output and standard error of the app).
325 … If the configuration is different in the Bootloader binary compared to the app binary, UART
326 is reconfigured after the bootloader exits and the app starts.
339 This GPIO is used for UART RX input in the ESP-IDF Bootloader and the app (including
340 default default standard input of the app).
344 … If the configuration is different in the Bootloader binary compared to the app binary, UART
345 is reconfigured after the bootloader exits and the app starts.
357 This baud rate is used by both the ESP-IDF Bootloader and the app (including
358 boot log output and default standard input/output/error of the app).
360 … The app's maximum baud rate depends on the UART clock source. If Power Management is disabled,
366 … If the configuration is different in the Bootloader binary compared to the app binary, UART
367 is reconfigured after the bootloader exits and the app starts.