arch: Add Atmel SAM E70 SoC support
Added support for Atmel SAM E70 (Cortex-M7) MCU: - Kconfig files - device start-up code Tested on Atmel SMART SAM E70 Xplained board Origin: Original Jira: ZEP-978 Change-Id: Ide4fd5dadd94897303090a6507b8d048773b645e Signed-off-by: Piotr Mienkowski <Piotr.Mienkowski@schmid-telecom.ch>
This commit is contained in:
parent
b54f2a42ad
commit
be468b0913
11 changed files with 710 additions and 0 deletions
7
arch/arm/soc/atmel_sam/Makefile
Normal file
7
arch/arm/soc/atmel_sam/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Makefile - Atmel SAM MCU family
|
||||
#
|
||||
# Copyright (c) 2016 Piotr Mienkowski
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
obj-y += $(SOC_SERIES)/
|
Loading…
Add table
Add a link
Reference in a new issue