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 IArm;
    // Common settings for all Arm targets
    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 Arm9;
    // TI Arm9 little endian (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)
    module R5Ft;
    // Cortex R5 little endian with floating point support (vfpv3d16) (ELF)
}
generated on Thu, 23 May 2019 00:23:15 GMT