Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
iA6B_two_PWM_v3/lpv.uvproj.saved_uv4
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
469 lines (465 sloc)
16.4 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> | |
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_proj.xsd"> | |
<SchemaVersion>1.1</SchemaVersion> | |
<Header>### uVision Project, (C) Keil Software</Header> | |
<Targets> | |
<Target> | |
<TargetName>st7735</TargetName> | |
<ToolsetNumber>0x4</ToolsetNumber> | |
<ToolsetName>ARM-ADS</ToolsetName> | |
<TargetOption> | |
<TargetCommonOption> | |
<Device>TM4C123GH6PM</Device> | |
<Vendor>Texas Instruments</Vendor> | |
<Cpu>IRAM(0x20000000-0x20007FFF) IROM(0-0x3FFFF) CLOCK(16000000) CPUTYPE("Cortex-M4") FPU2</Cpu> | |
<FlashUtilSpec></FlashUtilSpec> | |
<StartupFile>"Startup\TI\TM4C123\startup_TM4C123.s" ("TM4C123 Startup Code")</StartupFile> | |
<FlashDriverDll>UL2CM3(-O207 -S0 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0TM4C123_256 -FS00 -FL040000)</FlashDriverDll> | |
<DeviceId>6015</DeviceId> | |
<RegisterFile>TM4C123.h</RegisterFile> | |
<MemoryEnv></MemoryEnv> | |
<Cmp></Cmp> | |
<Asm></Asm> | |
<Linker></Linker> | |
<OHString></OHString> | |
<InfinionOptionDll></InfinionOptionDll> | |
<SLE66CMisc>-DTM4C123GH6PM</SLE66CMisc> | |
<SLE66AMisc></SLE66AMisc> | |
<SLE66LinkerMisc></SLE66LinkerMisc> | |
<SFDFile>SFD\TI\TM4C123\TM4C123GH6PM.SFR</SFDFile> | |
<bCustSvd>0</bCustSvd> | |
<UseEnv>0</UseEnv> | |
<BinPath></BinPath> | |
<IncludePath></IncludePath> | |
<LibPath></LibPath> | |
<RegisterFilePath>TI\TM4C123\</RegisterFilePath> | |
<DBRegisterFilePath>TI\TM4C123\</DBRegisterFilePath> | |
<TargetStatus> | |
<Error>0</Error> | |
<ExitCodeStop>0</ExitCodeStop> | |
<ButtonStop>0</ButtonStop> | |
<NotGenerated>0</NotGenerated> | |
<InvalidFlash>1</InvalidFlash> | |
</TargetStatus> | |
<OutputDirectory>.\rvmdk\</OutputDirectory> | |
<OutputName>st7735</OutputName> | |
<CreateExecutable>1</CreateExecutable> | |
<CreateLib>0</CreateLib> | |
<CreateHexFile>0</CreateHexFile> | |
<DebugInformation>1</DebugInformation> | |
<BrowseInformation>1</BrowseInformation> | |
<ListingPath>.\rvmdk\</ListingPath> | |
<HexFormatSelection>1</HexFormatSelection> | |
<Merge32K>0</Merge32K> | |
<CreateBatchFile>0</CreateBatchFile> | |
<BeforeCompile> | |
<RunUserProg1>0</RunUserProg1> | |
<RunUserProg2>0</RunUserProg2> | |
<UserProg1Name></UserProg1Name> | |
<UserProg2Name></UserProg2Name> | |
<UserProg1Dos16Mode>0</UserProg1Dos16Mode> | |
<UserProg2Dos16Mode>0</UserProg2Dos16Mode> | |
<nStopU1X>0</nStopU1X> | |
<nStopU2X>0</nStopU2X> | |
</BeforeCompile> | |
<BeforeMake> | |
<RunUserProg1>0</RunUserProg1> | |
<RunUserProg2>0</RunUserProg2> | |
<UserProg1Name></UserProg1Name> | |
<UserProg2Name></UserProg2Name> | |
<UserProg1Dos16Mode>0</UserProg1Dos16Mode> | |
<UserProg2Dos16Mode>0</UserProg2Dos16Mode> | |
</BeforeMake> | |
<AfterMake> | |
<RunUserProg1>1</RunUserProg1> | |
<RunUserProg2>0</RunUserProg2> | |
<UserProg1Name>fromelf --bin --output .\rvmdk\st7735.bin .\rvmdk\st7735.axf</UserProg1Name> | |
<UserProg2Name></UserProg2Name> | |
<UserProg1Dos16Mode>0</UserProg1Dos16Mode> | |
<UserProg2Dos16Mode>0</UserProg2Dos16Mode> | |
</AfterMake> | |
<SelectedForBatchBuild>0</SelectedForBatchBuild> | |
<SVCSIdString></SVCSIdString> | |
</TargetCommonOption> | |
<CommonProperty> | |
<UseCPPCompiler>0</UseCPPCompiler> | |
<RVCTCodeConst>0</RVCTCodeConst> | |
<RVCTZI>0</RVCTZI> | |
<RVCTOtherData>0</RVCTOtherData> | |
<ModuleSelection>0</ModuleSelection> | |
<IncludeInBuild>1</IncludeInBuild> | |
<AlwaysBuild>0</AlwaysBuild> | |
<GenerateAssemblyFile>0</GenerateAssemblyFile> | |
<AssembleAssemblyFile>0</AssembleAssemblyFile> | |
<PublicsOnly>0</PublicsOnly> | |
<StopOnExitCode>3</StopOnExitCode> | |
<CustomArgument></CustomArgument> | |
<IncludeLibraryModules></IncludeLibraryModules> | |
<ComprImg>1</ComprImg> | |
</CommonProperty> | |
<DllOption> | |
<SimDllName>SARMCM3.DLL</SimDllName> | |
<SimDllArguments>-MPU</SimDllArguments> | |
<SimDlgDll>DCM.DLL</SimDlgDll> | |
<SimDlgDllArguments>-pCM4</SimDlgDllArguments> | |
<TargetDllName>SARMCM3.DLL</TargetDllName> | |
<TargetDllArguments>-MPU</TargetDllArguments> | |
<TargetDlgDll>TCM.DLL</TargetDlgDll> | |
<TargetDlgDllArguments>-pCM4</TargetDlgDllArguments> | |
</DllOption> | |
<DebugOption> | |
<OPTHX> | |
<HexSelection>1</HexSelection> | |
<HexRangeLowAddress>0</HexRangeLowAddress> | |
<HexRangeHighAddress>0</HexRangeHighAddress> | |
<HexOffset>0</HexOffset> | |
<Oh166RecLen>16</Oh166RecLen> | |
</OPTHX> | |
<Simulator> | |
<UseSimulator>0</UseSimulator> | |
<LoadApplicationAtStartup>1</LoadApplicationAtStartup> | |
<RunToMain>1</RunToMain> | |
<RestoreBreakpoints>1</RestoreBreakpoints> | |
<RestoreWatchpoints>1</RestoreWatchpoints> | |
<RestoreMemoryDisplay>1</RestoreMemoryDisplay> | |
<RestoreFunctions>1</RestoreFunctions> | |
<RestoreToolbox>1</RestoreToolbox> | |
<LimitSpeedToRealTime>0</LimitSpeedToRealTime> | |
<RestoreSysVw>1</RestoreSysVw> | |
</Simulator> | |
<Target> | |
<UseTarget>1</UseTarget> | |
<LoadApplicationAtStartup>1</LoadApplicationAtStartup> | |
<RunToMain>1</RunToMain> | |
<RestoreBreakpoints>1</RestoreBreakpoints> | |
<RestoreWatchpoints>1</RestoreWatchpoints> | |
<RestoreMemoryDisplay>1</RestoreMemoryDisplay> | |
<RestoreFunctions>0</RestoreFunctions> | |
<RestoreToolbox>1</RestoreToolbox> | |
<RestoreTracepoints>0</RestoreTracepoints> | |
<RestoreSysVw>1</RestoreSysVw> | |
<UsePdscDebugDescription>0</UsePdscDebugDescription> | |
</Target> | |
<RunDebugAfterBuild>0</RunDebugAfterBuild> | |
<TargetSelection>3</TargetSelection> | |
<SimDlls> | |
<CpuDll></CpuDll> | |
<CpuDllArguments></CpuDllArguments> | |
<PeripheralDll></PeripheralDll> | |
<PeripheralDllArguments></PeripheralDllArguments> | |
<InitializationFile></InitializationFile> | |
</SimDlls> | |
<TargetDlls> | |
<CpuDll></CpuDll> | |
<CpuDllArguments></CpuDllArguments> | |
<PeripheralDll></PeripheralDll> | |
<PeripheralDllArguments></PeripheralDllArguments> | |
<InitializationFile></InitializationFile> | |
<Driver>BIN\lmidk-agdi.dll</Driver> | |
</TargetDlls> | |
</DebugOption> | |
<Utilities> | |
<Flash1> | |
<UseTargetDll>1</UseTargetDll> | |
<UseExternalTool>0</UseExternalTool> | |
<RunIndependent>0</RunIndependent> | |
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging> | |
<Capability>1</Capability> | |
<DriverSelection>4099</DriverSelection> | |
</Flash1> | |
<bUseTDR>1</bUseTDR> | |
<Flash2>BIN\UL2CM3.DLL</Flash2> | |
<Flash3></Flash3> | |
<Flash4></Flash4> | |
<pFcarmOut></pFcarmOut> | |
<pFcarmGrp></pFcarmGrp> | |
<pFcArmRoot></pFcArmRoot> | |
<FcArmLst>0</FcArmLst> | |
</Utilities> | |
<TargetArmAds> | |
<ArmAdsMisc> | |
<GenerateListings>0</GenerateListings> | |
<asHll>1</asHll> | |
<asAsm>1</asAsm> | |
<asMacX>1</asMacX> | |
<asSyms>1</asSyms> | |
<asFals>1</asFals> | |
<asDbgD>1</asDbgD> | |
<asForm>1</asForm> | |
<ldLst>0</ldLst> | |
<ldmm>1</ldmm> | |
<ldXref>1</ldXref> | |
<BigEnd>0</BigEnd> | |
<AdsALst>0</AdsALst> | |
<AdsACrf>0</AdsACrf> | |
<AdsANop>0</AdsANop> | |
<AdsANot>0</AdsANot> | |
<AdsLLst>1</AdsLLst> | |
<AdsLmap>1</AdsLmap> | |
<AdsLcgr>1</AdsLcgr> | |
<AdsLsym>1</AdsLsym> | |
<AdsLszi>1</AdsLszi> | |
<AdsLtoi>1</AdsLtoi> | |
<AdsLsun>1</AdsLsun> | |
<AdsLven>1</AdsLven> | |
<AdsLsxf>1</AdsLsxf> | |
<RvctClst>0</RvctClst> | |
<GenPPlst>0</GenPPlst> | |
<AdsCpuType>"Cortex-M4"</AdsCpuType> | |
<RvctDeviceName></RvctDeviceName> | |
<mOS>0</mOS> | |
<uocRom>0</uocRom> | |
<uocRam>0</uocRam> | |
<hadIROM>1</hadIROM> | |
<hadIRAM>1</hadIRAM> | |
<hadXRAM>0</hadXRAM> | |
<uocXRam>0</uocXRam> | |
<RvdsVP>2</RvdsVP> | |
<hadIRAM2>0</hadIRAM2> | |
<hadIROM2>0</hadIROM2> | |
<StupSel>8</StupSel> | |
<useUlib>1</useUlib> | |
<EndSel>0</EndSel> | |
<uLtcg>0</uLtcg> | |
<RoSelD>3</RoSelD> | |
<RwSelD>3</RwSelD> | |
<CodeSel>0</CodeSel> | |
<OptFeed>0</OptFeed> | |
<NoZi1>0</NoZi1> | |
<NoZi2>0</NoZi2> | |
<NoZi3>0</NoZi3> | |
<NoZi4>0</NoZi4> | |
<NoZi5>0</NoZi5> | |
<Ro1Chk>0</Ro1Chk> | |
<Ro2Chk>0</Ro2Chk> | |
<Ro3Chk>0</Ro3Chk> | |
<Ir1Chk>1</Ir1Chk> | |
<Ir2Chk>0</Ir2Chk> | |
<Ra1Chk>0</Ra1Chk> | |
<Ra2Chk>0</Ra2Chk> | |
<Ra3Chk>0</Ra3Chk> | |
<Im1Chk>1</Im1Chk> | |
<Im2Chk>0</Im2Chk> | |
<OnChipMemories> | |
<Ocm1> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</Ocm1> | |
<Ocm2> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</Ocm2> | |
<Ocm3> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</Ocm3> | |
<Ocm4> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</Ocm4> | |
<Ocm5> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</Ocm5> | |
<Ocm6> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</Ocm6> | |
<IRAM> | |
<Type>0</Type> | |
<StartAddress>0x20000000</StartAddress> | |
<Size>0x8000</Size> | |
</IRAM> | |
<IROM> | |
<Type>1</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x40000</Size> | |
</IROM> | |
<XRAM> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</XRAM> | |
<OCR_RVCT1> | |
<Type>1</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</OCR_RVCT1> | |
<OCR_RVCT2> | |
<Type>1</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</OCR_RVCT2> | |
<OCR_RVCT3> | |
<Type>1</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</OCR_RVCT3> | |
<OCR_RVCT4> | |
<Type>1</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x40000</Size> | |
</OCR_RVCT4> | |
<OCR_RVCT5> | |
<Type>1</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</OCR_RVCT5> | |
<OCR_RVCT6> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</OCR_RVCT6> | |
<OCR_RVCT7> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</OCR_RVCT7> | |
<OCR_RVCT8> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</OCR_RVCT8> | |
<OCR_RVCT9> | |
<Type>0</Type> | |
<StartAddress>0x20000000</StartAddress> | |
<Size>0x8000</Size> | |
</OCR_RVCT9> | |
<OCR_RVCT10> | |
<Type>0</Type> | |
<StartAddress>0x0</StartAddress> | |
<Size>0x0</Size> | |
</OCR_RVCT10> | |
</OnChipMemories> | |
<RvctStartVector></RvctStartVector> | |
</ArmAdsMisc> | |
<Cads> | |
<interw>0</interw> | |
<Optim>3</Optim> | |
<oTime>0</oTime> | |
<SplitLS>0</SplitLS> | |
<OneElfS>1</OneElfS> | |
<Strict>0</Strict> | |
<EnumInt>0</EnumInt> | |
<PlainCh>0</PlainCh> | |
<Ropi>0</Ropi> | |
<Rwpi>0</Rwpi> | |
<wLevel>2</wLevel> | |
<uThumb>0</uThumb> | |
<uSurpInc>0</uSurpInc> | |
<uC99>0</uC99> | |
<useXO>0</useXO> | |
<VariousControls> | |
<MiscControls>--c99</MiscControls> | |
<Define>rvmdk PART_TM4C123GH6PM TARGET_IS_TM4C123_RB1 ENABLE_LFN</Define> | |
<Undefine></Undefine> | |
<IncludePath>.\TivaWare;.\third_party;.\st7735_driver</IncludePath> | |
</VariousControls> | |
</Cads> | |
<Aads> | |
<interw>1</interw> | |
<Ropi>0</Ropi> | |
<Rwpi>0</Rwpi> | |
<thumb>0</thumb> | |
<SplitLS>0</SplitLS> | |
<SwStkChk>0</SwStkChk> | |
<NoWarn>0</NoWarn> | |
<uSurpInc>0</uSurpInc> | |
<useXO>0</useXO> | |
<VariousControls> | |
<MiscControls></MiscControls> | |
<Define></Define> | |
<Undefine></Undefine> | |
<IncludePath></IncludePath> | |
</VariousControls> | |
</Aads> | |
<LDads> | |
<umfTarg>0</umfTarg> | |
<Ropi>0</Ropi> | |
<Rwpi>0</Rwpi> | |
<noStLib>0</noStLib> | |
<RepFail>1</RepFail> | |
<useFile>0</useFile> | |
<TextAddressRange>0x00000000</TextAddressRange> | |
<DataAddressRange>0x20000000</DataAddressRange> | |
<pXoBase></pXoBase> | |
<ScatterFile>.\st7735.sct</ScatterFile> | |
<IncludeLibs></IncludeLibs> | |
<IncludeLibsPath></IncludeLibsPath> | |
<Misc>--entry Reset_Handler</Misc> | |
<LinkerInputFile></LinkerInputFile> | |
<DisabledWarnings></DisabledWarnings> | |
</LDads> | |
</TargetArmAds> | |
</TargetOption> | |
<Groups> | |
<Group> | |
<GroupName>Startup</GroupName> | |
<Files> | |
<File> | |
<FileName>startup_rvmdk.S</FileName> | |
<FileType>2</FileType> | |
<FilePath>.\Startup\startup_rvmdk.S</FilePath> | |
</File> | |
</Files> | |
</Group> | |
<Group> | |
<GroupName>Source</GroupName> | |
<Files> | |
<File> | |
<FileName>ST7735TestMain.c</FileName> | |
<FileType>1</FileType> | |
<FilePath>.\sources\ST7735TestMain.c</FilePath> | |
</File> | |
</Files> | |
</Group> | |
<Group> | |
<GroupName>ST7735 Driver</GroupName> | |
<Files> | |
<File> | |
<FileName>ST7735.c</FileName> | |
<FileType>1</FileType> | |
<FilePath>.\st7735_driver\ST7735.c</FilePath> | |
</File> | |
</Files> | |
</Group> | |
<Group> | |
<GroupName>Libraries</GroupName> | |
<Files> | |
<File> | |
<FileName>driverlib.lib</FileName> | |
<FileType>4</FileType> | |
<FilePath>.\TivaWare\driverlib\rvmdk\driverlib.lib</FilePath> | |
</File> | |
</Files> | |
</Group> | |
<Group> | |
<GroupName>TivaWare utils</GroupName> | |
<Files> | |
<File> | |
<FileName>uartstdio.c</FileName> | |
<FileType>1</FileType> | |
<FilePath>.\TivaWare\utils\uartstdio.c</FilePath> | |
</File> | |
</Files> | |
</Group> | |
<Group> | |
<GroupName>Documentation</GroupName> | |
<Files> | |
<File> | |
<FileName>readme.txt</FileName> | |
<FileType>5</FileType> | |
<FilePath>.\readme.txt</FilePath> | |
</File> | |
</Files> | |
</Group> | |
</Groups> | |
</Target> | |
</Targets> | |
</Project> |