Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# nRF52 BLENANO 2 board configuration

# Copyright (c) 2016 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

if BOARD_NRF52_BLENANO2

config BOARD
	default "nrf52_blenano2"

config BT_CTLR
	default BT

endif # BOARD_NRF52_BLENANO2