package ti.catalog.msp430.init

MSP430 boot timer initialization support

This package contain a Boot module that suppleis minimal boot timer initialization code. In the case of the MSP430, this code simply disables the watchdog timer (to allow normal C initialization to complete before the watchdog resets the device).
XDCspec declarations sourced in ti/catalog/msp430/init/package.xdc
requires xdc.runtime;
 
package ti.catalog.msp430.init [1, 0, 0] {
 
    module Boot;
    // Boot time initialization code manager
}
generated on Fri, 10 Feb 2012 21:42:00 GMT