package ti.targets

Package of targets for TI code generation tools

The modules in this package implement the xdc.bld.ITarget interface; this interface "wraps" the compiler tool-chain with an abstract interface that enables these tools to to be used by the XDC Build Engine.
XDCspec declarations sourced in ti/targets/package.xdc
requires xdc.bld[1, 0, 1];
 
package ti.targets [1, 0, 3] {
 
    interface ITarget;
    // A TI specific extension to the base xdc.bld.ITarget2 interface
    module C28;
    // TI C28 default runtime model (little endian)
    module C28_float;
    // TI C28 large model little endian with floating point support (fpu32)
    module C28_large;
    // TI C28 large model little endian
    module C54;
    // TI C54 default runtime model
    module C54_far;
    // TI C54 far model
    module C55;
    // TI C55 default runtime model
    module C55P_word;
    // TI C55P huge data big endian word mode
    module C55_huge;
    // TI C55 big endian huge data model
    module C55_large;
    // TI C55 large model
    module C62;
    // TI C62 default runtime model (little endian)
    module C62_big_endian;
    // TI C62 big endian
    module C64;
    // TI C64 default runtime model (little endian)
    module C64P;
    // TI C64P default runtime model (little endian)
    module C64P_big_endian;
    // TI C64P big endian
    module C64T;
    // TI C64T default runtime model (little endian)
    module C64T_big_endian;
    // TI C64T big endian
    module C64_big_endian;
    // TI C64 big endian
    module C66;
    // TI C66 little endian (COFF)
    module C66_big_endian;
    // TI C66 big endian (COFF)
    module C67;
    // TI C67 default runtime model (little endian)
    module C674;
    // TI C674 default runtime model (little endian)
    module C674_big_endian;
    // TI C674 big endian
    module C67P;
    // TI C67P default runtime model (little endian)
    module C67_big_endian;
    // TI C67 big endian
    module TMS470;
    // TI TMS470 (Arm) little endian
    module TMS470_big_endian;
    // TI TMS470 (Arm) big endian
}
generated on Tue, 24 Aug 2010 15:41:34 GMT