zephyr/drivers/serial
Andrzej Głąbek 4b43065cfc drivers: nrf: Enable nRF drivers by default in Kconfig
Make the following nRF peripheral drivers:
- ADC
- GPIO
- I2C
- SPI
- UART
- USB_DEVICE
enabled by default so that users do not need to explicitly enable them
in their applications after choosing an nRF SoC as the build target.

Kconfig options enabling these drivers depend on both a given hardware
feature (e.g. I2C) and an nRF family SoC selected, so effectively they
will be automatically enabled only when it is adequate (and in most
cases these drivers are the only option for a given hardware feature
on nRF SoCs).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2018-12-21 21:01:37 +01:00
..
CMakeLists.txt qemu_riscv32: use hifive1 configuration 2018-11-05 11:00:38 -05:00
Kconfig qemu_riscv32: use hifive1 configuration 2018-11-05 11:00:38 -05:00
Kconfig.altera_jtag
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko drivers: Add more uart instances for Silabs Devices 2018-10-16 15:59:37 -05:00
Kconfig.imx
Kconfig.leuart_gecko drivers: Introduce Silabs leuart shim serial driver 2018-10-31 09:00:38 -05:00
Kconfig.mcux
Kconfig.mcux_lpc_usart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart
Kconfig.miv drivers: serial: uart_miv: Convert to use DTS 2018-11-03 06:58:23 -04:00
Kconfig.msp432p4xx
Kconfig.native_posix doc: fix kconfig misspellings 2018-11-02 17:58:16 -04:00
Kconfig.nrfx drivers: nrf: Enable nRF drivers by default in Kconfig 2018-12-21 21:01:37 +01:00
Kconfig.ns16550
Kconfig.nsim
Kconfig.psoc6
Kconfig.qmsi
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32 drivers/serial: stm32: Modify Kconfig instance flags 2018-12-14 09:59:37 -06:00
Kconfig.uart_sam
Kconfig.usart_sam
leuart_gecko.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_altera_jtag_hal.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_cc32xx.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_cmsdk_apb.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_esp32.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_gecko.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_handlers.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_imx.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_mcux.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_mcux_lpsci.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_mcux_lpuart.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_miv.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_msp432p4xx.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_native_posix.c uart: native_posix driver: Fix typo 2018-11-30 08:00:34 -08:00
uart_nrfx_uart.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_nrfx_uarte.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_ns16550.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_ns16550.h
uart_nsim.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_psoc6.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_qmsi.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_sam.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_sam0.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
uart_sifive.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_stellaris.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
uart_stm32.c drivers/serial: stm32: Modify Kconfig instance flags 2018-12-14 09:59:37 -06:00
uart_stm32.h
usart_mcux_lpc.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
usart_sam.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00