1    /*
     2     *  Copyright 2009 by Texas Instruments Incorporated.
     3     *
     4     *  All rights reserved. Property of Texas Instruments Incorporated.
     5     *  Restricted rights to use, duplicate or disclose this code are
     6     *  granted through contract.
     7     *
     8     */
     9    
    10    requires ti.catalog.arm;
    11    requires xdc.platform [1,0,1];
    12    
    13    /*!
    14     *  ======== ti.platforms.evmDM355 ========
    15     *  Platform package for the evmDM355 platform.
    16     *
    17     *  This package implements the interfaces (xdc.platform.IPlatform) necessary
    18     *  to build and run executables on the evmDM355 platform.
    19     *
    20     *  @a(Throws)
    21     *  `XDCException` exceptions are thrown for fatal errors. The following error
    22     *  codes are reported in the exception message:
    23     *  @p(dlist)                            
    24     *      -  `ti.platfoms.evmDM355.LINK_TEMPLATE_ERROR`
    25     *           This error is raised when this platform cannot found the default
    26     *           linker command template `linkcmd.xdt` in the build target's
    27     *           package. When a target does not contain this file, the config
    28     *           parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
    29     *  @p
    30     */
    31    package ti.platforms.evmDM355 [1,0,0] {
    32        module Platform;
    33    }
    34    /*
    35     *  @(#) ti.platforms.evmDM355; 1, 0, 0,155; 6-4-2009 14:12:27; /db/ztree/library/trees/platform-k10x/src/
    36     */
    37