]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/transport/timeSync/example/src/bios/ccsProjects/idkAM574x/timeSyncExample_ccs_a15.cfg
transport: add to PDK
[processor-sdk/pdk.git] / packages / ti / transport / timeSync / example / src / bios / ccsProjects / idkAM574x / timeSyncExample_ccs_a15.cfg
1 /**
2  *  \file   timeSyncExample_idkAM574x_a15.cfg
3  *
4  *  \brief  Sysbios config file for nimu icss example project on AM574X IDK EVM.
5  *
6  */
8 /*
9  * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
10  *
11  * Redistribution and use in source and binary forms, with or without
12  * modification, are permitted provided that the following conditions
13  * are met:
14  *
15  * Redistributions of source code must retain the above copyright
16  * notice, this list of conditions and the following disclaimer.
17  *
18  * Redistributions in binary form must reproduce the above copyright
19  * notice, this list of conditions and the following disclaimer in the
20  * documentation and/or other materials provided with the
21  * distribution.
22  *
23  * Neither the name of Texas Instruments Incorporated nor the names of
24  * its contributors may be used to endorse or promote products derived
25  * from this software without specific prior written permission.
26  *
27  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
28  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
30  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
32  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
35  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38  *
39  */
40 /* ================ General configuration ================ */
41 xdc.loadCapsule("../../rtsc_common/timeSyncExample_a15.cfg");
44 /* ================ Driver configuration for CCS projects ================ */
45 var socType           = "am574x";
46 /*use CSL package*/
47 var Csl = xdc.loadPackage('ti.csl');
48 Csl.Settings.deviceType = socType;
50 /* Load the OSAL package */ 
51 var osType = "tirtos";
52 var Osal = xdc.useModule('ti.osal.Settings');
53 Osal.osType = osType;
54 Osal.socType = socType;
55 Osal.libProfile = "release";
57 var GPIO                        = xdc.loadPackage('ti.drv.gpio');
58 GPIO.Settings.socType        = socType;
59 var I2C                         = xdc.loadPackage('ti.drv.i2c');
60 I2C.Settings.socType        = socType;
61 var Uart                        = xdc.loadPackage('ti.drv.uart');
62 Uart.Settings.socType        = socType;
63 var timeSync        = xdc.loadPackage('ti.transport.timeSync');
65 var Board = xdc.loadPackage('ti.board');
66 Board.Settings.boardName = "idkAM574x";
69 var Pruss               = xdc.loadPackage('ti.drv.pruss');
70 Pruss.Settings.socType  = socType;
71 var Gpio                        = xdc.loadPackage('ti.drv.gpio');
73 var Icss_Emac           = xdc.loadPackage('ti.drv.icss_emac');
74 Icss_Emac.Settings.socType  = socType;
76 var Nimu_Icss           = xdc.loadPackage('ti.transport.ndk.nimu_icss');