1<?xml version="1.0" encoding="UTF-8"?> 2<projectSpec> 3 4 <project 5 title="MSP432 DriverLib" 6 name="msp432_driverlib" 7 toolChain="TI" 8 products="com.ti.SIMPLELINK_MSP432_SDK" 9 device="Custom MSP432 Device" 10 outputType="staticLibrary" 11 ignoreDefaultDeviceSettings="true" 12 autoGenerateMakefiles="false" 13 buildCommand="${CCS_UTILS_DIR}/bin/gmake" 14 buildCommandFlags="CC=${CG_TOOL_CL} AR=${CG_TOOL_AR} SDK_ROOT_INCLUDE=${COM_TI_SIMPLELINK_MSP432_SDK_INSTALL_DIR} CGTOOLS=${CG_TOOL_ROOT} -k -j 4" 15 buildLocation="${COM_TI_SIMPLELINK_MSP432_SDK_INSTALL_DIR}/source/ti/devices/msp432p4xx/driverlib/ccs"> 16 <file path="../adc14.c" openOnCreation="false" excludeFromBuild="false" action="link"> 17 </file> 18 <file path="../aes256.c" openOnCreation="false" excludeFromBuild="false" action="link"> 19 </file> 20 <file path="../comp_e.c" openOnCreation="false" excludeFromBuild="false" action="link"> 21 </file> 22 <file path="../cpu.c" openOnCreation="false" excludeFromBuild="false" action="link"> 23 </file> 24 <file path="../crc32.c" openOnCreation="false" excludeFromBuild="false" action="link"> 25 </file> 26 <file path="../cs.c" openOnCreation="false" excludeFromBuild="false" action="link"> 27 </file> 28 <file path="../dma.c" openOnCreation="false" excludeFromBuild="false" action="link"> 29 </file> 30 <file path="../fpu.c" openOnCreation="false" excludeFromBuild="false" action="link"> 31 </file> 32 <file path="../gpio.c" openOnCreation="false" excludeFromBuild="false" action="link"> 33 </file> 34 <file path="../i2c.c" openOnCreation="false" excludeFromBuild="false" action="link"> 35 </file> 36 <file path="../interrupt.c" openOnCreation="false" excludeFromBuild="false" action="link"> 37 </file> 38 <file path="../mpu.c" openOnCreation="false" excludeFromBuild="false" action="link"> 39 </file> 40 <file path="../pmap.c" openOnCreation="false" excludeFromBuild="false" action="link"> 41 </file> 42 <file path="../pcm.c" openOnCreation="false" excludeFromBuild="false" action="link"> 43 </file> 44 <file path="../pss.c" openOnCreation="false" excludeFromBuild="false" action="link"> 45 </file> 46 <file path="../reset.c" openOnCreation="false" excludeFromBuild="false" action="link"> 47 </file> 48 <file path="../rtc_c.c" openOnCreation="false" excludeFromBuild="false" action="link"> 49 </file> 50 <file path="../flash.c" openOnCreation="false" excludeFromBuild="false" action="link"> 51 </file> 52 <file path="../sysctl.c" openOnCreation="false" excludeFromBuild="false" action="link"> 53 </file> 54 <file path="../sysctl_a.c" openOnCreation="false" excludeFromBuild="false" action="link"> 55 </file> 56 <file path="../ref_a.c" openOnCreation="false" excludeFromBuild="false" action="link"> 57 </file> 58 <file path="../flash_a.c" openOnCreation="false" excludeFromBuild="false" action="link"> 59 </file> 60 <file path="../lcd_f.c" openOnCreation="false" excludeFromBuild="false" action="link"> 61 </file> 62 </project> 63 64</projectSpec> 65 66