1 requires xdc.runtime; 2 3 /*! 4 * ======== ti.catalog.msp430.init ======== 5 * MSP430 boot time initialization support 6 * 7 * This package contains a `{@link Boot}` module that supplies minimal 8 * boot time initialization code. This code optionally disables the 9 * watchdog timer (to ensure normal C initialization can complete before 10 * the watchdog resets the device) and configures the CPU clock. 11 */ 12 package ti.catalog.msp430.init[1,0,0] { 13 module Boot; 14 }