Refactor and merge the SoC support files for the Atmel SAM E70 and SAM V71 product series. These SoCs are part of a larger product family (SAM E70/S70/V70/V71) and share a common set of peripherals. Support for the two remaining product series (SAM S70/V70) is not part of this refactoring as these will require further additions to the Atmel HAL. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
20 lines
510 B
Text
20 lines
510 B
Text
# Atmel SAM E70/S70/V70/V71 MCU series
|
|
|
|
# Copyright (c) 2016 Piotr Mienkowski
|
|
# Copyright (c) 2019-2024 Gerson Fernando Budke <nandojve@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_SAMX7X
|
|
select ARM
|
|
select CPU_CORTEX_M7
|
|
select CPU_CORTEX_M_HAS_DWT
|
|
select CPU_HAS_ARM_MPU
|
|
select CPU_HAS_FPU_DOUBLE_PRECISION
|
|
select CPU_HAS_ICACHE
|
|
select CPU_HAS_DCACHE
|
|
select INIT_ARCH_HW_AT_BOOT
|
|
select SOC_RESET_HOOK
|
|
select HAS_SWO
|
|
select XIP
|
|
select HAS_POWEROFF
|
|
select SOC_EARLY_INIT_HOOK
|