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.platform;
    14    requires ti.catalog.arm.peripherals.timers;
    15    
    16    /*!
    17     *  ======== ti.catalog.arm ========
    18     *  Package of devices for the arm family of Arm processors.
    19     *
    20     *  Each module in this package implements the xdc.platform.ICpuDataSheet
    21     *  interface. This interface is used by platforms (modules that implement
    22     *  xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
    23     */
    24    package ti.catalog.arm [1,0,1] {
    25        module TMS470R10;
    26        module TMS320C5912;
    27        module TMS320C1030;
    28        module TMS320CDM6446, TMS320CDM6467;
    29        module TMS320DM355, TMS320DM357, TMS320DM365;
    30        module TMS320CDM510;
    31        interface IOMAP2x3x;
    32        module OMAP2430, OMAP2431, OMAP2530, OMAP2531;
    33        interface IOMAP3xxx;
    34        module OMAP3403, OMAP3405, OMAP3503, OMAP3505, OMAP3515, OMAP3517;
    35        module OMAP3425, OMAP3525, TMS320C3430, OMAP3530;
    36        interface ITMS320DA8xx;
    37        module TMS320DA828, TMS320DA830;
    38        module OMAPL137;
    39        module CortexM3;
    40        module TMS570PSF762, TMS570LS20216;
    41        module TMS320DA840, TMS320DA850;
    42        module AM1705, AM1707;
    43        module AM1806, AM1808;
    44        module OMAPL108, OMAPL118, OMAPL138;
    45        module TMS320CDM730, TMS320CDM740;
    46        module TNETV107X;
    47    }
    48    /*
    49     *  @(#) ti.catalog.arm; 1, 0, 1,; 12-4-2015 21:39:52; /db/ztree/library/trees/platform/platform-q16/src/
    50     */
    51