-
Notifications
You must be signed in to change notification settings - Fork 72
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
73cfe37
commit 41b6a39
Showing
9 changed files
with
114 additions
and
72 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
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/****************************************************************************** | ||
Filename : RMP_platform.h | ||
Author : pry | ||
Date : 22/07/2017 | ||
Licence : LGPL v3+; see COPYING for details. | ||
Description : The platform specific types for RMP. | ||
******************************************************************************/ | ||
|
||
/* Platform Includes *********************************************************/ | ||
#include "Platform/CortexM_RVM/platform_cmx_RVM.h" | ||
/* End Platform Includes *****************************************************/ | ||
|
||
/* End Of File ***************************************************************/ | ||
|
||
/* Copyright (C) Evo-Devo Instrum. All rights reserved ***********************/ |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
copy platform_cmx_RVM_conf.h ..\..\MProkaron\Include\Platform\CortexM_RVM\platform_cmx_RVM_conf.h | ||
copy RMP_platform.h ..\..\MProkaron\Include\Platform\RMP_platform.h | ||
copy test.h ..\..\MProkaron\Benchmark\test.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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/****************************************************************************** | ||
Filename : platform_cmx_conf.h | ||
Author : pry | ||
Date : 24/06/2017 | ||
Licence : LGPL v3+; see COPYING for details. | ||
Description: The configuration file for Cortex-M HAL. | ||
******************************************************************************/ | ||
|
||
/* Config Includes ***********************************************************/ | ||
#include "Platform/CortexM_RVM/Chips/STM32F767IG/platform_STM32F767IG_RVM.h" | ||
/* End Config Includes *******************************************************/ | ||
|
||
/* End Of File ***************************************************************/ | ||
|
||
/* Copyright (C) Evo-Devo Instrum. All rights reserved ***********************/ |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/****************************************************************************** | ||
Filename : test.h | ||
Author : pry | ||
Date : 24/06/2017 | ||
Licence : LGPL v3+; see COPYING for details. | ||
Description: The configuration file for testing program. | ||
******************************************************************************/ | ||
|
||
/* Config Includes ***********************************************************/ | ||
#include "Platform/test_STM32F767IG_RVM.h" | ||
/* End Config Includes *******************************************************/ | ||
|
||
/* End Of File ***************************************************************/ | ||
|
||
/* Copyright (C) Evo-Devo Instrum. All rights reserved ***********************/ |