mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 11:12:52 +00:00
This commit adds support for the nrf52840_pca10059 board. The flash partitions are configured to allow migrating from the stock bootloader to MCUBoot. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
# Kconfig - nRF52840 PCA10059 board configuration
|
|
#
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_NRF52840_PCA10059
|
|
bool "NRF52840 PCA10059"
|
|
depends on SOC_NRF52840_QIAA
|