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
    module MSP430;
    // Generic MSP430 Cpu definition
}
generated on Wed, 09 Aug 2017 16:39:38 GMT