Loading...
# 96Boards NITROGEN board configuration # Copyright (c) 2016 Nordic Semiconductor ASA # SPDX-License-Identifier: Apache-2.0 if BOARD_96B_NITROGEN config BOARD default "96b_nitrogen" if I2C config I2C_0 default y endif # I2C if SPI config SPI_1 default y endif # SPI config BT_CTLR default BT endif # BOARD_96B_NITROGEN |