1    /* 
     2     *  Copyright (c) 2013 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     *  ======== VectorTable ========
    14     *  IAR's vector table module
    15     */
    16    metaonly module VectorTable
    17    {
    18        /*!
    19         *  ======== getVectorTableLib  ========
    20         *  Configurable vector table library option
    21         *
    22         *  By default, the IAR's vector table library in this package is pulled
    23         *  in during link phase. RTOS and other products which define their own 
    24         *  vector table can disable using the vector table library provided by  
    25         *  this package by setting `getVectorTableLib` config parameter to false.
    26         */
    27        config Bool getVectorTableLib = true;
    28    
    29    }
    30    /*
    31     *  @(#) iar.targets.arm.rts; 1, 0, 0,0; 2-10-2017 09:25:39; /db/ztree/library/trees/xdctargets/xdctargets-m11/src/ xlibrary
    32    
    33     */
    34