mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
arch/arm/src/samv7: Add support for SAME70 peripheral clocks
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
|
||||
#if defined(CONFIG_ARCH_CHIP_SAMV71)
|
||||
# include "samv71_periphclks.h"
|
||||
#if defined(CONFIG_ARCH_CHIP_SAME70)
|
||||
# include "same70_periphclks.h"
|
||||
#else
|
||||
# error Unrecognized SAMV7 architecture
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/arm/src/samv7/sam4e_periphclks.h
|
||||
* arch/arm/src/samv7/samv71_periphclks.h
|
||||
*
|
||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
Reference in New Issue
Block a user