-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
563911c
commit c0ae88b
Showing
8 changed files
with
373 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**************************************************************************************** | ||
* arch/arm/src/sam34/chip/sam_eefc.h | ||
* arch/arm/src/sam34/chip/sam3u_eefc.h | ||
* | ||
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
|
@@ -33,8 +33,8 @@ | |
* | ||
****************************************************************************************/ | ||
|
||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H | ||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H | ||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_EEFC_H | ||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_EEFC_H | ||
|
||
/**************************************************************************************** | ||
* Included Files | ||
|
@@ -117,4 +117,4 @@ | |
* Public Functions | ||
****************************************************************************************/ | ||
|
||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_EEFC_H */ | ||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_EEFC_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**************************************************************************************** | ||
* arch/arm/src/sam34/chip/sam_supc.h | ||
* arch/arm/src/sam34/chip/sam3u_supc.h | ||
* | ||
* Copyright (C) 2009, 2013 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
|
@@ -33,8 +33,8 @@ | |
* | ||
****************************************************************************************/ | ||
|
||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H | ||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H | ||
#ifndef __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_SUPC_H | ||
#define __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_SUPC_H | ||
|
||
/**************************************************************************************** | ||
* Included Files | ||
|
@@ -161,4 +161,4 @@ | |
* Public Functions | ||
****************************************************************************************/ | ||
|
||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM_SUPC_H */ | ||
#endif /* __ARCH_ARM_SRC_SAM34_CHIP_SAM3U_SUPC_H */ |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**************************************************************************** | ||
* arch/arm/src/chip/sam_clockconfig.c | ||
* arch/arm/src/chip/sam3u_clockconfig.c | ||
* | ||
* Copyright (C) 2010 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
|
@@ -50,9 +50,9 @@ | |
|
||
#include "sam_clockconfig.h" | ||
#include "chip/sam_pmc.h" | ||
#include "chip/sam_eefc.h" | ||
#include "chip/sam3u_eefc.h" | ||
#include "chip/sam_wdt.h" | ||
#include "chip/sam_supc.h" | ||
#include "chip/sam3u_supc.h" | ||
#include "chip/sam_matrix.h" | ||
|
||
/**************************************************************************** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters