45ad244212
This replace pre kernel initialization by the platform specific initialization call. The platform specific init will configure at very beginning the clocks, flash wait states and cache. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
# Atmel SAMR35 MCU series
|
|
|
|
# Copyright (c) 2021 Argentum Systems Ltd.
|
|
# Copyright (c) 2023 Gerson Fernando Budke <nandojve@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_SAMR35
|
|
bool "Atmel SAMR35 MCU"
|
|
select ARM
|
|
select CPU_CORTEX_M0PLUS
|
|
select CPU_CORTEX_M_HAS_SYSTICK
|
|
select CPU_CORTEX_M_HAS_VTOR
|
|
select SOC_FAMILY_SAM0
|
|
select PLATFORM_SPECIFIC_INIT
|
|
select ASF
|
|
help
|
|
Enable support for Atmel SAMR35 Cortex-M0+ microcontrollers.
|