package ti.targets.arm.elf

Package of Arm targets for TI code generation tools for ELF

XDCspec declarations sourced in ti/targets/arm/elf/package.xdc
requires xdc.bld[1, 0, 1];
 
package ti.targets.arm.elf [1, 0, 0] {
 
    interface IA8;
    // Cortex A8 little endian target
    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 A8F;
    // Cortex A8 little endian with floating point support (NEON) (ELF)
    module A8Ft;
    // Cortex A8 thumb2 little endian with floating point support (NEON) (ELF)
    module Arm7;
    // TI Arm7 little endian (ELF)
    module Arm7_big_endian;
    // TI Arm7 big endian (ELF)
    module Arm9;
    // TI Arm9 little endian (ELF)
    module Arm9t;
    // TI Arm9 little endian thumb-mode (ELF)
    module M3;
    // Cortex M3 little endian thumb2 (ELF)
    module M3_big_endian;
    // Cortex M3 big endian thumb2 (ELF)
    module R4;
    // Cortex R4 little endian thumb2 (ELF)
    module R4F;
    // Cortex R4 little endian with floating point support (vfpv3d16) (ELF)
    module R4F_big_endian;
    // Cortex R4 big endian with floating point support (vfpv3d16) (ELF)
    module R4Ft;
    // Cortex R4 little endian thumb2 with floating point support (vfpv3d16) (ELF)
    module R4Ft_big_endian;
    // Cortex R4 big endian thumb2 with floating point support (vfpv3d16) (ELF)
    module R4_big_endian;
    // Cortex R4 big endian thumb2 (ELF)
    module R4t;
    // Cortex R4 little endian thumb2 (ELF)
    module R4t_big_endian;
    // Cortex R4 big endian thumb2 (ELF)
}
generated on Tue, 24 Aug 2010 15:41:21 GMT