14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
|
# Analog Devices MAX32xxx MCU family
|
||
|
|
||
|
# Copyright (c) 2023-2024 Analog Devices, Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_FAMILY_MAX32
|
||
|
|
||
|
rsource "Kconfig.defconfig.max32*"
|
||
|
|
||
|
config SRAM_VECTOR_TABLE
|
||
|
default y
|
||
|
|
||
|
endif # SOC_FAMILY_MAX32
|