mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-30 20:36:13 +00:00
The ESP32 UART driver can only be used on the ESP32 SoC AFAICT. But it did not have a depend clause so it was polluting the options of other platforms. With this patch the ESP32 driver will no longer be exposed to users of non-ESP32 devices. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> |
||
---|---|---|
.. | ||
Kconfig | ||
Kconfig.altera_jtag | ||
Kconfig.atmel_sam3 | ||
Kconfig.cc32xx | ||
Kconfig.cmsdk_apb | ||
Kconfig.esp32 | ||
Kconfig.fe310 | ||
Kconfig.mcux | ||
Kconfig.mcux_lpsci | ||
Kconfig.mcux_lpuart | ||
Kconfig.nrf5 | ||
Kconfig.ns16550 | ||
Kconfig.nsim | ||
Kconfig.qmsi | ||
Kconfig.riscv_qemu | ||
Kconfig.stellaris | ||
Kconfig.stm32 | ||
Kconfig.uart_sam | ||
Kconfig.usart_sam | ||
Makefile | ||
uart_altera_jtag.c | ||
uart_atmel_sam3.c | ||
uart_cc32xx.c | ||
uart_cmsdk_apb.c | ||
uart_esp32.c | ||
uart_fe310.c | ||
uart_mcux_lpsci.c | ||
uart_mcux_lpuart.c | ||
uart_mcux.c | ||
uart_nrf5.c | ||
uart_ns16550.c | ||
uart_ns16550.h | ||
uart_nsim.c | ||
uart_qmsi.c | ||
uart_riscv_qemu.c | ||
uart_sam.c | ||
uart_stellaris.c | ||
uart_stm32.c | ||
uart_stm32.h | ||
usart_sam.c |