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