FastModel: rename SMM_MPS2.h to FVP_MPS2.h

pull/9233/head
Qinghao Shi 2019-01-02 22:13:41 +00:00
parent a7de0a5991
commit 55bd5d5c44
9 changed files with 11 additions and 14 deletions

View File

@ -28,13 +28,10 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************
* File: smm_mps2.h
* Release: Version 1.1
*******************************************************************************/ *******************************************************************************/
#ifndef __SMM_MPS2_H #ifndef __FVP_MPS2_H
#define __SMM_MPS2_H #define __FVP_MPS2_H
#include "peripherallink.h" /* device specific header file */ #include "peripherallink.h" /* device specific header file */
@ -531,4 +528,4 @@ typedef struct
#endif /* __SMM_MPS2_H */ #endif /* __FVP_MPS2_H */

View File

@ -22,7 +22,7 @@
* Code implementation file for the fpga functions. * Code implementation file for the fpga functions.
*/ */
#include "SMM_MPS2.h" // MPS2 common header #include "FVP_MPS2.h" // MPS2 common header
// Function to delay n*ticks (25MHz = 40nS per tick) // Function to delay n*ticks (25MHz = 40nS per tick)
// Used for I2C drivers // Used for I2C drivers

View File

@ -18,7 +18,7 @@
* Code implementation file for the fpga functions. * Code implementation file for the fpga functions.
*/ */
#include "SMM_MPS2.h" // MPS2 common header #include "FVP_MPS2.h" // MPS2 common header
// Function to delay n*ticks (25MHz = 40nS per tick) // Function to delay n*ticks (25MHz = 40nS per tick)
// Used for I2C drivers // Used for I2C drivers

View File

@ -36,7 +36,7 @@
#define MBED_CMSIS_H #define MBED_CMSIS_H
#include "CMSDK_CM0.h" #include "CMSDK_CM0.h"
#include "SMM_MPS2.h" #include "FVP_MPS2.h"
#include "cmsis_nvic.h" #include "cmsis_nvic.h"
#endif #endif

View File

@ -36,7 +36,7 @@
#define MBED_CMSIS_H #define MBED_CMSIS_H
#include "CMSDK_CM0plus.h" #include "CMSDK_CM0plus.h"
#include "SMM_MPS2.h" #include "FVP_MPS2.h"
#include "cmsis_nvic.h" #include "cmsis_nvic.h"
#endif #endif

View File

@ -36,7 +36,7 @@
#define MBED_CMSIS_H #define MBED_CMSIS_H
#include "CMSDK_CM3.h" #include "CMSDK_CM3.h"
#include "SMM_MPS2.h" #include "FVP_MPS2.h"
#include "cmsis_nvic.h" #include "cmsis_nvic.h"
#endif #endif

View File

@ -36,7 +36,7 @@
#define MBED_CMSIS_H #define MBED_CMSIS_H
#include "CMSDK_CM4.h" #include "CMSDK_CM4.h"
#include "SMM_MPS2.h" #include "FVP_MPS2.h"
#include "cmsis_nvic.h" #include "cmsis_nvic.h"
#endif #endif

View File

@ -36,7 +36,7 @@
#define MBED_CMSIS_H #define MBED_CMSIS_H
#include "CMSDK_CM7.h" #include "CMSDK_CM7.h"
#include "SMM_MPS2.h" #include "FVP_MPS2.h"
#include "cmsis_nvic.h" #include "cmsis_nvic.h"
#endif #endif

View File

@ -17,7 +17,7 @@
#include "cmsis.h" #include "cmsis.h"
#include "pinmap.h" #include "pinmap.h"
#include "mbed_error.h" #include "mbed_error.h"
#include "SMM_MPS2.h" #include "FVP_MPS2.h"
#include "mbed_wait_api.h" #include "mbed_wait_api.h"
#include "fpga.h" #include "fpga.h"