package ti.targets.arm.clang

Package of Arm targets for TI LLVM based code generation tools for ELF

XDCspec declarations sourced in ti/targets/arm/clang/package.xdc
requires xdc.bld;
requires ti.targets;
requires ti.targets.arm.elf;
 
package ti.targets.arm.clang [1, 0, 0] {
 
    interface ITarget;
    // Common settings for all clang Arm targets
    module M0;
    // Cortex M0 with no floating point unit, little endian thumb2 (ELF)
    module M3;
    // Cortex M3 with no floating point unit, little endian thumb2 (ELF)
    module M33;
    // Cortex M33 without floating point unit, little endian thumb2 (ELF)
    module M33F;
    // Cortex M33 with floating point unit, little endian thumb2 (ELF)
    module M4;
    // Cortex M4 with no floating point unit, little endian thumb2 (ELF)
    module M4F;
    // Cortex M4 with floating point unit, little endian thumb2 (ELF)
    module R5F;
    // Cortex R5 with floating point unit
}
generated on Sat, 19 Sep 2020 02:07:36 GMT