MCU driver/HAL for the Picocell Gateway concentrator board. The firmware implements either a USB CDC protocol or a UART protocol to bridge commands coming from host to the SX1308 SPI interface.
Diff: src/pgw.uvprojx
- Revision:
- 0:c76361bd82e8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/pgw.uvprojx Wed Apr 11 14:42:47 2018 +0000 @@ -0,0 +1,2211 @@ +<?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>Pico</TargetName> + <ToolsetNumber>0x4</ToolsetNumber> + <ToolsetName>ARM-ADS</ToolsetName> + <pCCUsed>5060183::V5.06 update 2 (build 183)::ARMCC</pCCUsed> + <TargetOption> + <TargetCommonOption> + <Device>STM32F401RETx</Device> + <Vendor>STMicroelectronics</Vendor> + <PackID>Keil.STM32F4xx_DFP.2.11.0</PackID> + <PackURL>http://www.keil.com/pack</PackURL> + <Cpu>IROM(0x08000000,0x80000) IRAM(0x20000000,0x18000) CPUTYPE("Cortex-M4") FPU2 CLOCK(8000000) ELITTLE</Cpu> + <FlashUtilSpec></FlashUtilSpec> + <StartupFile></StartupFile> + <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_512 -FS08000000 -FL080000 -FP0($$Device:STM32F401RETx$CMSIS\Flash\STM32F4xx_512.FLM))</FlashDriverDll> + <DeviceId></DeviceId> + <RegisterFile>$$Device:STM32F401RETx$Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h</RegisterFile> + <MemoryEnv></MemoryEnv> + <Cmp></Cmp> + <Asm></Asm> + <Linker></Linker> + <OHString></OHString> + <InfinionOptionDll></InfinionOptionDll> + <SLE66CMisc></SLE66CMisc> + <SLE66AMisc></SLE66AMisc> + <SLE66LinkerMisc></SLE66LinkerMisc> + <SFDFile>$$Device:STM32F401RETx$CMSIS\SVD\STM32F401xE.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>..\bin\</OutputDirectory> + <OutputName>Pgw</OutputName> + <CreateExecutable>1</CreateExecutable> + <CreateLib>0</CreateLib> + <CreateHexFile>1</CreateHexFile> + <DebugInformation>0</DebugInformation> + <BrowseInformation>0</BrowseInformation> + <ListingPath>.\build\</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>0</IncludeInBuild> + <AlwaysBuild>0</AlwaysBuild> + <GenerateAssemblyFile>0</GenerateAssemblyFile> + <AssembleAssemblyFile>0</AssembleAssemblyFile> + <PublicsOnly>0</PublicsOnly> + <StopOnExitCode>0</StopOnExitCode> + <CustomArgument></CustomArgument> + <IncludeLibraryModules></IncludeLibraryModules> + <ComprImg>1</ComprImg> + </CommonProperty> + <DllOption> + <SimDllName>SARMCM3.DLL</SimDllName> + <SimDllArguments></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> + </DebugOption> + <Utilities> + <Flash1> + <UseTargetDll>1</UseTargetDll> + <UseExternalTool>0</UseExternalTool> + <RunIndependent>0</RunIndependent> + <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging> + <Capability>1</Capability> + <DriverSelection>4100</DriverSelection> + </Flash1> + <bUseTDR>1</bUseTDR> + <Flash2>STLink\ST-LINKIII-KEIL_SWO.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-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>0</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>0x18000</Size> + </IRAM> + <IROM> + <Type>1</Type> + <StartAddress>0x8000000</StartAddress> + <Size>0x80000</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>0x80000</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>0x10000000</StartAddress> + <Size>0x8000</Size> + </OCR_RVCT9> + <OCR_RVCT10> + <Type>0</Type> + <StartAddress>0x2007c000</StartAddress> + <Size>0x8000</Size> + </OCR_RVCT10> + </OnChipMemories> + <RvctStartVector></RvctStartVector> + </ArmAdsMisc> + <Cads> + <interw>0</interw> + <Optim>3</Optim> + <oTime>0</oTime> + <SplitLS>0</SplitLS> + <OneElfS>0</OneElfS> + <Strict>0</Strict> + <EnumInt>0</EnumInt> + <PlainCh>0</PlainCh> + <Ropi>0</Ropi> + <Rwpi>0</Rwpi> + <wLevel>0</wLevel> + <uThumb>0</uThumb> + <uSurpInc>0</uSurpInc> + <uC99>1</uC99> + <useXO>0</useXO> + <v6Lang>1</v6Lang> + <v6LangP>1</v6LangP> + <vShortEn>1</vShortEn> + <vShortWch>1</vShortWch> + <v6Lto>0</v6Lto> + <v6WtE>0</v6WtE> + <VariousControls> + <MiscControls> -DDEVICE_RTC=1 -DTARGET_NUCLEO_F401RE -DDEVICE_SLEEP=1 -DTOOLCHAIN_object -DTOOLCHAIN_ARM_STD --preinclude=mbed_config.h -DTARGET_STM32F401RE -DTARGET_STM32F4 -D__ASSERT_MSG --no_rtti -Otime -DDEVICE_PORTINOUT=1 -DTARGET_FF_MORPHO -DTARGET_FF_ARDUINO -c -DTARGET_RTOS_M4_M7 -O3 -DDEVICE_SPISLAVE=1 -DDEVICE_PORTOUT=1 -DDEVICE_STDIO_MESSAGES=1 -DTARGET_RELEASE --split_sections -DDEVICE_SERIAL_FC=1 --cpu=Cortex-M4.fp -DDEVICE_SERIAL=1 -DDEVICE_ANALOGIN=1 -DTARGET_LIKE_CORTEX_M4 -DARM_MATH_CM4 -DDEVICE_ERROR_RED=1 -DTARGET_CORTEX_M -DDEVICE_I2C=1 -D__CORTEX_M4 -DTARGET_STM -DTOOLCHAIN_ARM -DDEVICE_INTERRUPTIN=1 --no_depend_system_headers -DTARGET_UVISOR_UNSUPPORTED --md -DDEVICE_PWMOUT=1 -DDEVICE_SERIAL_ASYNCH=1 --gnu --apcs=interwork -DDEVICE_SPI=1 -D__MBED__=1 -DMBED_BUILD_TIMESTAMP=1475225460.12 -DDEVICE_PORTIN=1 -DTARGET_M4 -D__FPU_PRESENT=1 -DDEVICE_I2CSLAVE=1 -D__CMSIS_RTOS -D__MBED_CMSIS_RTOS_CM -DTARGET_LIKE_MBED</MiscControls> + <Define>V2</Define> + <Undefine></Undefine> + <IncludePath>.;mbed-dev;mbed-dev/hal;mbed-dev/hal/storage_abstraction;mbed-dev/api;mbed-dev/targets;mbed-dev/targets/hal;mbed-dev/targets/hal/TARGET_STM;mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4;mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE;mbed-dev/targets/cmsis;mbed-dev/targets/cmsis/TARGET_STM;mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4;mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE;mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_STD;mbed-dev/common;.\MAIN;.\usb_cdc\Inc;.\CmdUSB\inc;.\SX1308HAL\inc</IncludePath> + </VariousControls> + </Cads> + <Aads> + <interw>0</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> --cpreproc --cpreproc_opts=-D__ASSERT_MSG,-D__CMSIS_RTOS,-DARM_MATH_CM4,-D__CORTEX_M4,-D__MBED_CMSIS_RTOS_CM,-D__FPU_PRESENT=1</MiscControls> + <Define>V2</Define> + <Undefine></Undefine> + <IncludePath></IncludePath> + </VariousControls> + </Aads> + <LDads> + <umfTarg>0</umfTarg> + <Ropi>0</Ropi> + <Rwpi>0</Rwpi> + <noStLib>0</noStLib> + <RepFail>0</RepFail> + <useFile>0</useFile> + <TextAddressRange>0</TextAddressRange> + <DataAddressRange>0</DataAddressRange> + <pXoBase></pXoBase> + <ScatterFile>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_STD/stm32f401xe.sct</ScatterFile> + <IncludeLibs></IncludeLibs> + <IncludeLibsPath></IncludeLibsPath> + <Misc></Misc> + <LinkerInputFile></LinkerInputFile> + <DisabledWarnings></DisabledWarnings> + </LDads> + </TargetArmAds> + </TargetOption> + <Groups> + <Group> + <GroupName>TARGET_NUCLEO_F401RE</GroupName> + <Files> + <File> + <FileName>cmsis.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/cmsis.h</FilePath> + </File> + <File> + <FileName>cmsis_nvic.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/cmsis_nvic.c</FilePath> + </File> + <File> + <FileName>cmsis_nvic.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/cmsis_nvic.h</FilePath> + </File> + <File> + <FileName>hal_tick.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/hal_tick.c</FilePath> + </File> + <File> + <FileName>hal_tick.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/hal_tick.h</FilePath> + </File> + <File> + <FileName>objects.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/objects.h</FilePath> + </File> + <File> + <FileName>PeripheralNames.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/PeripheralNames.h</FilePath> + </File> + <File> + <FileName>PeripheralPins.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/PeripheralPins.c</FilePath> + </File> + <File> + <FileName>PinNames.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/PinNames.h</FilePath> + </File> + <File> + <FileName>PortNames.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/PortNames.h</FilePath> + </File> + <File> + <FileName>stm32f401xc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/stm32f401xc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/stm32f4xx.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_conf.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/stm32f4xx_hal_conf.h</FilePath> + </File> + <File> + <FileName>system_stm32f4xx.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/system_stm32f4xx.c</FilePath> + </File> + <File> + <FileName>system_stm32f4xx.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/system_stm32f4xx.h</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>TARGET_STM32F4</GroupName> + <Files> + <File> + <FileName>analogin_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/analogin_api.c</FilePath> + </File> + <File> + <FileName>analogout_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/analogout_api.c</FilePath> + </File> + <File> + <FileName>can_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/can_api.c</FilePath> + </File> + <File> + <FileName>common_objects.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/common_objects.h</FilePath> + </File> + <File> + <FileName>device.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/device.h</FilePath> + </File> + <File> + <FileName>entropy_hardware_poll.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/entropy_hardware_poll.c</FilePath> + </File> + <File> + <FileName>gpio_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/gpio_api.c</FilePath> + </File> + <File> + <FileName>gpio_irq_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/gpio_irq_api.c</FilePath> + </File> + <File> + <FileName>gpio_object.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/gpio_object.h</FilePath> + </File> + <File> + <FileName>i2c_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/i2c_api.c</FilePath> + </File> + <File> + <FileName>mbed_overrides.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/mbed_overrides.c</FilePath> + </File> + <File> + <FileName>PeripheralPins.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/PeripheralPins.h</FilePath> + </File> + <File> + <FileName>pinmap.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/pinmap.c</FilePath> + </File> + <File> + <FileName>port_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/port_api.c</FilePath> + </File> + <File> + <FileName>pwmout_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/pwmout_api.c</FilePath> + </File> + <File> + <FileName>rtc_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/rtc_api.c</FilePath> + </File> + <File> + <FileName>serial_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/serial_api.c</FilePath> + </File> + <File> + <FileName>sleep.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/sleep.c</FilePath> + </File> + <File> + <FileName>spi_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/spi_api.c</FilePath> + </File> + <File> + <FileName>stm32_hal_legacy.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32_hal_legacy.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_adc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_adc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_adc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_adc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_adc_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_adc_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_adc_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_adc_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_can.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_can.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_can.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_can.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_cec.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_cec.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_cec.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_cec.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_conf_template.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_conf_template.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_cortex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_cortex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_cortex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_cortex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_crc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_crc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_crc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_crc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_cryp.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_cryp.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_cryp.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_cryp.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_cryp_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_cryp_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_cryp_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_cryp_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dac.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dac.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dac.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dac.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dac_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dac_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dac_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dac_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dcmi.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dcmi.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dcmi.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dcmi.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dcmi_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dcmi_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dcmi_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dcmi_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_def.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_def.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dfsdm.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dfsdm.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dfsdm.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dfsdm.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dma.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dma.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dma.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dma.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dma2d.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dma2d.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dma2d.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dma2d.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dma_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dma_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dma_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dma_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dsi.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dsi.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_dsi.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_dsi.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_eth.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_eth.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_eth.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_eth.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_flash.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_flash.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_flash.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_flash.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_flash_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_flash_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_flash_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_flash_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_flash_ramfunc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_flash_ramfunc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_flash_ramfunc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_flash_ramfunc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_fmpi2c.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_fmpi2c.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_fmpi2c.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_fmpi2c.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_fmpi2c_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_fmpi2c_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_fmpi2c_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_fmpi2c_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_gpio.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_gpio.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_gpio.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_gpio.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_gpio_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_gpio_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_hash.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_hash.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_hash.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_hash.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_hash_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_hash_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_hash_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_hash_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_hcd.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_hcd.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_hcd.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_hcd.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_i2c.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_i2c.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_i2c.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_i2c.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_i2c_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_i2c_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_i2c_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_i2c_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_i2s.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_i2s.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_i2s.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_i2s.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_i2s_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_i2s_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_i2s_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_i2s_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_irda.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_irda.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_irda.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_irda.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_iwdg.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_iwdg.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_iwdg.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_iwdg.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_lptim.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_lptim.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_lptim.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_lptim.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_ltdc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_ltdc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_ltdc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_ltdc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_ltdc_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_ltdc_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_ltdc_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_ltdc_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_msp_template.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_msp_template.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_nand.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_nand.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_nand.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_nand.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_nor.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_nor.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_nor.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_nor.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pccard.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pccard.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pccard.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pccard.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pcd.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pcd.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pcd.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pcd.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pcd_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pcd_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pcd_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pcd_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pwr.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pwr.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pwr.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pwr.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pwr_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pwr_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_pwr_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_pwr_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_qspi.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_qspi.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_qspi.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_qspi.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rcc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rcc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rcc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rcc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rcc_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rcc_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rcc_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rcc_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rng.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rng.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rng.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rng.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rtc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rtc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rtc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rtc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rtc_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rtc_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_rtc_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_rtc_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sai.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sai.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sai.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sai.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sai_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sai_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sai_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sai_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sd.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sd.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sd.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sd.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sdram.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sdram.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sdram.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sdram.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_smartcard.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_smartcard.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_smartcard.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_smartcard.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_spdifrx.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_spdifrx.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_spdifrx.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_spdifrx.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_spi.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_spi.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_spi.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_spi.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sram.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sram.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_sram.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_sram.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_tim.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_tim.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_tim.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_tim.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_tim_ex.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_tim_ex.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_tim_ex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_tim_ex.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_uart.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_uart.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_uart.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_uart.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_usart.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_usart.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_usart.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_usart.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_wwdg.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_wwdg.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_wwdg.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal_wwdg.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_ll_fmc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_fmc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_ll_fmc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_fmc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_ll_fsmc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_fsmc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_ll_fsmc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_fsmc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_ll_sdmmc.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_sdmmc.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_ll_sdmmc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_sdmmc.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_ll_usb.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_usb.c</FilePath> + </File> + <File> + <FileName>stm32f4xx_ll_usb.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_ll_usb.h</FilePath> + </File> + <File> + <FileName>us_ticker.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/targets/hal/TARGET_STM/TARGET_STM32F4/us_ticker.c</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>TOOLCHAIN_ARM_STD</GroupName> + <Files> + <File> + <FileName>startup_stm32f401xe.S</FileName> + <FileType>2</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_STD/startup_stm32f401xe.S</FilePath> + </File> + <File> + <FileName>sys.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/TOOLCHAIN_ARM_STD/sys.cpp</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>api</GroupName> + <Files> + <File> + <FileName>AnalogIn.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/AnalogIn.h</FilePath> + </File> + <File> + <FileName>AnalogOut.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/AnalogOut.h</FilePath> + </File> + <File> + <FileName>BusIn.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/BusIn.h</FilePath> + </File> + <File> + <FileName>BusInOut.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/BusInOut.h</FilePath> + </File> + <File> + <FileName>BusOut.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/BusOut.h</FilePath> + </File> + <File> + <FileName>Callback.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/Callback.h</FilePath> + </File> + <File> + <FileName>CallChain.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/CallChain.h</FilePath> + </File> + <File> + <FileName>CAN.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/CAN.h</FilePath> + </File> + <File> + <FileName>can_helper.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/can_helper.h</FilePath> + </File> + <File> + <FileName>CircularBuffer.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/CircularBuffer.h</FilePath> + </File> + <File> + <FileName>critical.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/critical.h</FilePath> + </File> + <File> + <FileName>CThunk.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/CThunk.h</FilePath> + </File> + <File> + <FileName>DigitalIn.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/DigitalIn.h</FilePath> + </File> + <File> + <FileName>DigitalInOut.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/DigitalInOut.h</FilePath> + </File> + <File> + <FileName>DigitalOut.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/DigitalOut.h</FilePath> + </File> + <File> + <FileName>DirHandle.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/DirHandle.h</FilePath> + </File> + <File> + <FileName>Ethernet.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/Ethernet.h</FilePath> + </File> + <File> + <FileName>FileBase.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/FileBase.h</FilePath> + </File> + <File> + <FileName>FileHandle.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/FileHandle.h</FilePath> + </File> + <File> + <FileName>FileLike.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/FileLike.h</FilePath> + </File> + <File> + <FileName>FilePath.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/FilePath.h</FilePath> + </File> + <File> + <FileName>FileSystemLike.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/FileSystemLike.h</FilePath> + </File> + <File> + <FileName>FunctionPointer.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/FunctionPointer.h</FilePath> + </File> + <File> + <FileName>I2C.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/I2C.h</FilePath> + </File> + <File> + <FileName>I2CSlave.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/I2CSlave.h</FilePath> + </File> + <File> + <FileName>InterruptIn.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/InterruptIn.h</FilePath> + </File> + <File> + <FileName>InterruptManager.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/InterruptManager.h</FilePath> + </File> + <File> + <FileName>LocalFileSystem.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/LocalFileSystem.h</FilePath> + </File> + <File> + <FileName>LowPowerTicker.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/LowPowerTicker.h</FilePath> + </File> + <File> + <FileName>LowPowerTimeout.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/LowPowerTimeout.h</FilePath> + </File> + <File> + <FileName>LowPowerTimer.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/LowPowerTimer.h</FilePath> + </File> + <File> + <FileName>mbed.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/mbed.h</FilePath> + </File> + <File> + <FileName>mbed_assert.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/mbed_assert.h</FilePath> + </File> + <File> + <FileName>mbed_debug.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/mbed_debug.h</FilePath> + </File> + <File> + <FileName>mbed_error.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/mbed_error.h</FilePath> + </File> + <File> + <FileName>mbed_interface.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/mbed_interface.h</FilePath> + </File> + <File> + <FileName>mbed_mem_trace.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/mbed_mem_trace.h</FilePath> + </File> + <File> + <FileName>mbed_stats.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/mbed_stats.h</FilePath> + </File> + <File> + <FileName>platform.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/platform.h</FilePath> + </File> + <File> + <FileName>PlatformMutex.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/PlatformMutex.h</FilePath> + </File> + <File> + <FileName>PortIn.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/PortIn.h</FilePath> + </File> + <File> + <FileName>PortInOut.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/PortInOut.h</FilePath> + </File> + <File> + <FileName>PortOut.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/PortOut.h</FilePath> + </File> + <File> + <FileName>PwmOut.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/PwmOut.h</FilePath> + </File> + <File> + <FileName>RawSerial.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/RawSerial.h</FilePath> + </File> + <File> + <FileName>rtc_time.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/rtc_time.h</FilePath> + </File> + <File> + <FileName>semihost_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/semihost_api.h</FilePath> + </File> + <File> + <FileName>Serial.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/Serial.h</FilePath> + </File> + <File> + <FileName>SerialBase.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/SerialBase.h</FilePath> + </File> + <File> + <FileName>SingletonPtr.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/SingletonPtr.h</FilePath> + </File> + <File> + <FileName>SPI.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/SPI.h</FilePath> + </File> + <File> + <FileName>SPISlave.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/SPISlave.h</FilePath> + </File> + <File> + <FileName>Stream.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/Stream.h</FilePath> + </File> + <File> + <FileName>Ticker.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/Ticker.h</FilePath> + </File> + <File> + <FileName>Timeout.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/Timeout.h</FilePath> + </File> + <File> + <FileName>Timer.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/Timer.h</FilePath> + </File> + <File> + <FileName>TimerEvent.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/TimerEvent.h</FilePath> + </File> + <File> + <FileName>toolchain.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/toolchain.h</FilePath> + </File> + <File> + <FileName>Transaction.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/Transaction.h</FilePath> + </File> + <File> + <FileName>wait_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/api/wait_api.h</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>cmsis</GroupName> + <Files> + <File> + <FileName>arm_common_tables.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/arm_common_tables.h</FilePath> + </File> + <File> + <FileName>arm_const_structs.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/arm_const_structs.h</FilePath> + </File> + <File> + <FileName>arm_math.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/arm_math.h</FilePath> + </File> + <File> + <FileName>core_ca9.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_ca9.h</FilePath> + </File> + <File> + <FileName>core_ca_mmu.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_ca_mmu.h</FilePath> + </File> + <File> + <FileName>core_caFunc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_caFunc.h</FilePath> + </File> + <File> + <FileName>core_caInstr.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_caInstr.h</FilePath> + </File> + <File> + <FileName>core_cm0.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cm0.h</FilePath> + </File> + <File> + <FileName>core_cm0plus.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cm0plus.h</FilePath> + </File> + <File> + <FileName>core_cm3.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cm3.h</FilePath> + </File> + <File> + <FileName>core_cm4.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cm4.h</FilePath> + </File> + <File> + <FileName>core_cm4_simd.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cm4_simd.h</FilePath> + </File> + <File> + <FileName>core_cm7.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cm7.h</FilePath> + </File> + <File> + <FileName>core_cmFunc.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cmFunc.h</FilePath> + </File> + <File> + <FileName>core_cmInstr.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cmInstr.h</FilePath> + </File> + <File> + <FileName>core_cmSecureAccess.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cmSecureAccess.h</FilePath> + </File> + <File> + <FileName>core_cmSimd.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_cmSimd.h</FilePath> + </File> + <File> + <FileName>core_sc000.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_sc000.h</FilePath> + </File> + <File> + <FileName>core_sc300.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/targets/cmsis/core_sc300.h</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>common</GroupName> + <Files> + <File> + <FileName>AnalogIn.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/AnalogIn.cpp</FilePath> + </File> + <File> + <FileName>BusIn.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/BusIn.cpp</FilePath> + </File> + <File> + <FileName>BusInOut.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/BusInOut.cpp</FilePath> + </File> + <File> + <FileName>BusOut.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/BusOut.cpp</FilePath> + </File> + <File> + <FileName>CallChain.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/CallChain.cpp</FilePath> + </File> + <File> + <FileName>CAN.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/CAN.cpp</FilePath> + </File> + <File> + <FileName>Ethernet.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/Ethernet.cpp</FilePath> + </File> + <File> + <FileName>FileBase.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/FileBase.cpp</FilePath> + </File> + <File> + <FileName>FileLike.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/FileLike.cpp</FilePath> + </File> + <File> + <FileName>FilePath.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/FilePath.cpp</FilePath> + </File> + <File> + <FileName>FileSystemLike.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/FileSystemLike.cpp</FilePath> + </File> + <File> + <FileName>I2C.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/I2C.cpp</FilePath> + </File> + <File> + <FileName>I2CSlave.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/I2CSlave.cpp</FilePath> + </File> + <File> + <FileName>InterruptIn.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/InterruptIn.cpp</FilePath> + </File> + <File> + <FileName>InterruptManager.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/InterruptManager.cpp</FilePath> + </File> + <File> + <FileName>LocalFileSystem.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/LocalFileSystem.cpp</FilePath> + </File> + <File> + <FileName>mbed_alloc_wrappers.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/mbed_alloc_wrappers.cpp</FilePath> + </File> + <File> + <FileName>mbed_assert.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_assert.c</FilePath> + </File> + <File> + <FileName>mbed_board.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_board.c</FilePath> + </File> + <File> + <FileName>mbed_critical.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_critical.c</FilePath> + </File> + <File> + <FileName>mbed_error.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_error.c</FilePath> + </File> + <File> + <FileName>mbed_gpio.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_gpio.c</FilePath> + </File> + <File> + <FileName>mbed_interface.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_interface.c</FilePath> + </File> + <File> + <FileName>mbed_lp_ticker_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_lp_ticker_api.c</FilePath> + </File> + <File> + <FileName>mbed_mem_trace.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_mem_trace.c</FilePath> + </File> + <File> + <FileName>mbed_pinmap_common.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_pinmap_common.c</FilePath> + </File> + <File> + <FileName>mbed_rtc_time.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/mbed_rtc_time.cpp</FilePath> + </File> + <File> + <FileName>mbed_semihost_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_semihost_api.c</FilePath> + </File> + <File> + <FileName>mbed_ticker_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_ticker_api.c</FilePath> + </File> + <File> + <FileName>mbed_us_ticker_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_us_ticker_api.c</FilePath> + </File> + <File> + <FileName>mbed_wait_api.c</FileName> + <FileType>1</FileType> + <FilePath>mbed-dev/common/mbed_wait_api.c</FilePath> + </File> + <File> + <FileName>RawSerial.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/RawSerial.cpp</FilePath> + </File> + <File> + <FileName>retarget.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/retarget.cpp</FilePath> + </File> + <File> + <FileName>Serial.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/Serial.cpp</FilePath> + </File> + <File> + <FileName>SerialBase.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/SerialBase.cpp</FilePath> + </File> + <File> + <FileName>SPI.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/SPI.cpp</FilePath> + </File> + <File> + <FileName>SPISlave.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/SPISlave.cpp</FilePath> + </File> + <File> + <FileName>Stream.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/Stream.cpp</FilePath> + </File> + <File> + <FileName>Ticker.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/Ticker.cpp</FilePath> + </File> + <File> + <FileName>Timeout.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/Timeout.cpp</FilePath> + </File> + <File> + <FileName>Timer.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/Timer.cpp</FilePath> + </File> + <File> + <FileName>TimerEvent.cpp</FileName> + <FileType>8</FileType> + <FilePath>mbed-dev/common/TimerEvent.cpp</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>hal</GroupName> + <Files> + <File> + <FileName>analogin_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/analogin_api.h</FilePath> + </File> + <File> + <FileName>analogout_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/analogout_api.h</FilePath> + </File> + <File> + <FileName>buffer.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/buffer.h</FilePath> + </File> + <File> + <FileName>can_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/can_api.h</FilePath> + </File> + <File> + <FileName>dma_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/dma_api.h</FilePath> + </File> + <File> + <FileName>ethernet_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/ethernet_api.h</FilePath> + </File> + <File> + <FileName>gpio_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/gpio_api.h</FilePath> + </File> + <File> + <FileName>gpio_irq_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/gpio_irq_api.h</FilePath> + </File> + <File> + <FileName>i2c_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/i2c_api.h</FilePath> + </File> + <File> + <FileName>lp_ticker_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/lp_ticker_api.h</FilePath> + </File> + <File> + <FileName>pinmap.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/pinmap.h</FilePath> + </File> + <File> + <FileName>port_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/port_api.h</FilePath> + </File> + <File> + <FileName>pwmout_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/pwmout_api.h</FilePath> + </File> + <File> + <FileName>rtc_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/rtc_api.h</FilePath> + </File> + <File> + <FileName>serial_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/serial_api.h</FilePath> + </File> + <File> + <FileName>sleep_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/sleep_api.h</FilePath> + </File> + <File> + <FileName>spi_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/spi_api.h</FilePath> + </File> + <File> + <FileName>ticker_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/ticker_api.h</FilePath> + </File> + <File> + <FileName>us_ticker_api.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/us_ticker_api.h</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>mbed</GroupName> + <Files> + <File> + <FileName>mbed_config.h</FileName> + <FileType>5</FileType> + <FilePath>mbed_config.h</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>storage_abstraction</GroupName> + <Files> + <File> + <FileName>Driver_Common.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/storage_abstraction/Driver_Common.h</FilePath> + </File> + <File> + <FileName>Driver_Storage.h</FileName> + <FileType>5</FileType> + <FilePath>mbed-dev/hal/storage_abstraction/Driver_Storage.h</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>USB_CDC_src</GroupName> + <Files> + <File> + <FileName>stm32f4xx_it.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\stm32f4xx_it.cpp</FilePath> + </File> + <File> + <FileName>usb_device.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\usb_device.cpp</FilePath> + </File> + <File> + <FileName>usbd_cdc.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\usbd_cdc.cpp</FilePath> + </File> + <File> + <FileName>usbd_cdc_if.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\usbd_cdc_if.cpp</FilePath> + </File> + <File> + <FileName>usbd_conf.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\usbd_conf.cpp</FilePath> + </File> + <File> + <FileName>usbd_core.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\usbd_core.cpp</FilePath> + </File> + <File> + <FileName>usbd_ctlreq.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\usbd_ctlreq.cpp</FilePath> + </File> + <File> + <FileName>usbd_desc.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\usbd_desc.cpp</FilePath> + </File> + <File> + <FileName>usbd_ioreq.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\usb_cdc\Src\usbd_ioreq.cpp</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>USB_CDC_inc</GroupName> + <Files> + <File> + <FileName>mxconstants.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\mxconstants.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_hal_conf.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\stm32f4xx_hal_conf.h</FilePath> + </File> + <File> + <FileName>stm32f4xx_it.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\stm32f4xx_it.h</FilePath> + </File> + <File> + <FileName>usb_device.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usb_device.h</FilePath> + </File> + <File> + <FileName>usbd_cdc.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usbd_cdc.h</FilePath> + </File> + <File> + <FileName>usbd_cdc_if.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usbd_cdc_if.h</FilePath> + </File> + <File> + <FileName>usbd_conf.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usbd_conf.h</FilePath> + </File> + <File> + <FileName>usbd_core.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usbd_core.h</FilePath> + </File> + <File> + <FileName>usbd_ctlreq.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usbd_ctlreq.h</FilePath> + </File> + <File> + <FileName>usbd_def.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usbd_def.h</FilePath> + </File> + <File> + <FileName>usbd_desc.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usbd_desc.h</FilePath> + </File> + <File> + <FileName>usbd_ioreq.h</FileName> + <FileType>5</FileType> + <FilePath>.\usb_cdc\Inc\usbd_ioreq.h</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>SX1308HAL_src</GroupName> + <Files> + <File> + <FileName>loragw_hal.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\SX1308HAL\src\loragw_hal.cpp</FilePath> + </File> + <File> + <FileName>loragw_reg.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\SX1308HAL\src\loragw_reg.cpp</FilePath> + </File> + <File> + <FileName>sx1308.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\SX1308HAL\src\sx1308.cpp</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>SX1308HAL_inc</GroupName> + <Files> + <File> + <FileName>loragw_hal.h</FileName> + <FileType>5</FileType> + <FilePath>.\SX1308HAL\inc\loragw_hal.h</FilePath> + </File> + <File> + <FileName>loragw_radio.h</FileName> + <FileType>5</FileType> + <FilePath>.\SX1308HAL\inc\loragw_radio.h</FilePath> + </File> + <File> + <FileName>loragw_reg.h</FileName> + <FileType>5</FileType> + <FilePath>.\SX1308HAL\inc\loragw_reg.h</FilePath> + </File> + <File> + <FileName>sx1308.h</FileName> + <FileType>5</FileType> + <FilePath>.\SX1308HAL\inc\sx1308.h</FilePath> + </File> + </Files> + </Group> + <Group> + <GroupName>MAIN</GroupName> + <Files> + <File> + <FileName>main.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\MAIN\main.cpp</FilePath> + </File> + <File> + <FileName>board.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\MAIN\board.cpp</FilePath> + </File> + <File> + <FileName>board.h</FileName> + <FileType>5</FileType> + <FilePath>.\MAIN\board.h</FilePath> + </File> + <File> + <FileName>cmdUSB.cpp</FileName> + <FileType>8</FileType> + <FilePath>.\MAIN\cmdUSB.cpp</FilePath> + </File> + <File> + <FileName>cmdUSB.h</FileName> + <FileType>5</FileType> + <FilePath>.\MAIN\cmdUSB.h</FilePath> + </File> + </Files> + </Group> + </Groups> + </Target> + </Targets> + +</Project>