package ti.catalog.msp430.init

MSP430 boot time initialization support

This package contains a Boot module that supplies minimal boot time initialization code. This code optionally disables the watchdog timer (to ensure normal C initialization can complete before the watchdog resets the device) and configures the CPU clock.
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 Jun 2016 23:30:29 GMT