17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
# Atmel SAMD51 MCU series configuration options
|
|
|
|
# Copyright (c) 2019 ML!PA Consulting GmbH
|
|
# Copyright (c) 2024 Gerson Fernando Budke <nandojve@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_SAMD51
|
|
|
|
config NUM_IRQS
|
|
int
|
|
default 137
|
|
|
|
config ROM_START_OFFSET
|
|
default 0x400 if BOOTLOADER_MCUBOOT
|
|
|
|
endif # SOC_SERIES_SAMD51
|