1    requires xdc.runtime;
     2    
     3    /*!
     4     *  ======== ti.catalog.msp430.init ========
     5     *  MSP430 boot timer initialization support
     6     *
     7     *  This package contain a `Boot` module that suppleis minimal boot timer
     8     *  initialization code.  In the case of the MSP430, this code simply
     9     *  disables the watchdog timer (to allow normal C initialization to
    10     *  complete before the watchdog resets the device).
    11     */
    12    package ti.catalog.msp430.init[1,0,0] {
    13        module Boot;
    14    }