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;
requires ti.targets;
 
package ti.targets.arm.elf [1, 0, 0] {
 
    interface IA8;
    // Cortex A8 little endian target
    interface IArm;
    // Common settings for all Arm targets
    interface IM0;
    // Cortex M0 little endian thumb2 target
    interface IM3;
    // Cortex M3 little endian thumb2 target
    interface IM4;
    // Cortex M4 little endian thumb2 target
    interface IR4;
    // Cortex R4 little endian target
    interface IR5;
    // Cortex R5 little endian target
    module A8Fnv;
    // Cortex A8 little endian with neon & vector floating point support (VFPV3) (NEON) (ELF)
    module Arm9;
    // TI Arm9 little endian (ELF)
    module M0;
    // Cortex M0 little endian thumb2 (ELF)
    module M3;
    // Cortex M3 little endian thumb2 (ELF)
    module M4;
    // Cortex M4, no floating point unit, little endian thumb2 (ELF)
    module M4F;
    // Cortex M4 with floating point unit, little endian thumb2 (ELF)
    module R5F;
    // Cortex R5 little endian with floating point support (vfpv3d16) (ELF)
}
generated on Tue, 09 Oct 2018 20:58:03 GMT