package ti.catalog.msp430

Package of devices for the msp430 family

Each module in this package implements the xdc.platform.ICpuDataSheet interface. This interface is used by platforms (modules that implement xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
XDCspec declarations sourced in ti/catalog/msp430/package.xdc
requires xdc.platform;
requires ti.catalog;
 
package ti.catalog.msp430 [1, 0, 0] {
 
    interface IMSP430;
    // An interface implemented by all MSP430 devices
    interface IMSP430F54xx;
    interface IMSP430F55xx;
    interface IMSP430x22xx;
    // Common definition for MSP430x22xx devices
    module MSP430;
    // Generic MSP430 Cpu definition
    module MSP430F223x;
    // MSP430F223x Cpu definition
    module MSP430F225x;
    // MSP430F225x Cpu definition
    module MSP430F2274;
    // MSP430F2274 Cpu definition
    module MSP430F5418;
    // MSP430F5418 CPU definition
    module MSP430F5419;
    // MSP430F5419 CPU definition
    module MSP430F5435;
    // MSP430F5435 CPU definition
    module MSP430F5436;
    // MSP430F5436 CPU definition
    module MSP430F5437;
    // MSP430F5437 CPU definition
    module MSP430F5438;
    // MSP430F5438 CPU definition
    module MSP430F5529;
    // MSP430F5529 CPU definition
}
generated on Tue, 24 Aug 2010 15:40:40 GMT