mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
|
menu "ULP-RISCV UART TX Example Configuration"
|
||
|
|
||
|
orsource "$IDF_PATH/examples/common_components/env_caps/$IDF_TARGET/Kconfig.env_caps"
|
||
|
|
||
|
config EXAMPLE_UART_TXD
|
||
|
int "UART TXD pin number"
|
||
|
range ENV_GPIO_RANGE_MIN ENV_GPIO_OUT_RANGE_MAX
|
||
|
default 4
|
||
|
help
|
||
|
GPIO number for UART TX pin. See UART documentation for more information
|
||
|
about available pin numbers for UART.
|
||
|
|
||
|
endmenu
|