1 Star 2 Fork 1

zhouhaiyan/hco_sensorboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
My_Project.uvprojx 31.37 KB
一键复制 编辑 原始数据 按行查看 历史
zhouhaiyan 提交于 2022-07-17 08:22 . 电池上报格式改成整型
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
<SchemaVersion>2.1</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Targets>
<Target>
<TargetName>Project</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>6180000::V6.18::ARMCLANG</pCCUsed>
<uAC6>1</uAC6>
<TargetOption>
<TargetCommonOption>
<Device>STM32F030C8Tx</Device>
<Vendor>STMicroelectronics</Vendor>
<PackID>Keil.STM32F0xx_DFP.2.1.0</PackID>
<PackURL>http://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000,0x00002000) IROM(0x08000000,0x00010000) CPUTYPE("Cortex-M0") CLOCK(12000000) ELITTLE</Cpu>
<FlashUtilSpec></FlashUtilSpec>
<StartupFile></StartupFile>
<FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F0xx_64 -FS08000000 -FL010000 -FP0($$Device:STM32F030C8Tx$CMSIS\Flash\STM32F0xx_64.FLM))</FlashDriverDll>
<DeviceId>0</DeviceId>
<RegisterFile>$$Device:STM32F030C8Tx$Drivers\CMSIS\Device\ST\STM32F0xx\Include\stm32f0xx.h</RegisterFile>
<MemoryEnv></MemoryEnv>
<Cmp></Cmp>
<Asm></Asm>
<Linker></Linker>
<OHString></OHString>
<InfinionOptionDll></InfinionOptionDll>
<SLE66CMisc></SLE66CMisc>
<SLE66AMisc></SLE66AMisc>
<SLE66LinkerMisc></SLE66LinkerMisc>
<SFDFile>$$Device:STM32F030C8Tx$CMSIS\SVD\STM32F0x0.svd</SFDFile>
<bCustSvd>0</bCustSvd>
<UseEnv>0</UseEnv>
<BinPath></BinPath>
<IncludePath></IncludePath>
<LibPath></LibPath>
<RegisterFilePath></RegisterFilePath>
<DBRegisterFilePath></DBRegisterFilePath>
<TargetStatus>
<Error>0</Error>
<ExitCodeStop>0</ExitCodeStop>
<ButtonStop>0</ButtonStop>
<NotGenerated>0</NotGenerated>
<InvalidFlash>1</InvalidFlash>
</TargetStatus>
<OutputDirectory>.\Objects\</OutputDirectory>
<OutputName>My_Project</OutputName>
<CreateExecutable>1</CreateExecutable>
<CreateLib>0</CreateLib>
<CreateHexFile>1</CreateHexFile>
<DebugInformation>1</DebugInformation>
<BrowseInformation>1</BrowseInformation>
<ListingPath>.\Listings\</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>
<nStopB1X>0</nStopB1X>
<nStopB2X>0</nStopB2X>
</BeforeMake>
<AfterMake>
<RunUserProg1>0</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
<UserProg1Name></UserProg1Name>
<UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
<nStopA1X>0</nStopA1X>
<nStopA2X>0</nStopA2X>
</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> -REMAP </SimDllArguments>
<SimDlgDll>DARMCM1.DLL</SimDlgDll>
<SimDlgDllArguments>-pCM0</SimDlgDllArguments>
<TargetDllName>SARMCM3.DLL</TargetDllName>
<TargetDllArguments> </TargetDllArguments>
<TargetDlgDll>TARMCM1.DLL</TargetDlgDll>
<TargetDlgDllArguments>-pCM0</TargetDlgDllArguments>
</DllOption>
<DebugOption>
<OPTHX>
<HexSelection>1</HexSelection>
<HexRangeLowAddress>0</HexRangeLowAddress>
<HexRangeHighAddress>0</HexRangeHighAddress>
<HexOffset>0</HexOffset>
<Oh166RecLen>16</Oh166RecLen>
</OPTHX>
</DebugOption>
<Utilities>
<Flash1>
<UseTargetDll>1</UseTargetDll>
<UseExternalTool>0</UseExternalTool>
<RunIndependent>0</RunIndependent>
<UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
<Capability>1</Capability>
<DriverSelection>4096</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>1</AdsALst>
<AdsACrf>1</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-M0"</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>0</RvdsVP>
<RvdsMve>0</RvdsMve>
<RvdsCdeCp>0</RvdsCdeCp>
<nBranchProt>0</nBranchProt>
<hadIRAM2>0</hadIRAM2>
<hadIROM2>0</hadIROM2>
<StupSel>8</StupSel>
<useUlib>1</useUlib>
<EndSel>0</EndSel>
<uLtcg>0</uLtcg>
<nSecure>0</nSecure>
<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>0x2000</Size>
</IRAM>
<IROM>
<Type>1</Type>
<StartAddress>0x8000000</StartAddress>
<Size>0x10000</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>0x8000000</StartAddress>
<Size>0x10000</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>0x2000</Size>
</OCR_RVCT9>
<OCR_RVCT10>
<Type>0</Type>
<StartAddress>0x0</StartAddress>
<Size>0x0</Size>
</OCR_RVCT10>
</OnChipMemories>
<RvctStartVector></RvctStartVector>
</ArmAdsMisc>
<Cads>
<interw>1</interw>
<Optim>1</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>3</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>0</uC99>
<uGnu>0</uGnu>
<useXO>0</useXO>
<v6Lang>3</v6Lang>
<v6LangP>5</v6LangP>
<vShortEn>1</vShortEn>
<vShortWch>1</vShortWch>
<v6Lto>0</v6Lto>
<v6WtE>0</v6WtE>
<v6Rtti>0</v6Rtti>
<VariousControls>
<MiscControls></MiscControls>
<Define>STM32F030xC</Define>
<Undefine></Undefine>
<IncludePath>.\Project\My_ProjectSourceCode\My_Project_Source;.\Project\My_ProjectSourceCode\My_Project_Driver;.\Project\Application_SourceCode\Application_Source;.\Project\Application_SourceCode\Application_Driver;.\Project\Device_SourceCode\Device_Library;.\Project\Device_SourceCode\Device_Library\inc;.\Project\Device_SourceCode\Device_Driver\SYSTEM;.\Project\Device_SourceCode\Device_Driver\DELAY;.\Project\Device_SourceCode\Device_Driver\USART;.\Project\Device_SourceCode\Device_Driver\TIM;.\Project\Device_SourceCode\Device_Driver\PWM;.\Project\Device_SourceCode\Device_Driver\FLASH;.\Project\My_ProjectSourceCode\My_Project_Driver\LED;.\Project\My_ProjectSourceCode\My_Project_Driver\PWM;.\Project\My_ProjectSourceCode\My_Project_Driver\DC_MOTOR;.\Project\My_ProjectSourceCode\My_Project_Driver\RS485;.\Project\My_ProjectSourceCode\My_Project_Driver\PMS5003x;.\Project\My_ProjectSourceCode\My_Project_Driver\RELAY;.\Project\My_ProjectSourceCode\My_Project_Driver\V_UART;.\Project\My_ProjectSourceCode\My_Project_Driver\SHT30;.\Project\Device_SourceCode\Device_Driver\ADC;.\Project\My_ProjectSourceCode\My_Project_Driver\MH_Z19B;.\Project\My_ProjectSourceCode\My_Project_Driver\ZE08;.\Project\My_ProjectSourceCode\My_Project_Driver\AM230X;.\Project\My_ProjectSourceCode\My_Project_Driver;.\Project\My_ProjectSourceCode\My_Project_Driver\IAQ_Core;.\Project\My_ProjectSourceCode\My_Project_Driver\CD405x;.\Project\My_ProjectSourceCode\My_Project_Driver\SI702x;.\Project\My_ProjectSourceCode\My_Project_Driver\OPT3001;.\Project\My_ProjectSourceCode\My_Project_Driver\BMP390;.\Project\My_ProjectSourceCode\My_Project_Driver\KEY</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>
<ClangAsOpt>4</ClangAsOpt>
<VariousControls>
<MiscControls></MiscControls>
<Define></Define>
<Undefine></Undefine>
<IncludePath></IncludePath>
</VariousControls>
</Aads>
<LDads>
<umfTarg>1</umfTarg>
<Ropi>0</Ropi>
<Rwpi>0</Rwpi>
<noStLib>0</noStLib>
<RepFail>1</RepFail>
<useFile>0</useFile>
<TextAddressRange>0x08000000</TextAddressRange>
<DataAddressRange>0x20000000</DataAddressRange>
<pXoBase></pXoBase>
<ScatterFile></ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc></Misc>
<LinkerInputFile></LinkerInputFile>
<DisabledWarnings></DisabledWarnings>
</LDads>
</TargetArmAds>
</TargetOption>
<Groups>
<Group>
<GroupName>Application_SourceCode</GroupName>
<Files>
<File>
<FileName>main.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Application_SourceCode\Application_Source\main.c</FilePath>
</File>
<File>
<FileName>app.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Application_SourceCode\Application_Source\app.c</FilePath>
</File>
<File>
<FileName>flash.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Application_SourceCode\Application_Source\flash.h</FilePath>
</File>
<File>
<FileName>flash.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Application_SourceCode\Application_Source\flash.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>Device_SourceCode</GroupName>
<Files>
<File>
<FileName>Queue.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Application_SourceCode\Application_Driver\Queue.c</FilePath>
</File>
<File>
<FileName>myos_math.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Application_SourceCode\Application_Driver\myos_math.c</FilePath>
</File>
<File>
<FileName>soft_iic.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Application_SourceCode\Application_Driver\soft_iic.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>My_Project_Configure</GroupName>
</Group>
<Group>
<GroupName>My_Project_Source</GroupName>
</Group>
<Group>
<GroupName>My_Project_Driver</GroupName>
<Files>
<File>
<FileName>PMS5003x.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\PMS5003x\PMS5003x.c</FilePath>
</File>
<File>
<FileName>virtual_uart.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\V_UART\virtual_uart.c</FilePath>
</File>
<File>
<FileName>MH_Z19B.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\MH_Z19B\MH_Z19B.c</FilePath>
</File>
<File>
<FileName>ze08.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\ZE08\ze08.c</FilePath>
</File>
<File>
<FileName>IAQ_Core.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\IAQ_Core\IAQ_Core.c</FilePath>
</File>
<File>
<FileName>cd405x.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\CD405x\cd405x.c</FilePath>
</File>
<File>
<FileName>si702x.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\SI702x\si702x.c</FilePath>
</File>
<File>
<FileName>bq258xx.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Application_SourceCode\Application_Source\bq258xx.c</FilePath>
</File>
<File>
<FileName>opt3001.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\OPT3001\opt3001.c</FilePath>
</File>
<File>
<FileName>bmp390.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\BMP390\bmp390.c</FilePath>
</File>
<File>
<FileName>bsp_key.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\My_ProjectSourceCode\My_Project_Driver\KEY\bsp_key.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>Device_Driver</GroupName>
<Files>
<File>
<FileName>system.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Driver\SYSTEM\system.c</FilePath>
</File>
<File>
<FileName>sys_usart.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Driver\USART\sys_usart.c</FilePath>
</File>
<File>
<FileName>sys_delay.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Driver\DELAY\sys_delay.c</FilePath>
</File>
<File>
<FileName>sys_timer.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Driver\TIM\sys_timer.c</FilePath>
</File>
<File>
<FileName>sys_flash.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Driver\FLASH\sys_flash.c</FilePath>
</File>
<File>
<FileName>sys_pwm.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Driver\PWM\sys_pwm.c</FilePath>
</File>
<File>
<FileName>sys_adc.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Driver\ADC\sys_adc.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_conf.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Driver\SYSTEM\stm32f0xx_conf.h</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>Device_Library</GroupName>
<Files>
<File>
<FileName>startup_stm32f030x8.s</FileName>
<FileType>2</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\startup_stm32f030x8.s</FilePath>
</File>
<File>
<FileName>stm32f0xx_pwr.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_pwr.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_pwr.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_pwr.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_adc.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_adc.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_cec.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_cec.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_comp.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_comp.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_crc.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_crc.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_dac.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_dac.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_dbgmcu.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_dbgmcu.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_dma.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_dma.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_exti.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_exti.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_flash.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_flash.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_gpio.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_gpio.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_i2c.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_i2c.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_iwdg.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_iwdg.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_misc.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_misc.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_rcc.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_rcc.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_rtc.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_rtc.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_spi.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_spi.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_syscfg.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_syscfg.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_tim.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_tim.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_usart.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_usart.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_wwdg.h</FileName>
<FileType>5</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\inc\stm32f0xx_wwdg.h</FilePath>
</File>
<File>
<FileName>stm32f0xx_adc.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_adc.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_cec.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_cec.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_comp.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_comp.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_crc.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_crc.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_dac.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_dac.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_dbgmcu.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_dbgmcu.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_dma.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_dma.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_exti.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_exti.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_flash.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_flash.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_gpio.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_gpio.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_i2c.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_i2c.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_iwdg.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_iwdg.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_misc.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_misc.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_rcc.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_rcc.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_rtc.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_rtc.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_spi.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_spi.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_syscfg.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_syscfg.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_tim.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_tim.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_usart.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_usart.c</FilePath>
</File>
<File>
<FileName>stm32f0xx_wwdg.c</FileName>
<FileType>1</FileType>
<FilePath>.\Project\Device_SourceCode\Device_Library\src\stm32f0xx_wwdg.c</FilePath>
</File>
</Files>
</Group>
<Group>
<GroupName>::CMSIS</GroupName>
</Group>
</Groups>
</Target>
</Targets>
<RTE>
<apis/>
<components>
<component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="5.6.0" condition="ARMv6_7_8-M Device">
<package name="CMSIS" schemaVersion="1.7.7" url="http://www.keil.com/pack/" vendor="ARM" version="5.9.0"/>
<targetInfos>
<targetInfo name="Project"/>
</targetInfos>
</component>
</components>
<files/>
</RTE>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zhy0763/hco_sensorboard.git
git@gitee.com:zhy0763/hco_sensorboard.git
zhy0763
hco_sensorboard
hco_sensorboard
master

搜索帮助