mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 02:21:56 +00:00
UART pins (TX, RX, RTS, CTS) are now configured in DTS files. RTS and CTS definitions are optional. If flow control is enabled and RTS/CTS pins are not defined, then compiler will issue an error message. Signed-off-by: Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no>
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
# Kconfig - Sparkfun nRF52832 breakout board configuration
|
|
#
|
|
# Copyright (c) 2017 Shawn Nock <shawn@monadnock.ca>
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_NRF52_SPARKFUN
|
|
|
|
config BOARD
|
|
default "nrf52_sparkfun"
|
|
|
|
endif # BOARD_NRF52_SPARKFUN
|