Skip to content

Commit 55bd5d5

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
FastModel: rename SMM_MPS2.h to FVP_MPS2.h
1 parent a7de0a5 commit 55bd5d5

File tree

9 files changed

+11
-14
lines changed

9 files changed

+11
-14
lines changed

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/SMM_MPS2.h renamed to targets/TARGET_ARM_FM/TARGET_FVP_MPS2/FVP_MPS2.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@
2828
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2929
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
31-
*******************************************************************************
32-
* File: smm_mps2.h
33-
* Release: Version 1.1
3431
*******************************************************************************/
3532

36-
#ifndef __SMM_MPS2_H
37-
#define __SMM_MPS2_H
33+
#ifndef __FVP_MPS2_H
34+
#define __FVP_MPS2_H
3835

3936
#include "peripherallink.h" /* device specific header file */
4037

@@ -531,4 +528,4 @@ typedef struct
531528

532529

533530

534-
#endif /* __SMM_MPS2_H */
531+
#endif /* __FVP_MPS2_H */

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/SDK/fpga.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Code implementation file for the fpga functions.
2323
*/
2424

25-
#include "SMM_MPS2.h" // MPS2 common header
25+
#include "FVP_MPS2.h" // MPS2 common header
2626

2727
// Function to delay n*ticks (25MHz = 40nS per tick)
2828
// Used for I2C drivers

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/SDK/fpga.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Code implementation file for the fpga functions.
1919
*/
2020

21-
#include "SMM_MPS2.h" // MPS2 common header
21+
#include "FVP_MPS2.h" // MPS2 common header
2222

2323
// Function to delay n*ticks (25MHz = 40nS per tick)
2424
// Used for I2C drivers

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/TARGET_FVP_MPS2_M0/device/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define MBED_CMSIS_H
3737

3838
#include "CMSDK_CM0.h"
39-
#include "SMM_MPS2.h"
39+
#include "FVP_MPS2.h"
4040
#include "cmsis_nvic.h"
4141

4242
#endif

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/TARGET_FVP_MPS2_M0P/device/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define MBED_CMSIS_H
3737

3838
#include "CMSDK_CM0plus.h"
39-
#include "SMM_MPS2.h"
39+
#include "FVP_MPS2.h"
4040
#include "cmsis_nvic.h"
4141

4242
#endif

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/TARGET_FVP_MPS2_M3/device/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define MBED_CMSIS_H
3737

3838
#include "CMSDK_CM3.h"
39-
#include "SMM_MPS2.h"
39+
#include "FVP_MPS2.h"
4040
#include "cmsis_nvic.h"
4141

4242
#endif

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/TARGET_FVP_MPS2_M4/device/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define MBED_CMSIS_H
3737

3838
#include "CMSDK_CM4.h"
39-
#include "SMM_MPS2.h"
39+
#include "FVP_MPS2.h"
4040
#include "cmsis_nvic.h"
4141

4242
#endif

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/TARGET_FVP_MPS2_M7/device/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define MBED_CMSIS_H
3737

3838
#include "CMSDK_CM7.h"
39-
#include "SMM_MPS2.h"
39+
#include "FVP_MPS2.h"
4040
#include "cmsis_nvic.h"
4141

4242
#endif

targets/TARGET_ARM_FM/TARGET_FVP_MPS2/i2c_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "cmsis.h"
1818
#include "pinmap.h"
1919
#include "mbed_error.h"
20-
#include "SMM_MPS2.h"
20+
#include "FVP_MPS2.h"
2121
#include "mbed_wait_api.h"
2222
#include "fpga.h"
2323

0 commit comments

Comments
 (0)