Use generic hook infrastrucutre instead of custom Kconfig and hooks for ARM. Replace z_arm_platform_init() with platform_reset(). Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
342 B
Text
13 lines
342 B
Text
# Atmel SAMC21 MCU series
|
|
|
|
# Copyright (c) 2022 Kamil Serwus
|
|
# Copyright (c) 2023-2024 Gerson Fernando Budke <nandojve@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_SAMC21
|
|
select ARM
|
|
select CPU_CORTEX_M0PLUS
|
|
select CPU_CORTEX_M_HAS_SYSTICK
|
|
select CPU_CORTEX_M_HAS_VTOR
|
|
select CPU_HAS_ARM_MPU
|
|
select SOC_RESET_HOOK
|