15 lines
339 B
Plaintext
15 lines
339 B
Plaintext
# # Raspberry Pi RP2040 MCU
|
|
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC
|
|
default "rp2040"
|
|
depends on SOC_RP2040
|
|
|
|
config BUILD_OUTPUT_UF2_USE_FLASH_BASE
|
|
default y if RP2_REQUIRES_SECOND_STAGE_BOOT
|
|
|
|
config BUILD_OUTPUT_UF2_USE_FLASH_OFFSET
|
|
default y if !RP2_REQUIRES_SECOND_STAGE_BOOT
|