Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11 12 13
# Kconfig - nRF52840 PCA10056 board configuration # # Copyright (c) 2016 Nordic Semiconductor ASA # # SPDX-License-Identifier: Apache-2.0 if BOARD_NRF52840_PCA10056 config GPIO_AS_PINRESET bool "GPIO as pin reset (reset button)" default y endif # BOARD_NRF52840_PCA10056