c29c1cceb8
Add support for the ARM DesignStart DAPLink board for Digilent Arty S7/A7 (V2C DAPLink) shield. This shield is designed to be used along with the ARM Cortex-M1/M3 DesignStart FPGA reference designs running on the Digilent Arty. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_V2C_DAPLINK
|
|
def_bool $(shields_list_contains,v2c_daplink)
|
|
|
|
config SHIELD_V2C_DAPLINK_CFG
|
|
def_bool $(shields_list_contains,v2c_daplink_cfg)
|