1    requires ti.catalog.arm;
     2    requires ti.catalog.c6000;
     3    requires xdc.platform [1,0,1];
     4    
     5    /*!
     6     *  ======== ti.platforms.evmDM37XX ========
     7     *  Platform package for the evmDM37XX platform.
     8     *
     9     *  This package implements the interfaces (xdc.platform.IPlatform)
    10     *  necessary to build and run executables on the evmDM37XX platform.
    11     *
    12     *  @a(Throws)
    13     *  `XDCException` exceptions are thrown for fatal errors. The following error
    14     *  codes are reported in the exception message:
    15     *  @p(dlist)
    16     *      -  `ti.platfoms.evmDM37XX.LINK_TEMPLATE_ERROR`
    17     *           This error is raised when this platform cannot found the default
    18     *           linker command template `linkcmd.xdt` in the build target's
    19     *           package. When a target does not contain this file, the config
    20     *           parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
    21     *  @p
    22     */
    23    package ti.platforms.evmDM37XX [1,0,0] {
    24        module Platform;
    25    }