mirror of https://github.com/ARMmbed/mbed-os.git
FastModel: rename SMM_MPS2.h to FVP_MPS2.h
parent
a7de0a5991
commit
55bd5d5c44
|
@ -28,13 +28,10 @@
|
|||
* 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
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*******************************************************************************
|
||||
* File: smm_mps2.h
|
||||
* Release: Version 1.1
|
||||
*******************************************************************************/
|
||||
|
||||
#ifndef __SMM_MPS2_H
|
||||
#define __SMM_MPS2_H
|
||||
#ifndef __FVP_MPS2_H
|
||||
#define __FVP_MPS2_H
|
||||
|
||||
#include "peripherallink.h" /* device specific header file */
|
||||
|
||||
|
@ -531,4 +528,4 @@ typedef struct
|
|||
|
||||
|
||||
|
||||
#endif /* __SMM_MPS2_H */
|
||||
#endif /* __FVP_MPS2_H */
|
|
@ -22,7 +22,7 @@
|
|||
* 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)
|
||||
// Used for I2C drivers
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* 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)
|
||||
// Used for I2C drivers
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define MBED_CMSIS_H
|
||||
|
||||
#include "CMSDK_CM0.h"
|
||||
#include "SMM_MPS2.h"
|
||||
#include "FVP_MPS2.h"
|
||||
#include "cmsis_nvic.h"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define MBED_CMSIS_H
|
||||
|
||||
#include "CMSDK_CM0plus.h"
|
||||
#include "SMM_MPS2.h"
|
||||
#include "FVP_MPS2.h"
|
||||
#include "cmsis_nvic.h"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define MBED_CMSIS_H
|
||||
|
||||
#include "CMSDK_CM3.h"
|
||||
#include "SMM_MPS2.h"
|
||||
#include "FVP_MPS2.h"
|
||||
#include "cmsis_nvic.h"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define MBED_CMSIS_H
|
||||
|
||||
#include "CMSDK_CM4.h"
|
||||
#include "SMM_MPS2.h"
|
||||
#include "FVP_MPS2.h"
|
||||
#include "cmsis_nvic.h"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#define MBED_CMSIS_H
|
||||
|
||||
#include "CMSDK_CM7.h"
|
||||
#include "SMM_MPS2.h"
|
||||
#include "FVP_MPS2.h"
|
||||
#include "cmsis_nvic.h"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "cmsis.h"
|
||||
#include "pinmap.h"
|
||||
#include "mbed_error.h"
|
||||
#include "SMM_MPS2.h"
|
||||
#include "FVP_MPS2.h"
|
||||
#include "mbed_wait_api.h"
|
||||
#include "fpga.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue