1 /* 2 * Copyright (c) 2008 Texas Instruments and others. 3 * All rights reserved. This program and the accompanying materials 4 * are made available under the terms of the Eclipse Public License v1.0 5 * which accompanies this distribution, and is available at 6 * http://www.eclipse.org/legal/epl-v10.html 7 * 8 * Contributors: 9 * Texas Instruments - initial implementation 10 * 11 * 12 */ 13 /* 14 * ======== package.xdc ======== 15 * 16 */ 17 18 requires xdc.bld; 19 requires ti.targets; 20 21 /*! 22 * ======== ti.targets.arm ======== 23 * Package of Arm targets for TI code generation tools 24 * 25 */ 26 package ti.targets.arm [2,0,1,0] { 27 interface IArm; 28 module Arm7, Arm7_big_endian, Arm9, Arm9t; 29 module Arm11, Arm11_big_endian; 30 interface IM3, IM3_big_endian; 31 module M3, M3_big_endian; 32 interface IR4, IR4_big_endian; 33 module R4, R4_big_endian; 34 module R4t, R4t_big_endian; 35 } 36 /* 37 * @(#) ti.targets.arm; 2, 0, 1, 0,412; 9-27-2012 15:05:51; /db/ztree/library/trees/xdctargets/xdctargets-f36x/src/ xlibrary 38 39 */ 40