package ti.targets.arm

Package of Arm targets for TI code generation tools

XDCspec declarations sourced in ti/targets/arm/package.xdc
requires xdc.bld[1, 0, 1];
requires ti.targets;
 
package ti.targets.arm [2, 0, 1, 0] {
 
    interface IArm;
    // Common settings for all Arm targets
    interface IM3;
    // Cortex M3 little endian thumb2 target
    interface IM3_big_endian;
    // Cortex M3 big endian thumb2 target
    interface IR4;
    // Cortex R4 little endian target
    interface IR4_big_endian;
    // Cortex R4 big endian target
    module Arm11;
    // TI Arm11 little endian
    module Arm11_big_endian;
    // TI Arm11 big endian
    module Arm7;
    // TI Arm7 little endian
    module Arm7_big_endian;
    // TI Arm7 big endian
    module Arm9;
    // TI Arm9 little endian
    module Arm9t;
    // TI Arm9 little endian thumb-mode
    module M3;
    // Cortex M3 little endian thumb2
    module M3_big_endian;
    // Cortex M3 big endian thumb2
    module R4;
    // Cortex R4 little endian thumb2
    module R4_big_endian;
    // Cortex R4 big endian thumb2
    module R4t;
    // Cortex R4 little endian thumb2
    module R4t_big_endian;
    // Cortex R4 big endian thumb2
}
generated on Tue, 24 Aug 2010 15:41:14 GMT