File tree Expand file tree Collapse file tree 9 files changed +11
-14
lines changed
targets/TARGET_ARM_FM/TARGET_FVP_MPS2
TARGET_FVP_MPS2_M0P/device
TARGET_FVP_MPS2_M0/device
TARGET_FVP_MPS2_M3/device
TARGET_FVP_MPS2_M4/device
TARGET_FVP_MPS2_M7/device Expand file tree Collapse file tree 9 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 28
28
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29
29
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30
30
* POSSIBILITY OF SUCH DAMAGE.
31
- *******************************************************************************
32
- * File: smm_mps2.h
33
- * Release: Version 1.1
34
31
*******************************************************************************/
35
32
36
- #ifndef __SMM_MPS2_H
37
- #define __SMM_MPS2_H
33
+ #ifndef __FVP_MPS2_H
34
+ #define __FVP_MPS2_H
38
35
39
36
#include "peripherallink.h" /* device specific header file */
40
37
@@ -531,4 +528,4 @@ typedef struct
531
528
532
529
533
530
534
- #endif /* __SMM_MPS2_H */
531
+ #endif /* __FVP_MPS2_H */
Original file line number Diff line number Diff line change 22
22
* Code implementation file for the fpga functions.
23
23
*/
24
24
25
- #include "SMM_MPS2 .h" // MPS2 common header
25
+ #include "FVP_MPS2 .h" // MPS2 common header
26
26
27
27
// Function to delay n*ticks (25MHz = 40nS per tick)
28
28
// Used for I2C drivers
Original file line number Diff line number Diff line change 18
18
* Code implementation file for the fpga functions.
19
19
*/
20
20
21
- #include "SMM_MPS2 .h" // MPS2 common header
21
+ #include "FVP_MPS2 .h" // MPS2 common header
22
22
23
23
// Function to delay n*ticks (25MHz = 40nS per tick)
24
24
// Used for I2C drivers
Original file line number Diff line number Diff line change 36
36
#define MBED_CMSIS_H
37
37
38
38
#include "CMSDK_CM0.h"
39
- #include "SMM_MPS2 .h"
39
+ #include "FVP_MPS2 .h"
40
40
#include "cmsis_nvic.h"
41
41
42
42
#endif
Original file line number Diff line number Diff line change 36
36
#define MBED_CMSIS_H
37
37
38
38
#include "CMSDK_CM0plus.h"
39
- #include "SMM_MPS2 .h"
39
+ #include "FVP_MPS2 .h"
40
40
#include "cmsis_nvic.h"
41
41
42
42
#endif
Original file line number Diff line number Diff line change 36
36
#define MBED_CMSIS_H
37
37
38
38
#include "CMSDK_CM3.h"
39
- #include "SMM_MPS2 .h"
39
+ #include "FVP_MPS2 .h"
40
40
#include "cmsis_nvic.h"
41
41
42
42
#endif
Original file line number Diff line number Diff line change 36
36
#define MBED_CMSIS_H
37
37
38
38
#include "CMSDK_CM4.h"
39
- #include "SMM_MPS2 .h"
39
+ #include "FVP_MPS2 .h"
40
40
#include "cmsis_nvic.h"
41
41
42
42
#endif
Original file line number Diff line number Diff line change 36
36
#define MBED_CMSIS_H
37
37
38
38
#include "CMSDK_CM7.h"
39
- #include "SMM_MPS2 .h"
39
+ #include "FVP_MPS2 .h"
40
40
#include "cmsis_nvic.h"
41
41
42
42
#endif
Original file line number Diff line number Diff line change 17
17
#include "cmsis.h"
18
18
#include "pinmap.h"
19
19
#include "mbed_error.h"
20
- #include "SMM_MPS2 .h"
20
+ #include "FVP_MPS2 .h"
21
21
#include "mbed_wait_api.h"
22
22
#include "fpga.h"
23
23
You can’t perform that action at this time.
0 commit comments