1    /*
     2     *  Copyright (c) 2015 by Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     *
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    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     *  @(#) ti.catalog.msp430.init; 1, 0, 0,; 6-16-2015 12:30:28; /db/ztree/library/trees/platform/platform-q01/src/
    29     */
    30