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] {
 
    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)
}
generated on Thu, 23 May 2019 00:23:17 GMT