Custom board

This commit is contained in:
2023-11-02 19:47:21 +01:00
parent aac3b7200c
commit 981e949cf1
11 changed files with 227 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52840_TEST
config BOARD
default "nrf52840_test"
config BT_CTLR
default BT
endif