circuitpython/ports/espressif/boards/espressif_esp32s3_lcd_ev/sdkconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
561 B
Plaintext
Raw Normal View History

#
2023-09-21 16:52:47 -04:00
# Espressif IoT Development Framework Configuration
#
#
2023-09-21 16:52:47 -04:00
# Component config
#
#
2023-09-21 16:52:47 -04:00
# ESP System Settings
#
2023-09-21 16:52:47 -04:00
CONFIG_ESP_CONSOLE_UART_CUSTOM=y
# CONFIG_ESP_CONSOLE_NONE is not set
2023-09-21 16:52:47 -04:00
CONFIG_ESP_CONSOLE_UART=y
CONFIG_ESP_CONSOLE_UART_CUSTOM_NUM_0=y
CONFIG_ESP_CONSOLE_UART_NUM=0
CONFIG_ESP_CONSOLE_UART_TX_GPIO=43
2023-09-21 16:52:47 -04:00
CONFIG_ESP_CONSOLE_UART_RX_GPIO=44
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
# end of ESP System Settings
#
# LWIP
#
CONFIG_LWIP_LOCAL_HOSTNAME="circuitpy"
# end of LWIP
# end of Component config
# end of Espressif IoT Development Framework Configuration