Loading...
# Holyiot YJ-16019 board configuration
# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0
if BOARD_HOLYIOT_YJ16019
config BOARD
default "holyiot_yj16019"
config GPIO_AS_PINRESET
default n
config UART_NRFX
default n
config BT_CTLR
default BT
endif # BOARD_HOLYIOT_YJ16019
|