Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:b8f21cb512fa, committed 2017-11-24
- Comitter:
- rspelta
- Date:
- Fri Nov 24 12:05:51 2017 +0100
- Parent:
- 2:3c05759bc6c8
- Child:
- 4:1116fed4e68e
- Commit message:
- added uvision project
Changed in this revision
--- a/.mbed Wed Oct 11 12:57:34 2017 +0200 +++ b/.mbed Fri Nov 24 12:05:51 2017 +0100 @@ -1,3 +1,3 @@ -ROOT=. TARGET=SILICA_SENSOR_NODE TOOLCHAIN=GCC_ARM +ROOT=.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DebugConfig/mbed-os-sensor-node_STM32L476JGYx.dbgconf Fri Nov 24 12:05:51 2017 +0100 @@ -0,0 +1,125 @@ +// File: STM32L4x5_4x6.dbgconf +// Version: 1.0.0 +// Note: refer to STM32L4x5 and STM32L4x6 Reference manual (RM0351) +// refer to STM32L475xx, STM32L476xx, STM32L486xx, STM32L496xx and STM32L4A6xx datasheets + +// <<< Use Configuration Wizard in Context Menu >>> + +// <h> Debug MCU configuration register (DBGMCU_CR) +// <o0.2> DBG_STANDBY +// <i> Debug Standby mode +// <i> 0: (FCLK=Off, HCLK=Off) The whole digital part is unpowered. +// <i> 1: (FCLK=On, HCLK=On) The digital part is not unpowered and FCLK and HCLK are provided by the internal RC oscillator which remains active +// <o0.1> DBG_STOP +// <i> Debug Stop mode +// <i> 0: (FCLK=Off, HCLK=Off) In STOP mode, the clock controller disables all clocks (including HCLK and FCLK). +// <i> 1: (FCLK=On, HCLK=On) When entering STOP mode, FCLK and HCLK are provided by the internal RC oscillator which remains active in STOP mode. +// <o0.0> DBG_SLEEP +// <i> Debug Sleep mode +// <i> 0: (FCLK=On, HCLK=Off) In Sleep mode, FCLK is clocked by the system clock as previously configured by the software while HCLK is disabled. +// <i> 1: (FCLK=On, HCLK=On) When entering Sleep mode, HCLK is fed by the same clock that is provided to FCLK (system clock as previously configured by the software). +// </h> +DbgMCU_CR = 0x00000007; + +// <h> Debug MCU APB1 freeze register1 (DBGMCU_APB1FZR1) +// <o0.31> DBG_LPTIM1_STOP +// <i> LPTIM1 counter stopped when core is halted +// <i> 0: The counter clock of LPTIM1 is fed even if the core is halted +// <i> 1: The counter clock of LPTIM1 is stopped when the core is halted +// <o0.26> DBG_CAN2_STOP +// <i> bxCAN2 stopped when core is halted (Reserved on STM32L475xx/476xx/486xx devices) +// <i> 0: Same behavior as in normal mode +// <i> 1: The bxCAN2 receive registers are frozen +// <o0.25> DBG_CAN_STOP +// <i> bxCAN1 stopped when core is halted +// <i> 0: Same behavior as in normal mode +// <i> 1: The bxCAN1 receive registers are frozen +// <o0.23> DBG_I2C3_STOP +// <i> I2C3 SMBUS timeout counter stopped when core is halted +// <i> 0: Same behavior as in normal mode +// <i> 1: The I2C3 SMBus timeout is frozen +// <o0.22> DBG_I2C2_STOP +// <i> I2C2 SMBUS timeout counter stopped when core is halted +// <i> 0: Same behavior as in normal mode +// <i> 1: The I2C2 SMBus timeout is frozen +// <o0.21> DBG_I2C1_STOP +// <i> I2C1 SMBUS timeout counter stopped when core is halted +// <i> 0: Same behavior as in normal mode +// <i> 1: The I2C1 SMBus timeout is frozen +// <o0.12> DBG_IWDG_STOP +// <i> Independent watchdog counter stopped when core is halted +// <i> 0: The independent watchdog counter clock continues even if the core is halted +// <i> 1: The independent watchdog counter clock is stopped when the core is halted +// <o0.11> DBG_WWDG_STOP +// <i> Window watchdog counter stopped when core is halted +// <i> 0: The window watchdog counter clock continues even if the core is halted +// <i> 1: The window watchdog counter clock is stopped when the core is halted +// <o0.10> DBG_RTC_STOP +// <i> RTC counter stopped when core is halted +// <i> 0: The clock of the RTC counter is fed even if the core is halted +// <i> 1: The clock of the RTC counter is stopped when the core is halted +// <o0.5> DBG_TIM7_STOP +// <i> TIM7 counter stopped when core is halted +// <i> 0: The counter clock of TIM7 is fed even if the core is halted +// <i> 1: The counter clock of TIM7 is stopped when the core is halted +// <o0.4> DBG_TIM6_STOP +// <i> TIM6 counter stopped when core is halted +// <i> 0: The counter clock of TIM6 is fed even if the core is halted +// <i> 1: The counter clock of TIM6 is stopped when the core is halted +// <o0.3> DBG_TIM5_STOP +// <i> TIM5 counter stopped when core is halted +// <i> 0: The counter clock of TIM5 is fed even if the core is halted +// <i> 1: The counter clock of TIM5 is stopped when the core is halted +// <o0.2> DBG_TIM4_STOP +// <i> TIM4 counter stopped when core is halted +// <i> 0: The counter clock of TIM4 is fed even if the core is halted +// <i> 1: The counter clock of TIM4 is stopped when the core is halted +// <o0.1> DBG_TIM3_STOP +// <i> TIM3 counter stopped when core is halted +// <i> 0: The counter clock of TIM3 is fed even if the core is halted +// <i> 1: The counter clock of TIM3 is stopped when the core is halted +// <o0.0> DBG_TIM2_STOP +// <i> TIM2 counter stopped when core is halted +// <i> 0: The counter clock of TIM2 is fed even if the core is halted +// <i> 1: The counter clock of TIM2 is stopped when the core is halted +// </h> +DbgMCU_APB1_Fz1 = 0x00000000; + +// <h> Debug MCU APB1 freeze register 2 (DBGMCU_APB1FZR2) +// <o0.5> DBG_LPTIM2_STOP +// <i> LPTIM2 counter stopped when core is halted +// <i> 0: The counter clock of LPTIM2 is fed even if the core is halted +// <i> 1: The counter clock of LPTIM2 is stopped when the core is halted +// <o0.1> DBG_I2C4_STOP +// <i> I2C4 SMBUS timeout counter stopped when core is halted (Reserved on STM32L475xx/476xx/486xx devices) +// <i> 0: Same behavior as in normal mode +// <i> 1: The I2C4 SMBus timeout is frozen +// </h> +DbgMCU_APB1_Fz2 = 0x00000000; + +// <h> Debug MCU APB2 freeze register (DBGMCU_APB2FZR) +// <o0.18> DBG_TIM17_STOP +// <i> TIM17 counter stopped when core is halted +// <i> 0: The clock of the TIM17 counter is fed even if the core is halted +// <i> 1: The clock of the TIM17 counter is stopped when the core is halted +// <o0.17> DBG_TIM16_STOP +// <i> TIM16 counter stopped when core is halted +// <i> 0: The clock of the TIM16 counter is fed even if the core is halted +// <i> 1: The clock of the TIM16 counter is stopped when the core is halted +// <o0.16> DBG_TIM15_STOP +// <i> TIM15 counter stopped when core is halted +// <i> 0: The clock of the TIM15 counter is fed even if the core is halted +// <i> 1: The clock of the TIM15 counter is stopped when the core is halted +// <o0.13> DBG_TIM8_STOP +// <i> TIM8 counter stopped when core is halted +// <i> 0: The clock of the TIM8 counter is fed even if the core is halted +// <i> 1: The clock of the TIM8 counter is stopped when the core is halted +// <o0.11> DBG_TIM1_STOP +// <i> TIM1 counter stopped when core is halted +// <i> 0: The clock of the TIM1 counter is fed even if the core is halted +// <i> 1: The clock of the TIM1 counter is stopped when the core is halted +// </h> +DbgMCU_APB2_Fz = 0x00000000; +// </h> + +// <<< end of configuration section >>> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os-sensor-node.uvoptx Fri Nov 24 12:05:51 2017 +0100 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd"> + <SchemaVersion>1.0</SchemaVersion> + <Target> + <TargetName>mbed-os-sensor-node</TargetName> + <ToolsetNumber>0x4</ToolsetNumber> + <ToolsetName>ARM-ADS</ToolsetName> + <TargetOption> + <DebugOpt> + <uSim>0</uSim> + <uTrg>1</uTrg> + <nTsel>11</nTsel> + <pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon> + </DebugOpt> + <TargetDriverDllRegistry> + <SetRegEntry> + <Number>0</Number> + <Key>ST-LINKIII-KEIL_SWO</Key> + <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0stm32l4xx_1024 -FS008000000 -FL000100000 -FP0($$Device:STM32L476JG$Flash/STM32L4xx_1024.FLM))</Name> + </SetRegEntry> + </TargetDriverDllRegistry> + </TargetOption> + </Target> +</ProjectOpt> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-os-sensor-node.uvprojx Fri Nov 24 12:05:51 2017 +0100
@@ -0,0 +1,6646 @@
+<?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>mbed-os-sensor-node</TargetName>
+ <ToolsetNumber>0x4</ToolsetNumber>
+ <ToolsetName>ARM-ADS</ToolsetName>
+ <TargetOption>
+ <TargetCommonOption>
+ <Device>STM32L476JGYx</Device>
+ <Vendor>STMicroelectronics</Vendor>
+ <PackID>Keil.STM32L4xx_DFP.pdsc</PackID>
+ <PackURL>http://www.keil.com/pack</PackURL>
+ <Cpu>CPUTYPE("Cortex-M4") FPU2</Cpu>
+ <FlashUtilSpec></FlashUtilSpec>
+ <StartupFile></StartupFile>
+ <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0stm32l4xx_1024 -FS008000000 -FL000100000 -FP0($$Device:STM32L476JG$Flash/STM32L4xx_1024.FLM))</FlashDriverDll>
+ <DeviceId>0</DeviceId>
+ <RegisterFile>$$Device:STM32L476JG$Device/Include/stm32l4xx.h</RegisterFile>
+ <MemoryEnv></MemoryEnv>
+ <Cmp></Cmp>
+ <Asm></Asm>
+ <Linker></Linker>
+ <OHString></OHString>
+ <InfinionOptionDll></InfinionOptionDll>
+ <SLE66CMisc></SLE66CMisc>
+ <SLE66AMisc></SLE66AMisc>
+ <SLE66LinkerMisc></SLE66LinkerMisc>
+ <SFDFile>$$Device:STM32L476JG$SVD/STM32L4x6.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>.\BUILD\</OutputDirectory>
+ <OutputName>mbed-os-sensor-node</OutputName>
+ <CreateExecutable>1</CreateExecutable>
+ <CreateLib>0</CreateLib>
+ <CreateHexFile>0</CreateHexFile>
+ <DebugInformation>1</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>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></SimDllName>
+ <SimDllArguments> </SimDllArguments>
+ <SimDlgDll>DCM.DLL</SimDlgDll>
+ <SimDlgDllArguments></SimDlgDllArguments>
+ <TargetDllName>SARMCM3.DLL</TargetDllName>
+ <TargetDllArguments></TargetDllArguments>
+ <TargetDlgDll>TCM.DLL</TargetDlgDll>
+ <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
+ </DllOption>
+ <DebugOption>
+ <OPTHX>
+ <HexSelection>1</HexSelection>
+ <HexRangeLowAddress>0</HexRangeLowAddress>
+ <HexRangeHighAddress>0</HexRangeHighAddress>
+ <HexOffset>0</HexOffset>
+ <Oh166RecLen>16</Oh166RecLen>
+ </OPTHX>
+ <Simulator>
+ <UseSimulator>0</UseSimulator>
+ <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
+ <RunToMain>1</RunToMain>
+ <RestoreBreakpoints>1</RestoreBreakpoints>
+ <RestoreWatchpoints>1</RestoreWatchpoints>
+ <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
+ <RestoreFunctions>1</RestoreFunctions>
+ <RestoreToolbox>1</RestoreToolbox>
+ <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
+ <RestoreSysVw>1</RestoreSysVw>
+ </Simulator>
+ <Target>
+ <UseTarget>1</UseTarget>
+ <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
+ <RunToMain>1</RunToMain>
+ <RestoreBreakpoints>1</RestoreBreakpoints>
+ <RestoreWatchpoints>1</RestoreWatchpoints>
+ <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
+ <RestoreFunctions>0</RestoreFunctions>
+ <RestoreToolbox>1</RestoreToolbox>
+ <RestoreTracepoints>1</RestoreTracepoints>
+ <RestoreSysVw>1</RestoreSysVw>
+ </Target>
+ <RunDebugAfterBuild>0</RunDebugAfterBuild>
+ <TargetSelection>0</TargetSelection>
+ <SimDlls>
+ <CpuDll></CpuDll>
+ <CpuDllArguments></CpuDllArguments>
+ <PeripheralDll></PeripheralDll>
+ <PeripheralDllArguments></PeripheralDllArguments>
+ <InitializationFile></InitializationFile>
+ </SimDlls>
+ <TargetDlls>
+ <CpuDll></CpuDll>
+ <CpuDllArguments></CpuDllArguments>
+ <PeripheralDll></PeripheralDll>
+ <PeripheralDllArguments></PeripheralDllArguments>
+ <InitializationFile></InitializationFile>
+ <Driver>STLink\ST-LINKIII-KEIL_SWO.dll</Driver>
+ </TargetDlls>
+ </DebugOption>
+ <Utilities>
+ <Flash1>
+ <UseTargetDll>1</UseTargetDll>
+ <UseExternalTool>0</UseExternalTool>
+ <RunIndependent>0</RunIndependent>
+ <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
+ <Capability>0</Capability>
+ <DriverSelection>-1</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-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>1</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>0</StartAddress>
+ <Size>0</Size>
+ </IRAM>
+ <IROM>
+ <Type>1</Type>
+ <StartAddress>0</StartAddress>
+ <Size>0</Size>
+ </IROM>
+ <XRAM>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </XRAM>
+ <OCR_RVCT1>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT1>
+ <OCR_RVCT2>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT2>
+ <OCR_RVCT3>
+ <Type>0</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x0</Size>
+ </OCR_RVCT3>
+ <OCR_RVCT4>
+ <Type>1</Type>
+ <StartAddress>0x0</StartAddress>
+ <Size>0x20000</Size>
+ </OCR_RVCT4>
+ <OCR_RVCT5>
+ <Type>0</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>0x1fffe000</StartAddress>
+ <Size>0x2000</Size>
+ </OCR_RVCT10>
+ </OnChipMemories>
+ <RvctStartVector></RvctStartVector>
+ </ArmAdsMisc>
+ <Cads>
+ <interw>0</interw>
+ <Optim>1</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>
+ <v6Rtti>0</v6Rtti>
+ <VariousControls>
+ <MiscControls>-DDEVICE_RTC=1 -DDEVICE_SLEEP=1 -DTOOLCHAIN_object -DTOOLCHAIN_ARM_STD --preinclude=mbed_config.h --split_sections --restrict -D__ASSERT_MSG --no_rtti -DTARGET_STM32L476xG -DDEVICE_PORTINOUT=1 -DFEATURE_LOWPAN_ROUTER=1 --multibyte_chars -g -DDEVICE_I2C_ASYNCH=1 -c -DTARGET_RTOS_M4_M7 -DDEVICE_CAN=1 -DDEVICE_PORTOUT=1 -DDEVICE_FLASH=1 -DDEVICE_STDIO_MESSAGES=1 -DDEVICE_ANALOGOUT=1 -DTARGET_LIKE_MBED -DDEVICE_SERIAL_FC=1 --cpu=Cortex-M4.fp -DDEVICE_SERIAL=1 -DDEVICE_ANALOGIN=1 -DTARGET_LIKE_CORTEX_M4 -DTARGET_STM32L476JG -D__CORTEX_M4 -DTARGET_CORTEX_M -DARM_MATH_CM4 --apcs=interwork -DMBED_BUILD_TIMESTAMP=1511518872.67 -DDEVICE_I2C=1 -DTARGET_CORTEX -DDEVICE_TRNG=1 -DDEVICE_LOWPOWERTIMER=1 -DTARGET_STM -DTOOLCHAIN_ARM -DDEVICE_INTERRUPTIN=1 --no_depend_system_headers -DTARGET_UVISOR_UNSUPPORTED -D__CMSIS_RTOS --md -DDEVICE_PWMOUT=1 -DDEVICE_SERIAL_ASYNCH=1 --gnu --brief_diagnostics -DTARGET_DEBUG -DFEATURE_COMMON_PAL=1 -DMBED_TRAP_ERRORS_ENABLED=1 -DTARGET_FAMILY_STM32 -DDEVICE_SPI=1 -D__MBED__=1 -DTARGET_SILICA_SENSOR_NODE -DDEVICE_SPISLAVE=1 -DTARGET_STM32L4 -DDEVICE_PORTIN=1 -DTARGET_M4 -DMBED_DEBUG -D__FPU_PRESENT=1 -DDEVICE_I2CSLAVE=1 -DUSBHOST_OTHER -DDEVICE_SPI_ASYNCH=1 -DTRANSACTION_QUEUE_SIZE_SPI=2 -D__MBED_CMSIS_RTOS_CM -DFEATURE_NANOSTACK=1</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>.; .\configs; .\docs; .\docs\img; .\easy-connect; .\easy-connect\atmel-rf-driver; .\easy-connect\atmel-rf-driver\atmel-rf-driver; .\easy-connect\atmel-rf-driver\source; .\easy-connect\esp8266-driver; .\easy-connect\esp8266-driver\ESP8266; .\easy-connect\esp8266-driver\ESP8266\ATParser; .\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial; .\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial\Buffer; .\easy-connect\mcr20a-rf-driver; .\easy-connect\mcr20a-rf-driver\mcr20a-rf-driver; .\easy-connect\mcr20a-rf-driver\source; .\easy-connect\sensornode-rf-driver; .\easy-connect\sensornode-rf-driver\sensornode-rf-driver; .\easy-connect\sensornode-rf-driver\source; .\easy-connect\stm-spirit1-rf-driver; .\easy-connect\stm-spirit1-rf-driver\source; .\easy-connect\stm-spirit1-rf-driver\source\libs; .\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\X-NUCLEO-IDS01Ax; .\easy-connect\stm-spirit1-rf-driver\stm-spirit1-rf-driver; .\GW_Binary; .\mbed-client; .\mbed-client\mbed-client; .\mbed-client\mbed-client-c; .\mbed-client\mbed-client-c\doxygen; .\mbed-client\mbed-client-c\nsdl-c; .\mbed-client\mbed-client-c\source; .\mbed-client\mbed-client-c\source\include; .\mbed-client\mbed-client-classic; .\mbed-client\mbed-client-classic\mbed-client-classic; .\mbed-client\mbed-client-classic\source; .\mbed-client\mbed-client-mbed-tls; .\mbed-client\mbed-client-mbed-tls\mbed-client-mbedtls; .\mbed-client\mbed-client-mbed-tls\source; .\mbed-client\source; .\mbed-client\source\include; .\mbed-os; .\mbed-os\cmsis; .\mbed-os\cmsis\TARGET_CORTEX_M; .\mbed-os\cmsis\TARGET_CORTEX_M\TOOLCHAIN_ARM; .\mbed-os\drivers; .\mbed-os\events; .\mbed-os\events\equeue; .\mbed-os\features; .\mbed-os\features\filesystem; .\mbed-os\features\filesystem\bd; .\mbed-os\features\filesystem\fat; .\mbed-os\features\filesystem\fat\ChaN; .\mbed-os\features\frameworks; .\mbed-os\features\frameworks\greentea-client; .\mbed-os\features\frameworks\greentea-client\greentea-client; .\mbed-os\features\frameworks\greentea-client\source; .\mbed-os\features\frameworks\unity; .\mbed-os\features\frameworks\unity\source; .\mbed-os\features\frameworks\unity\unity; .\mbed-os\features\frameworks\utest; .\mbed-os\features\frameworks\utest\source; .\mbed-os\features\frameworks\utest\utest; .\mbed-os\features\mbedtls; .\mbed-os\features\mbedtls\importer; .\mbed-os\features\mbedtls\inc; .\mbed-os\features\mbedtls\inc\mbedtls; .\mbed-os\features\mbedtls\platform; .\mbed-os\features\mbedtls\platform\inc; .\mbed-os\features\mbedtls\platform\src; .\mbed-os\features\mbedtls\src; .\mbed-os\features\mbedtls\targets; .\mbed-os\features\mbedtls\targets\TARGET_STM; .\mbed-os\features\mbedtls\targets\TARGET_STM\TARGET_STM32L4; .\mbed-os\features\nanostack; .\mbed-os\features\netsocket; .\mbed-os\features\netsocket\cellular; .\mbed-os\features\netsocket\cellular\generic_modem_driver; .\mbed-os\features\netsocket\cellular\utils; .\mbed-os\features\storage; .\mbed-os\hal; .\mbed-os\hal\storage_abstraction; .\mbed-os\platform; .\mbed-os\rtos; .\mbed-os\rtos\TARGET_CORTEX; .\mbed-os\rtos\TARGET_CORTEX\rtx4; .\mbed-os\rtos\TARGET_CORTEX\rtx5; .\mbed-os\rtos\TARGET_CORTEX\rtx5\TARGET_RTOS_M4_M7; .\mbed-os\rtos\TARGET_CORTEX\rtx5\TARGET_RTOS_M4_M7\TOOLCHAIN_ARM; .\mbed-os\targets; .\mbed-os\targets\TARGET_STM; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\TOOLCHAIN_ARM_STD; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\device; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\SDK; .\pal; .\pal\Source; .\pal\Source\PAL-Impl; .\pal\Source\PAL-Impl\Modules; .\pal\Source\PAL-Impl\Modules\Networking; .\pal\Source\PAL-Impl\Modules\RTOS; .\pal\Source\PAL-Impl\Modules\Update; .\pal\Source\PAL-Impl\Services-API; .\pal\Source\Port; .\pal\Source\Port\Platform-API; .\pal\Source\Port\Reference-Impl; .\pal\Source\Port\Reference-Impl\mbedOS; .\pal\Source\Port\Reference-Impl\mbedOS\Networking; .\pal\Source\Port\Reference-Impl\mbedOS\RTOS; .\mbed-os\features\FEATURE_COMMON_PAL; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\mbed-client-randlib; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\mbed-client-randlib\platform; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\source; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\doxygen; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\mbed-coap; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source\include; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-trace; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-trace\mbed-trace; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-trace\source; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\cs_nvm; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\nvm; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\platform; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\IPv6_fcf_lib; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libBits; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libip6string; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libList; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libTrace; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libTrace\scripts; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\nsdynmemLIB; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\nvmHelper; .\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop; .\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop; .\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop\platform; .\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source; .\mbed-os\features\nanostack\FEATURE_LOWPAN_ROUTER; .\mbed-os\features\nanostack\FEATURE_LOWPAN_ROUTER\TOOLCHAIN_ARM; .\mbed-os\features\nanostack\FEATURE_LOWPAN_ROUTER\TOOLCHAIN_ARM\TARGET_RTOS_M4_M7; .\mbed-os\features\nanostack\FEATURE_NANOSTACK; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\coap-service; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\include; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\mbed-mesh-api; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\include; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\nanostack-interface; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\docs; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\docs\img; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\doxygen; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\platform; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\targets; </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>
+ <uClangAs>0</uClangAs>
+ <VariousControls>
+ <MiscControls>--cpreproc --cpreproc_opts=-D__ASSERT_MSG,-DTRANSACTION_QUEUE_SIZE_SPI=2,-D__CORTEX_M4,-DARM_MATH_CM4,-D__FPU_PRESENT=1,-DUSBHOST_OTHER,-D__MBED_CMSIS_RTOS_CM,-D__CMSIS_RTOS</MiscControls>
+ <Define></Define>
+ <Undefine></Undefine>
+ <IncludePath>.; .\configs; .\docs; .\docs\img; .\easy-connect; .\easy-connect\atmel-rf-driver; .\easy-connect\atmel-rf-driver\atmel-rf-driver; .\easy-connect\atmel-rf-driver\source; .\easy-connect\esp8266-driver; .\easy-connect\esp8266-driver\ESP8266; .\easy-connect\esp8266-driver\ESP8266\ATParser; .\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial; .\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial\Buffer; .\easy-connect\mcr20a-rf-driver; .\easy-connect\mcr20a-rf-driver\mcr20a-rf-driver; .\easy-connect\mcr20a-rf-driver\source; .\easy-connect\sensornode-rf-driver; .\easy-connect\sensornode-rf-driver\sensornode-rf-driver; .\easy-connect\sensornode-rf-driver\source; .\easy-connect\stm-spirit1-rf-driver; .\easy-connect\stm-spirit1-rf-driver\source; .\easy-connect\stm-spirit1-rf-driver\source\libs; .\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src; .\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\X-NUCLEO-IDS01Ax; .\easy-connect\stm-spirit1-rf-driver\stm-spirit1-rf-driver; .\GW_Binary; .\mbed-client; .\mbed-client\mbed-client; .\mbed-client\mbed-client-c; .\mbed-client\mbed-client-c\doxygen; .\mbed-client\mbed-client-c\nsdl-c; .\mbed-client\mbed-client-c\source; .\mbed-client\mbed-client-c\source\include; .\mbed-client\mbed-client-classic; .\mbed-client\mbed-client-classic\mbed-client-classic; .\mbed-client\mbed-client-classic\source; .\mbed-client\mbed-client-mbed-tls; .\mbed-client\mbed-client-mbed-tls\mbed-client-mbedtls; .\mbed-client\mbed-client-mbed-tls\source; .\mbed-client\source; .\mbed-client\source\include; .\mbed-os; .\mbed-os\cmsis; .\mbed-os\cmsis\TARGET_CORTEX_M; .\mbed-os\cmsis\TARGET_CORTEX_M\TOOLCHAIN_ARM; .\mbed-os\drivers; .\mbed-os\events; .\mbed-os\events\equeue; .\mbed-os\features; .\mbed-os\features\filesystem; .\mbed-os\features\filesystem\bd; .\mbed-os\features\filesystem\fat; .\mbed-os\features\filesystem\fat\ChaN; .\mbed-os\features\frameworks; .\mbed-os\features\frameworks\greentea-client; .\mbed-os\features\frameworks\greentea-client\greentea-client; .\mbed-os\features\frameworks\greentea-client\source; .\mbed-os\features\frameworks\unity; .\mbed-os\features\frameworks\unity\source; .\mbed-os\features\frameworks\unity\unity; .\mbed-os\features\frameworks\utest; .\mbed-os\features\frameworks\utest\source; .\mbed-os\features\frameworks\utest\utest; .\mbed-os\features\mbedtls; .\mbed-os\features\mbedtls\importer; .\mbed-os\features\mbedtls\inc; .\mbed-os\features\mbedtls\inc\mbedtls; .\mbed-os\features\mbedtls\platform; .\mbed-os\features\mbedtls\platform\inc; .\mbed-os\features\mbedtls\platform\src; .\mbed-os\features\mbedtls\src; .\mbed-os\features\mbedtls\targets; .\mbed-os\features\mbedtls\targets\TARGET_STM; .\mbed-os\features\mbedtls\targets\TARGET_STM\TARGET_STM32L4; .\mbed-os\features\nanostack; .\mbed-os\features\netsocket; .\mbed-os\features\netsocket\cellular; .\mbed-os\features\netsocket\cellular\generic_modem_driver; .\mbed-os\features\netsocket\cellular\utils; .\mbed-os\features\storage; .\mbed-os\hal; .\mbed-os\hal\storage_abstraction; .\mbed-os\platform; .\mbed-os\rtos; .\mbed-os\rtos\TARGET_CORTEX; .\mbed-os\rtos\TARGET_CORTEX\rtx4; .\mbed-os\rtos\TARGET_CORTEX\rtx5; .\mbed-os\rtos\TARGET_CORTEX\rtx5\TARGET_RTOS_M4_M7; .\mbed-os\rtos\TARGET_CORTEX\rtx5\TARGET_RTOS_M4_M7\TOOLCHAIN_ARM; .\mbed-os\targets; .\mbed-os\targets\TARGET_STM; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\TOOLCHAIN_ARM_STD; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\device; .\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\SDK; .\pal; .\pal\Source; .\pal\Source\PAL-Impl; .\pal\Source\PAL-Impl\Modules; .\pal\Source\PAL-Impl\Modules\Networking; .\pal\Source\PAL-Impl\Modules\RTOS; .\pal\Source\PAL-Impl\Modules\Update; .\pal\Source\PAL-Impl\Services-API; .\pal\Source\Port; .\pal\Source\Port\Platform-API; .\pal\Source\Port\Reference-Impl; .\pal\Source\Port\Reference-Impl\mbedOS; .\pal\Source\Port\Reference-Impl\mbedOS\Networking; .\pal\Source\Port\Reference-Impl\mbedOS\RTOS; .\mbed-os\features\FEATURE_COMMON_PAL; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\mbed-client-randlib; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\mbed-client-randlib\platform; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\source; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\doxygen; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\mbed-coap; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source\include; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-trace; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-trace\mbed-trace; .\mbed-os\features\FEATURE_COMMON_PAL\mbed-trace\source; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\cs_nvm; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\nvm; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\platform; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\IPv6_fcf_lib; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libBits; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libip6string; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libList; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libTrace; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libTrace\scripts; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\nsdynmemLIB; .\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\nvmHelper; .\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop; .\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop; .\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop\platform; .\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source; .\mbed-os\features\nanostack\FEATURE_LOWPAN_ROUTER; .\mbed-os\features\nanostack\FEATURE_LOWPAN_ROUTER\TOOLCHAIN_ARM; .\mbed-os\features\nanostack\FEATURE_LOWPAN_ROUTER\TOOLCHAIN_ARM\TARGET_RTOS_M4_M7; .\mbed-os\features\nanostack\FEATURE_NANOSTACK; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\coap-service; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\include; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\mbed-mesh-api; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\include; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\nanostack-interface; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\docs; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\docs\img; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\doxygen; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\platform; .\mbed-os\features\nanostack\FEATURE_NANOSTACK\targets; </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-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\TOOLCHAIN_ARM_STD\stm32l476xx.sct</ScatterFile>
+ <IncludeLibs></IncludeLibs>
+ <IncludeLibsPath></IncludeLibsPath>
+ <Misc></Misc>
+ <LinkerInputFile></LinkerInputFile>
+ <DisabledWarnings></DisabledWarnings>
+ </LDads>
+ </TargetArmAds>
+ </TargetOption>
+ <Groups>
+
+ <Group>
+ <GroupName>easy-connect</GroupName>
+ <Files>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>at24mac.cpp</FileName>
+ <FilePath>.\easy-connect\atmel-rf-driver\source\at24mac.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>at24mac.h</FileName>
+ <FilePath>.\easy-connect\atmel-rf-driver\source\at24mac.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>AT86RFReg.h</FileName>
+ <FilePath>.\easy-connect\atmel-rf-driver\source\AT86RFReg.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ATParser.cpp</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ATParser\ATParser.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ATParser.h</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ATParser\ATParser.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>BufferedPrint.c</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial\BufferedPrint.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>BufferedSerial.cpp</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial\BufferedSerial.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>BufferedSerial.h</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial\BufferedSerial.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>contiki-conf.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\contiki-conf.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>easy-connect.h</FileName>
+ <FilePath>.\easy-connect\easy-connect.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ESP8266.cpp</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ESP8266.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ESP8266.h</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ESP8266.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ESP8266Interface.cpp</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266Interface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ESP8266Interface.h</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266Interface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>hw-config.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\hw-config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ip64-conf.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\ip64-conf.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>MCR20Drv.c</FileName>
+ <FilePath>.\easy-connect\mcr20a-rf-driver\source\MCR20Drv.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MCR20Drv.h</FileName>
+ <FilePath>.\easy-connect\mcr20a-rf-driver\source\MCR20Drv.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MCR20Overwrites.h</FileName>
+ <FilePath>.\easy-connect\mcr20a-rf-driver\source\MCR20Overwrites.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MCR20Reg.h</FileName>
+ <FilePath>.\easy-connect\mcr20a-rf-driver\source\MCR20Reg.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MCU_Interface.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\MCU_Interface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>MyBuffer.cpp</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial\Buffer\MyBuffer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MyBuffer.h</FileName>
+ <FilePath>.\easy-connect\esp8266-driver\ESP8266\ATParser\BufferedSerial\Buffer\MyBuffer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>NanostackRfPhyAtmel.cpp</FileName>
+ <FilePath>.\easy-connect\atmel-rf-driver\source\NanostackRfPhyAtmel.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackRfPhyAtmel.h</FileName>
+ <FilePath>.\easy-connect\atmel-rf-driver\atmel-rf-driver\NanostackRfPhyAtmel.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>NanostackRfPhyMcr20a.cpp</FileName>
+ <FilePath>.\easy-connect\mcr20a-rf-driver\source\NanostackRfPhyMcr20a.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackRfPhyMcr20a.h</FileName>
+ <FilePath>.\easy-connect\mcr20a-rf-driver\mcr20a-rf-driver\NanostackRfPhyMcr20a.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>NanostackRfPhySensorNode.cpp</FileName>
+ <FilePath>.\easy-connect\sensornode-rf-driver\source\NanostackRfPhySensorNode.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackRfPhySensorNode.h</FileName>
+ <FilePath>.\easy-connect\sensornode-rf-driver\sensornode-rf-driver\NanostackRfPhySensorNode.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>NanostackRfPhySpirit1.cpp</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\NanostackRfPhySpirit1.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackRfPhySpirit1.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\stm-spirit1-rf-driver\NanostackRfPhySpirit1.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>platform-conf.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\platform-conf.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>radio.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\radio.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>radio_gpio.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\X-NUCLEO-IDS01Ax\radio_gpio.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>radio_shield_config.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\X-NUCLEO-IDS01Ax\radio_shield_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>radio_spi.cpp</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\radio_spi.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>radio_spi.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\stm-spirit1-rf-driver\radio_spi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>SimpleSpirit1.cpp</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\SimpleSpirit1.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SimpleSpirit1.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\stm-spirit1-rf-driver\SimpleSpirit1.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>spirit1-config.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\spirit1-config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>spirit1-const.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\spirit1-const.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>spirit1.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\spirit1.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Aes.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Aes.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Aes.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Aes.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Calibration.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Calibration.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Calibration.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Calibration.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Commands.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Commands.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Commands.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Commands.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Config.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Csma.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Csma.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Csma.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Csma.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_DirectRF.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_DirectRF.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_DirectRF.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_DirectRF.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_General.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_General.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_General.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_General.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Gpio.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Gpio.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Gpio.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Gpio.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Irq.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Irq.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Irq.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Irq.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_LinearFifo.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_LinearFifo.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_LinearFifo.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_LinearFifo.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Management.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Management.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Management.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Management.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_PktBasic.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_PktBasic.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_PktBasic.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_PktBasic.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_PktCommon.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_PktCommon.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_PktCommon.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_PktCommon.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_PktMbus.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_PktMbus.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_PktMbus.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_PktMbus.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_PktStack.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_PktStack.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_PktStack.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_PktStack.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Qi.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Qi.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Qi.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Qi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Radio.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Radio.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Radio.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Radio.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Regs.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Regs.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Timer.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Timer.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Timer.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Timer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>SPIRIT_Types.c</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Src\SPIRIT_Types.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPIRIT_Types.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\spirit1\SPIRIT1_Library\Inc\SPIRIT_Types.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l-spirit1-config.h</FileName>
+ <FilePath>.\easy-connect\stm-spirit1-rf-driver\source\libs\Contiki_STM32_Library\stm32l-spirit1-config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>XcvrSpi.h</FileName>
+ <FilePath>.\easy-connect\mcr20a-rf-driver\source\XcvrSpi.h</FilePath>
+ </File>
+
+ </Files>
+ </Group>
+
+ <Group>
+ <GroupName>mbed-client</GroupName>
+ <Files>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>eventdata.h</FileName>
+ <FilePath>.\mbed-client\source\include\eventdata.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>functionpointer.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\functionpointer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mbase.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mbase.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mbase.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mbase.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mblockmessage.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mblockmessage.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mblockmessage.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mblockmessage.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mcallbackstorage.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mcallbackstorage.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mcallbackstorage.h</FileName>
+ <FilePath>.\mbed-client\source\include\m2mcallbackstorage.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mconfig.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mconfig.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mconnectionhandler.cpp</FileName>
+ <FilePath>.\mbed-client\mbed-client-classic\source\m2mconnectionhandler.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mconnectionhandler.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mconnectionhandler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mconnectionhandlerpimpl.cpp</FileName>
+ <FilePath>.\mbed-client\mbed-client-classic\source\m2mconnectionhandlerpimpl.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mconnectionhandlerpimpl.h</FileName>
+ <FilePath>.\mbed-client\mbed-client-classic\mbed-client-classic\m2mconnectionhandlerpimpl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mconnectionobserver.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mconnectionobserver.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mconnectionsecurity.cpp</FileName>
+ <FilePath>.\mbed-client\mbed-client-mbed-tls\source\m2mconnectionsecurity.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mconnectionsecurity.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mconnectionsecurity.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mconnectionsecuritypimpl.cpp</FileName>
+ <FilePath>.\mbed-client\mbed-client-mbed-tls\source\m2mconnectionsecuritypimpl.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mconnectionsecuritypimpl.h</FileName>
+ <FilePath>.\mbed-client\mbed-client-mbed-tls\mbed-client-mbedtls\m2mconnectionsecuritypimpl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mconstants.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mconstants.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mdevice.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mdevice.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mdevice.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mdevice.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mfirmware.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mfirmware.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mfirmware.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mfirmware.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2minterface.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2minterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2minterfacefactory.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2minterfacefactory.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2minterfacefactory.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2minterfacefactory.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2minterfaceimpl.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2minterfaceimpl.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2minterfaceimpl.h</FileName>
+ <FilePath>.\mbed-client\source\include\m2minterfaceimpl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2minterfaceobserver.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2minterfaceobserver.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mnsdlinterface.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mnsdlinterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mnsdlinterface.h</FileName>
+ <FilePath>.\mbed-client\source\include\m2mnsdlinterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mnsdlobserver.h</FileName>
+ <FilePath>.\mbed-client\source\include\m2mnsdlobserver.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mobject.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mobject.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mobject.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mobject.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mobjectinstance.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mobjectinstance.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mobjectinstance.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mobjectinstance.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mobservationhandler.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mobservationhandler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mreporthandler.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mreporthandler.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mreporthandler.h</FileName>
+ <FilePath>.\mbed-client\source\include\m2mreporthandler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mreportobserver.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mreportobserver.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mresource.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mresource.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mresource.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mresource.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mresourcebase.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mresourcebase.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mresourcebase.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mresourcebase.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mresourceinstance.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mresourceinstance.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mresourceinstance.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mresourceinstance.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2msecurity.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2msecurity.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2msecurity.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2msecurity.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mserver.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mserver.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mserver.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mserver.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mstring.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mstring.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mstring.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mstring.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mstringbuffer.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mstringbuffer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mstringbufferbase.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mstringbufferbase.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mstringbufferbase.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mstringbufferbase.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mtimer.cpp</FileName>
+ <FilePath>.\mbed-client\mbed-client-classic\source\m2mtimer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mtimer.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mtimer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mtimerobserver.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mtimerobserver.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mtimerpimpl.cpp</FileName>
+ <FilePath>.\mbed-client\mbed-client-classic\source\m2mtimerpimpl.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mtimerpimpl.h</FileName>
+ <FilePath>.\mbed-client\mbed-client-classic\mbed-client-classic\m2mtimerpimpl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mtlvdeserializer.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mtlvdeserializer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mtlvdeserializer.h</FileName>
+ <FilePath>.\mbed-client\source\include\m2mtlvdeserializer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>m2mtlvserializer.cpp</FileName>
+ <FilePath>.\mbed-client\source\m2mtlvserializer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mtlvserializer.h</FileName>
+ <FilePath>.\mbed-client\source\include\m2mtlvserializer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>m2mvector.h</FileName>
+ <FilePath>.\mbed-client\mbed-client\m2mvector.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>nsdlaccesshelper.cpp</FileName>
+ <FilePath>.\mbed-client\source\nsdlaccesshelper.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nsdlaccesshelper.h</FileName>
+ <FilePath>.\mbed-client\source\include\nsdlaccesshelper.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nsdllinker.h</FileName>
+ <FilePath>.\mbed-client\source\include\nsdllinker.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>smartpointer.h</FileName>
+ <FilePath>.\mbed-client\source\include\smartpointer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_client_config.h</FileName>
+ <FilePath>.\mbed-client\mbed-client-c\nsdl-c\sn_client_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sn_grs.c</FileName>
+ <FilePath>.\mbed-client\mbed-client-c\source\sn_grs.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_grs.h</FileName>
+ <FilePath>.\mbed-client\mbed-client-c\source\include\sn_grs.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sn_nsdl.c</FileName>
+ <FilePath>.\mbed-client\mbed-client-c\source\sn_nsdl.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_nsdl.h</FileName>
+ <FilePath>.\mbed-client\mbed-client-c\nsdl-c\sn_nsdl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_nsdl_lib.h</FileName>
+ <FilePath>.\mbed-client\mbed-client-c\nsdl-c\sn_nsdl_lib.h</FilePath>
+ </File>
+
+ </Files>
+ </Group>
+
+ <Group>
+ <GroupName>mbed-os</GroupName>
+ <Files>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>aes.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\aes.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>aes.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\aes.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>aes_alt.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\targets\TARGET_STM\aes_alt.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>aes_alt.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\targets\TARGET_STM\aes_alt.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>aesni.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\aesni.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>aesni.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\aesni.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>AnalogIn.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\AnalogIn.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>AnalogIn.h</FileName>
+ <FilePath>.\mbed-os\drivers\AnalogIn.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>analogin_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\analogin_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>analogin_api.h</FileName>
+ <FilePath>.\mbed-os\hal\analogin_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>AnalogOut.h</FileName>
+ <FilePath>.\mbed-os\drivers\AnalogOut.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>analogout_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\analogout_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>analogout_api.h</FileName>
+ <FilePath>.\mbed-os\hal\analogout_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>analogout_device.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\analogout_device.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>APN_db.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\cellular\utils\APN_db.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>arc4.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\arc4.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arc4.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\arc4.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arm_hal_aes.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\platform\arm_hal_aes.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>arm_hal_interrupt.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\arm_hal_interrupt.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arm_hal_interrupt.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\platform\arm_hal_interrupt.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arm_hal_interrupt_private.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\arm_hal_interrupt_private.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arm_hal_nvm.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\platform\arm_hal_nvm.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arm_hal_phy.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\platform\arm_hal_phy.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>arm_hal_random.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\arm_hal_random.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arm_hal_random.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\mbed-client-randlib\platform\arm_hal_random.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>arm_hal_timer.cpp</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\arm_hal_timer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arm_hal_timer.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop\platform\arm_hal_timer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>arm_math.h</FileName>
+ <FilePath>.\mbed-os\cmsis\arm_math.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>asn1.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\asn1.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>asn1parse.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\asn1parse.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>asn1write.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\asn1write.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>asn1write.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\asn1write.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ATCmdParser.cpp</FileName>
+ <FilePath>.\mbed-os\platform\ATCmdParser.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ATCmdParser.h</FileName>
+ <FilePath>.\mbed-os\platform\ATCmdParser.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>base64.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\base64.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>base64.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\base64.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>bignum.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\bignum.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>bignum.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\bignum.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>BlockDevice.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\BlockDevice.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>blowfish.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\blowfish.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>blowfish.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\blowfish.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>bn_mul.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\bn_mul.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>buffer.h</FileName>
+ <FilePath>.\mbed-os\hal\buffer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>BusIn.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\BusIn.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>BusIn.h</FileName>
+ <FilePath>.\mbed-os\drivers\BusIn.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>BusInOut.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\BusInOut.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>BusInOut.h</FileName>
+ <FilePath>.\mbed-os\drivers\BusInOut.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>BusOut.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\BusOut.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>BusOut.h</FileName>
+ <FilePath>.\mbed-os\drivers\BusOut.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Callback.h</FileName>
+ <FilePath>.\mbed-os\platform\Callback.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>callback_handler.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\include\callback_handler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>CallbackHandler.cpp</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\CallbackHandler.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>CallChain.cpp</FileName>
+ <FilePath>.\mbed-os\platform\CallChain.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>CallChain.h</FileName>
+ <FilePath>.\mbed-os\platform\CallChain.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>camellia.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\camellia.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>camellia.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\camellia.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>CAN.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\CAN.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>CAN.h</FileName>
+ <FilePath>.\mbed-os\drivers\CAN.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>can_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\can_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>can_api.h</FileName>
+ <FilePath>.\mbed-os\hal\can_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>can_device.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\can_device.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>can_helper.h</FileName>
+ <FilePath>.\mbed-os\hal\can_helper.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cca_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\cca_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ccm.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ccm.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ccm.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ccm.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ccmLIB.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\ccmLIB.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ccsbcs.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\fat\ChaN\ccsbcs.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>CellularBase.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\CellularBase.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>CellularInterface.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\CellularInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>certs.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\certs.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>certs.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\certs.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ChainingBlockDevice.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\ChainingBlockDevice.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ChainingBlockDevice.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\ChainingBlockDevice.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>check_config.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\check_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>cipher.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\cipher.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cipher.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\cipher.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cipher_internal.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\cipher_internal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>cipher_wrap.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\cipher_wrap.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>CircularBuffer.h</FileName>
+ <FilePath>.\mbed-os\platform\CircularBuffer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>cmac.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\cmac.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cmac.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\cmac.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cmsis.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\cmsis.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cmsis_armcc.h</FileName>
+ <FilePath>.\mbed-os\cmsis\TARGET_CORTEX_M\TOOLCHAIN_ARM\cmsis_armcc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cmsis_armclang.h</FileName>
+ <FilePath>.\mbed-os\cmsis\TARGET_CORTEX_M\TOOLCHAIN_ARM\cmsis_armclang.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cmsis_compiler.h</FileName>
+ <FilePath>.\mbed-os\cmsis\TARGET_CORTEX_M\cmsis_compiler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cmsis_nvic.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\cmsis_nvic.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cmsis_os.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx4\cmsis_os.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>cmsis_os1.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx4\cmsis_os1.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>cmsis_os2.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\cmsis_os2.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>coap_connection_handler.c</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\coap_connection_handler.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>coap_connection_handler.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\include\coap_connection_handler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>coap_message_handler.c</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\coap_message_handler.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>coap_message_handler.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\include\coap_message_handler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>coap_security_handler.c</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\coap_security_handler.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>coap_security_handler.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\include\coap_security_handler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>coap_service_api.c</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\coap_service_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>coap_service_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\coap-service\coap_service_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>coap_service_api_internal.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\coap-service\source\include\coap_service_api_internal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>common_functions.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libBits\common_functions.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>common_functions.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\common_functions.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>common_objects.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\common_objects.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>compat-1.3.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\compat-1.3.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>config-no-entropy.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\config-no-entropy.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>config.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_armv8mbl.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_armv8mbl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_armv8mml.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_armv8mml.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_ca.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_ca.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cm.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\core_cm.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cm0.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_cm0.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cm0plus.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_cm0plus.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cm23.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_cm23.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cm3.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_cm3.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cm33.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_cm33.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cm4.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_cm4.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cm7.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_cm7.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_cmSecureAccess.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_cmSecureAccess.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_sc000.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_sc000.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>core_sc300.h</FileName>
+ <FilePath>.\mbed-os\cmsis\core_sc300.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>critical.h</FileName>
+ <FilePath>.\mbed-os\platform\critical.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>CriticalSectionLock.h</FileName>
+ <FilePath>.\mbed-os\platform\CriticalSectionLock.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>cs_nvm.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\cs_nvm\cs_nvm.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>CThunk.h</FileName>
+ <FilePath>.\mbed-os\platform\CThunk.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ctr_drbg.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ctr_drbg.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ctr_drbg.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ctr_drbg.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>debug.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\debug.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>debug.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\debug.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>DeepSleepLock.h</FileName>
+ <FilePath>.\mbed-os\platform\DeepSleepLock.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>des.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\des.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>des.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\des.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>device.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>dhcp_service_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\dhcp_service_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>dhm.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\dhm.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>dhm.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\dhm.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>DigitalIn.h</FileName>
+ <FilePath>.\mbed-os\drivers\DigitalIn.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>DigitalInOut.h</FileName>
+ <FilePath>.\mbed-os\drivers\DigitalInOut.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>DigitalOut.h</FileName>
+ <FilePath>.\mbed-os\drivers\DigitalOut.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Dir.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\Dir.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Dir.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\Dir.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>DirHandle.h</FileName>
+ <FilePath>.\mbed-os\platform\DirHandle.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>diskio.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\fat\ChaN\diskio.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>dma_api.h</FileName>
+ <FilePath>.\mbed-os\hal\dma_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Driver_Common.h</FileName>
+ <FilePath>.\mbed-os\hal\storage_abstraction\Driver_Common.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Driver_Storage.h</FileName>
+ <FilePath>.\mbed-os\hal\storage_abstraction\Driver_Storage.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ecdh.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ecdh.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ecdh.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ecdh.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ecdsa.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ecdsa.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ecdsa.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ecdsa.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ecjpake.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ecjpake.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ecjpake.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ecjpake.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ecp.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ecp.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ecp.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ecp.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ecp_curves.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ecp_curves.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ecp_internal.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ecp_internal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>emac_api.h</FileName>
+ <FilePath>.\mbed-os\hal\emac_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>emac_stack_mem.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\emac_stack_mem.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>enet_tasklet.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\include\enet_tasklet.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>entropy.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\entropy.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>entropy.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\entropy.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>entropy_poll.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\entropy_poll.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>entropy_poll.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\entropy_poll.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>equeue.c</FileName>
+ <FilePath>.\mbed-os\events\equeue\equeue.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>equeue.h</FileName>
+ <FilePath>.\mbed-os\events\equeue\equeue.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>equeue_mbed.cpp</FileName>
+ <FilePath>.\mbed-os\events\equeue\equeue_mbed.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>equeue_platform.h</FileName>
+ <FilePath>.\mbed-os\events\equeue\equeue_platform.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>equeue_posix.c</FileName>
+ <FilePath>.\mbed-os\events\equeue\equeue_posix.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>error.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\error.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>error.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\error.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Ethernet.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\Ethernet.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Ethernet.h</FileName>
+ <FilePath>.\mbed-os\drivers\Ethernet.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ethernet_api.h</FileName>
+ <FilePath>.\mbed-os\hal\ethernet_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ethernet_mac_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\ethernet_mac_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ethernet_tasklet.c</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\ethernet_tasklet.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>EthInterface.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\EthInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>event.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source\event.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Event.h</FileName>
+ <FilePath>.\mbed-os\events\Event.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>event.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source\event.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>EventFlags.cpp</FileName>
+ <FilePath>.\mbed-os\rtos\EventFlags.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>EventFlags.h</FileName>
+ <FilePath>.\mbed-os\rtos\EventFlags.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>eventloop_config.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop\platform\eventloop_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>eventOS_callback_timer.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop\eventOS_callback_timer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>eventOS_event.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop\eventOS_event.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>eventOS_event_timer.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop\eventOS_event_timer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>eventOS_scheduler.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\nanostack-event-loop\eventOS_scheduler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>EventQueue.cpp</FileName>
+ <FilePath>.\mbed-os\events\EventQueue.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>EventQueue.h</FileName>
+ <FilePath>.\mbed-os\events\EventQueue.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>FATFileSystem.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\fat\FATFileSystem.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FATFileSystem.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\fat\FATFileSystem.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ff.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\fat\ChaN\ff.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ff.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\fat\ChaN\ff.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ffconf.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\fat\ChaN\ffconf.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>fhss_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\fhss_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>fhss_config.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\fhss_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>File.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\File.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>File.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\File.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>FileBase.cpp</FileName>
+ <FilePath>.\mbed-os\platform\FileBase.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FileBase.h</FileName>
+ <FilePath>.\mbed-os\platform\FileBase.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>FileHandle.cpp</FileName>
+ <FilePath>.\mbed-os\platform\FileHandle.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FileHandle.h</FileName>
+ <FilePath>.\mbed-os\platform\FileHandle.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FileLike.h</FileName>
+ <FilePath>.\mbed-os\platform\FileLike.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>FilePath.cpp</FileName>
+ <FilePath>.\mbed-os\platform\FilePath.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FilePath.h</FileName>
+ <FilePath>.\mbed-os\platform\FilePath.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>FileSystem.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\FileSystem.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FileSystem.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\FileSystem.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>FileSystemHandle.cpp</FileName>
+ <FilePath>.\mbed-os\platform\FileSystemHandle.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FileSystemHandle.h</FileName>
+ <FilePath>.\mbed-os\platform\FileSystemHandle.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FileSystemLike.h</FileName>
+ <FilePath>.\mbed-os\platform\FileSystemLike.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>flash_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\flash_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>flash_api.h</FileName>
+ <FilePath>.\mbed-os\hal\flash_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>FlashIAP.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\FlashIAP.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FlashIAP.h</FileName>
+ <FilePath>.\mbed-os\drivers\FlashIAP.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>FunctionPointer.h</FileName>
+ <FilePath>.\mbed-os\platform\FunctionPointer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>gcm.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\gcm.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>gcm.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\gcm.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>gpio_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\gpio_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>gpio_api.h</FileName>
+ <FilePath>.\mbed-os\hal\gpio_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>gpio_irq_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\gpio_irq_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>gpio_irq_api.h</FileName>
+ <FilePath>.\mbed-os\hal\gpio_irq_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>gpio_irq_device.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\gpio_irq_device.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>gpio_irq_device.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\gpio_irq_device.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>gpio_object.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\gpio_object.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>greentea_metrics.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\greentea-client\source\greentea_metrics.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>greentea_metrics.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\greentea-client\greentea-client\greentea_metrics.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>greentea_serial.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\greentea-client\source\greentea_serial.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>greentea_serial.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\greentea-client\greentea-client\greentea_serial.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>greentea_test_env.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\greentea-client\source\greentea_test_env.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>hal_tick.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\hal_tick.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>hal_tick_16b.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\hal_tick_16b.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>hal_tick_32b.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\hal_tick_32b.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>havege.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\havege.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>havege.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\havege.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>HeapBlockDevice.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\HeapBlockDevice.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>HeapBlockDevice.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\HeapBlockDevice.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>hmac_drbg.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\hmac_drbg.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>hmac_drbg.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\hmac_drbg.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>hts221.cpp</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\SDK\hts221.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>hts221.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\SDK\hts221.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>I2C.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\I2C.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>I2C.h</FileName>
+ <FilePath>.\mbed-os\drivers\I2C.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>i2c_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\i2c_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>i2c_api.h</FileName>
+ <FilePath>.\mbed-os\hal\i2c_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>i2c_device.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\i2c_device.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>I2CSlave.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\I2CSlave.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>I2CSlave.h</FileName>
+ <FilePath>.\mbed-os\drivers\I2CSlave.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>integer.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\fat\ChaN\integer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>InterruptIn.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\InterruptIn.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>InterruptIn.h</FileName>
+ <FilePath>.\mbed-os\drivers\InterruptIn.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>InterruptManager.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\InterruptManager.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>InterruptManager.h</FileName>
+ <FilePath>.\mbed-os\drivers\InterruptManager.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ip6string.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\ip6string.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ip6tos.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libip6string\ip6tos.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ip_fsc.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\IPv6_fcf_lib\ip_fsc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ip_fsc.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\ip_fsc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>2</FileType>
+ <FileName>irq_cm4f.S</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\TARGET_RTOS_M4_M7\TOOLCHAIN_ARM\irq_cm4f.S</FilePath>
+ </File>
+
+ <File>
+ <FileType>4</FileType>
+ <FileName>libnanostack.ar</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_LOWPAN_ROUTER\TOOLCHAIN_ARM\TARGET_RTOS_M4_M7\libnanostack.ar</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>LocalFileSystem.cpp</FileName>
+ <FilePath>.\mbed-os\platform\LocalFileSystem.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>LocalFileSystem.h</FileName>
+ <FilePath>.\mbed-os\platform\LocalFileSystem.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>LoWPANNDInterface.cpp</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\LoWPANNDInterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>LoWPANNDInterface.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\mbed-mesh-api\LoWPANNDInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>LowPowerTicker.h</FileName>
+ <FilePath>.\mbed-os\drivers\LowPowerTicker.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>LowPowerTimeout.h</FileName>
+ <FilePath>.\mbed-os\drivers\LowPowerTimeout.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>LowPowerTimer.h</FileName>
+ <FilePath>.\mbed-os\drivers\LowPowerTimer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>lp_ticker.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\lp_ticker.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>lp_ticker_api.h</FileName>
+ <FilePath>.\mbed-os\hal\lp_ticker_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mac_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\mac_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mac_common_defines.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\mac_common_defines.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mac_filter_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\mac_filter_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mac_mcps.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\mac_mcps.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Mail.h</FileName>
+ <FilePath>.\mbed-os\rtos\Mail.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>mbed-utest-shim.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\mbed-utest-shim.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed.h</FileName>
+ <FilePath>.\mbed-os\mbed.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>mbed_alloc_wrappers.cpp</FileName>
+ <FilePath>.\mbed-os\platform\mbed_alloc_wrappers.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_application.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_application.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_application.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_application.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_assert.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_assert.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_assert.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_assert.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_board.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_board.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_boot.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\mbed_boot.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_critical.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_critical.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_critical.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_critical.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_debug.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_debug.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_error.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_error.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_error.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_error.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_events.h</FileName>
+ <FilePath>.\mbed-os\events\mbed_events.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_filesystem.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\mbed_filesystem.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_flash_api.c</FileName>
+ <FilePath>.\mbed-os\hal\mbed_flash_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_gpio.c</FileName>
+ <FilePath>.\mbed-os\hal\mbed_gpio.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_interface.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_interface.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_interface.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_interface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_lp_ticker_api.c</FileName>
+ <FilePath>.\mbed-os\hal\mbed_lp_ticker_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_mem_trace.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_mem_trace.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_mem_trace.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_mem_trace.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_mktime.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_mktime.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_mktime.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_mktime.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_overrides.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\mbed_overrides.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_pinmap_common.c</FileName>
+ <FilePath>.\mbed-os\hal\mbed_pinmap_common.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>mbed_poll.cpp</FileName>
+ <FilePath>.\mbed-os\platform\mbed_poll.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_poll.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_poll.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_preprocessor.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_preprocessor.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>mbed_retarget.cpp</FileName>
+ <FilePath>.\mbed-os\platform\mbed_retarget.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_retarget.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_retarget.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>mbed_rtc_time.cpp</FileName>
+ <FilePath>.\mbed-os\platform\mbed_rtc_time.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_rtc_time.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_rtc_time.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_rtos1_types.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\mbed_rtos1_types.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_rtos_storage.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\mbed_rtos_storage.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_rtx.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\mbed_rtx.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_rtx_conf.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\mbed_rtx_conf.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_rtx_handlers.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\mbed_rtx_handlers.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>mbed_rtx_idle.cpp</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\mbed_rtx_idle.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_sdk_boot.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_sdk_boot.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_semihost_api.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_semihost_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_semihost_api.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_semihost_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>mbed_shared_queues.cpp</FileName>
+ <FilePath>.\mbed-os\events\mbed_shared_queues.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_shared_queues.h</FileName>
+ <FilePath>.\mbed-os\events\mbed_shared_queues.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_sleep.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_sleep.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_sleep_manager.c</FileName>
+ <FilePath>.\mbed-os\hal\mbed_sleep_manager.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_stats.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_stats.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_stats.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_stats.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_ticker_api.c</FileName>
+ <FilePath>.\mbed-os\hal\mbed_ticker_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_toolchain.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_toolchain.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_trace.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-trace\source\mbed_trace.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_trace.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-trace\mbed-trace\mbed_trace.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_trng.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\platform\src\mbed_trng.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_us_ticker_api.c</FileName>
+ <FilePath>.\mbed-os\hal\mbed_us_ticker_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_wait_api.h</FileName>
+ <FilePath>.\mbed-os\platform\mbed_wait_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mbed_wait_api_no_rtos.c</FileName>
+ <FilePath>.\mbed-os\platform\mbed_wait_api_no_rtos.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>mbed_wait_api_rtos.cpp</FileName>
+ <FilePath>.\mbed-os\platform\mbed_wait_api_rtos.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>MBRBlockDevice.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\MBRBlockDevice.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MBRBlockDevice.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\MBRBlockDevice.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>md.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\md.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>md.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\md.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>md2.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\md2.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>md2.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\md2.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>md4.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\md4.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>md4.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\md4.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>md5.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\md5.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>md5.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\md5.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>md5_alt.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\targets\TARGET_STM\md5_alt.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>md5_alt.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\targets\TARGET_STM\md5_alt.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>md_internal.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\md_internal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>md_wrap.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\md_wrap.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>memory_buffer_alloc.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\memory_buffer_alloc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>memory_buffer_alloc.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\memory_buffer_alloc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MemoryPool.h</FileName>
+ <FilePath>.\mbed-os\rtos\MemoryPool.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mesh_interface_types.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\mbed-mesh-api\mesh_interface_types.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>mesh_system.c</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\mesh_system.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mesh_system.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\include\mesh_system.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MeshInterface.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\MeshInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>MeshInterfaceNanostack.cpp</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\MeshInterfaceNanostack.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>MeshInterfaceNanostack.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\mbed-mesh-api\MeshInterfaceNanostack.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>minar_hal_timer.cpp</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source\minar_hal_timer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mlme.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\mlme.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>multicast_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\multicast_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Mutex.cpp</FileName>
+ <FilePath>.\mbed-os\rtos\Mutex.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Mutex.h</FileName>
+ <FilePath>.\mbed-os\rtos\Mutex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>NanostackEthernetInterface.cpp</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\NanostackEthernetInterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackEthernetInterface.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\mbed-mesh-api\NanostackEthernetInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackEthernetPhy.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\nanostack-interface\NanostackEthernetPhy.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>NanostackInterface.cpp</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\nanostack-interface\NanostackInterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackInterface.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\nanostack-interface\NanostackInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackLockGuard.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\nanostack-interface\NanostackLockGuard.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackPhy.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\nanostack-interface\NanostackPhy.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NanostackRfPhy.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\nanostack-interface\NanostackRfPhy.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>nd_tasklet.c</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\nd_tasklet.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nd_tasklet.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\include\nd_tasklet.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\net.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_6lowpan_parameter_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_6lowpan_parameter_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_address_extension.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_address_extension.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_fhss.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_fhss.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_interface.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_interface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_ipv6_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_ipv6_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_load_balance_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_load_balance_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_mle_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_mle_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_nvm_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_nvm_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_nwk_scan.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_nwk_scan.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_pana_parameters_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_pana_parameters_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_polling_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_polling_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_rpl.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_rpl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_sleep.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_sleep.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>net_sockets.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\net_sockets.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_sockets.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\net_sockets.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_test_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_test_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>net_thread_test.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\net_thread_test.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>NetworkInterface.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\NetworkInterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NetworkInterface.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\NetworkInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>NetworkStack.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\NetworkStack.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NetworkStack.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\NetworkStack.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>NonCopyable.h</FileName>
+ <FilePath>.\mbed-os\platform\NonCopyable.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_address.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\ns_address.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ns_event_loop.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\ns_event_loop.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_event_loop.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\ns_event_loop.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ns_hal_init.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\ns_hal_init.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_hal_init.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\ns_hal_init.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ns_list.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libList\ns_list.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_list.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\ns_list.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_mdns_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\ns_mdns_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ns_nvm_helper.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\nvmHelper\ns_nvm_helper.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_nvm_helper.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\ns_nvm_helper.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_sha256.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\ns_sha256.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ns_timeout.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source\ns_timeout.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ns_timer.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source\ns_timer.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_timer.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source\ns_timer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_trace.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\ns_trace.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_types.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\ns_types.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ns_virtual_rf_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\ns_virtual_rf_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nsapi.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\nsapi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>nsapi_dns.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\nsapi_dns.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nsapi_dns.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\nsapi_dns.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nsapi_ppp.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\nsapi_ppp.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nsapi_types.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\nsapi_types.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>nsdynmemLIB.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\nsdynmemLIB\nsdynmemLIB.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nsdynmemLIB.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\mbed-client-libservice\nsdynmemLIB.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nvic_addr.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\nvic_addr.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>nvm_ram.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-hal-mbed-cmsis-rtos\nvm\nvm_ram.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>nwk_stats_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\nwk_stats_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>objects.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\objects.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>oid.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\oid.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>oid.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\oid.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>onboard_modem_api.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\cellular\onboard_modem_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>OnboardCellularInterface.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\cellular\generic_modem_driver\OnboardCellularInterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>OnboardCellularInterface.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\cellular\generic_modem_driver\OnboardCellularInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>os_whiteboard.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\platform\os_whiteboard.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>padlock.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\padlock.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>padlock.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\padlock.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pem.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\pem.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pem.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\pem.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PeripheralNames.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\PeripheralNames.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>PeripheralPins.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\PeripheralPins.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PeripheralPins.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\PeripheralPins.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pin_device.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\pin_device.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pinmap.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\pinmap.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pinmap.h</FileName>
+ <FilePath>.\mbed-os\hal\pinmap.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PinNames.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\PinNames.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PinNamesTypes.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\PinNamesTypes.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pk.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\pk.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pk.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\pk.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pk_internal.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\pk_internal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pk_wrap.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\pk_wrap.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pkcs11.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\pkcs11.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pkcs11.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\pkcs11.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pkcs12.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\pkcs12.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pkcs12.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\pkcs12.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pkcs5.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\pkcs5.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pkcs5.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\pkcs5.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pkparse.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\pkparse.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pkwrite.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\pkwrite.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>platform.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\platform.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>platform.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\platform.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>platform.h</FileName>
+ <FilePath>.\mbed-os\platform\platform.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>platform_mbed.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\platform\inc\platform_mbed.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>platform_time.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\platform_time.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PlatformMutex.h</FileName>
+ <FilePath>.\mbed-os\platform\PlatformMutex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>port_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\port_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>port_api.h</FileName>
+ <FilePath>.\mbed-os\hal\port_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PortIn.h</FileName>
+ <FilePath>.\mbed-os\drivers\PortIn.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PortInOut.h</FileName>
+ <FilePath>.\mbed-os\drivers\PortInOut.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PortNames.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\PortNames.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PortOut.h</FileName>
+ <FilePath>.\mbed-os\drivers\PortOut.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>PPPCellularInterface.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\cellular\generic_modem_driver\PPPCellularInterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PPPCellularInterface.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\cellular\generic_modem_driver\PPPCellularInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ProfilingBlockDevice.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\ProfilingBlockDevice.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ProfilingBlockDevice.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\ProfilingBlockDevice.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>PwmOut.h</FileName>
+ <FilePath>.\mbed-os\drivers\PwmOut.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pwmout_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\pwmout_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pwmout_api.h</FileName>
+ <FilePath>.\mbed-os\hal\pwmout_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pwmout_device.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\pwmout_device.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pwmout_device.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\pwmout_device.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Queue.h</FileName>
+ <FilePath>.\mbed-os\rtos\Queue.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>randLIB.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\source\randLIB.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>randLIB.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-client-randlib\mbed-client-randlib\randLIB.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>RawSerial.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\RawSerial.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>RawSerial.h</FileName>
+ <FilePath>.\mbed-os\drivers\RawSerial.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ripemd160.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ripemd160.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ripemd160.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ripemd160.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rsa.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\rsa.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rsa.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\rsa.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rt_OsEventObserver.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rt_OsEventObserver.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rt_OsEventObserver.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rt_OsEventObserver.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtc_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\rtc_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rtc_api.h</FileName>
+ <FilePath>.\mbed-os\hal\rtc_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rtc_api_hal.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\rtc_api_hal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rtc_time.h</FileName>
+ <FilePath>.\mbed-os\platform\rtc_time.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rtos.h</FileName>
+ <FilePath>.\mbed-os\rtos\rtos.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rtos_idle.h</FileName>
+ <FilePath>.\mbed-os\rtos\rtos_idle.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>RtosTimer.cpp</FileName>
+ <FilePath>.\mbed-os\rtos\RtosTimer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>RtosTimer.h</FileName>
+ <FilePath>.\mbed-os\rtos\RtosTimer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>RTX_Config.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\RTX_Config.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>RTX_Config.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\RTX_Config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_delay.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_delay.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_evflags.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_evflags.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_evr.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_evr.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rtx_evr.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_evr.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_kernel.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_kernel.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_lib.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_lib.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rtx_lib.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_lib.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_memory.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_memory.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_mempool.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_mempool.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_msgqueue.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_msgqueue.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_mutex.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_mutex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>rtx_os.h</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_os.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_semaphore.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_semaphore.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_system.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_system.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_thread.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_thread.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>rtx_timer.c</FileName>
+ <FilePath>.\mbed-os\rtos\TARGET_CORTEX\rtx5\rtx_timer.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Semaphore.cpp</FileName>
+ <FilePath>.\mbed-os\rtos\Semaphore.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Semaphore.h</FileName>
+ <FilePath>.\mbed-os\rtos\Semaphore.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>semihost_api.h</FileName>
+ <FilePath>.\mbed-os\platform\semihost_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Serial.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\Serial.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Serial.h</FileName>
+ <FilePath>.\mbed-os\drivers\Serial.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>serial_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\serial_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>serial_api.h</FileName>
+ <FilePath>.\mbed-os\hal\serial_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>serial_api_hal.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\serial_api_hal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>serial_device.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\serial_device.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>serial_mac_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\serial_mac_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>SerialBase.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\SerialBase.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SerialBase.h</FileName>
+ <FilePath>.\mbed-os\drivers\SerialBase.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sha1.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\sha1.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sha1.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\sha1.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sha1_alt.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\targets\TARGET_STM\sha1_alt.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sha1_alt.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\targets\TARGET_STM\sha1_alt.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sha256.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\sha256.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sha256.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\sha256.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sha256_alt.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\targets\TARGET_STM\sha256_alt.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sha256_alt.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\targets\TARGET_STM\sha256_alt.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sha512.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\sha512.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sha512.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\sha512.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>shalib.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\shalib.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SingletonPtr.h</FileName>
+ <FilePath>.\mbed-os\platform\SingletonPtr.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sleep.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\sleep.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sleep.h</FileName>
+ <FilePath>.\mbed-os\platform\sleep.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sleep_api.h</FileName>
+ <FilePath>.\mbed-os\hal\sleep_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>SlicingBlockDevice.cpp</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\SlicingBlockDevice.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SlicingBlockDevice.h</FileName>
+ <FilePath>.\mbed-os\features\filesystem\bd\SlicingBlockDevice.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sn_coap_builder.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source\sn_coap_builder.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_coap_header.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\mbed-coap\sn_coap_header.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sn_coap_header_check.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source\sn_coap_header_check.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_coap_header_internal.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source\include\sn_coap_header_internal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sn_coap_parser.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source\sn_coap_parser.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>sn_coap_protocol.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source\sn_coap_protocol.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_coap_protocol.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\mbed-coap\sn_coap_protocol.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_coap_protocol_internal.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\source\include\sn_coap_protocol_internal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sn_config.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\mbed-coap\mbed-coap\sn_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Socket.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\Socket.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Socket.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\Socket.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>socket_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\socket_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>SocketAddress.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\SocketAddress.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SocketAddress.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\SocketAddress.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>SPI.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\SPI.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPI.h</FileName>
+ <FilePath>.\mbed-os\drivers\SPI.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>spi_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\spi_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>spi_api.h</FileName>
+ <FilePath>.\mbed-os\hal\spi_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>spi_device.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\spi_device.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>SPISlave.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\SPISlave.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>SPISlave.h</FileName>
+ <FilePath>.\mbed-os\drivers\SPISlave.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ssl.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ssl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ssl_cache.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ssl_cache.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ssl_cache.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ssl_cache.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ssl_ciphersuites.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ssl_ciphersuites.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ssl_ciphersuites.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ssl_ciphersuites.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ssl_cli.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ssl_cli.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ssl_cookie.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ssl_cookie.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ssl_cookie.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ssl_cookie.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ssl_internal.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ssl_internal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ssl_srv.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ssl_srv.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ssl_ticket.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ssl_ticket.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ssl_ticket.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\ssl_ticket.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>ssl_tls.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\ssl_tls.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>2</FileType>
+ <FileName>startup_stm32l476xx.S</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\TOOLCHAIN_ARM_STD\startup_stm32l476xx.S</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32_assert.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\stm32_assert.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32_hal_legacy.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32_hal_legacy.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l476xx.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\stm32l476xx.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\stm32l4xx.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_adc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_adc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_adc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_adc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_adc_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_adc_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_adc_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_adc_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_can.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_can.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_can.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_can.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_comp.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_comp.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_comp.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_comp.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_conf.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_conf.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_cortex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_cortex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_cortex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_cortex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_crc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_crc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_crc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_crc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_crc_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_crc_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_crc_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_crc_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_cryp.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_cryp.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_cryp.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_cryp.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_cryp_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_cryp_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_cryp_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_cryp_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_dac.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dac.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_dac.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dac.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_dac_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dac_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_dac_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dac_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_dcmi.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dcmi.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_dcmi.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dcmi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_def.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_def.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_dfsdm.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dfsdm.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_dfsdm.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dfsdm.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_dma.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dma.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_dma.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dma.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_dma2d.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dma2d.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_dma2d.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_dma2d.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_firewall.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_firewall.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_firewall.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_firewall.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_flash.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_flash.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_flash.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_flash.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_flash_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_flash_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_flash_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_flash_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_flash_ramfunc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_flash_ramfunc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_flash_ramfunc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_flash_ramfunc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_gpio.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_gpio.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_gpio.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_gpio.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_gpio_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_gpio_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_hash.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_hash.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_hash.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_hash.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_hash_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_hash_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_hash_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_hash_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_hcd.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_hcd.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_hcd.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_hcd.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_i2c.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_i2c.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_i2c.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_i2c.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_i2c_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_i2c_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_i2c_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_i2c_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_irda.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_irda.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_irda.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_irda.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_irda_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_irda_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_iwdg.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_iwdg.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_iwdg.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_iwdg.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_lcd.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_lcd.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_lcd.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_lcd.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_lptim.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_lptim.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_lptim.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_lptim.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_msp_template.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_msp_template.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_nand.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_nand.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_nand.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_nand.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_nor.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_nor.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_nor.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_nor.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_opamp.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_opamp.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_opamp.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_opamp.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_opamp_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_opamp_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_opamp_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_opamp_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_pcd.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_pcd.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_pcd.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_pcd.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_pcd_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_pcd_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_pcd_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_pcd_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_pwr.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_pwr.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_pwr.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_pwr.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_pwr_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_pwr_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_pwr_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_pwr_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_qspi.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_qspi.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_qspi.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_qspi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_rcc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rcc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_rcc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rcc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_rcc_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rcc_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_rcc_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rcc_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_rng.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rng.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_rng.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rng.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_rtc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rtc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_rtc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rtc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_rtc_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rtc_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_rtc_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_rtc_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_sai.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_sai.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_sai.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_sai.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_sd.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_sd.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_sd.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_sd.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_smartcard.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_smartcard.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_smartcard.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_smartcard.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_smartcard_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_smartcard_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_smartcard_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_smartcard_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_smbus.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_smbus.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_smbus.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_smbus.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_spi.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_spi.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_spi.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_spi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_spi_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_spi_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_spi_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_spi_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_sram.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_sram.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_sram.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_sram.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_swpmi.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_swpmi.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_swpmi.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_swpmi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_tim.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_tim.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_tim.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_tim.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_tim_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_tim_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_tim_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_tim_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_tsc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_tsc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_tsc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_tsc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_uart.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_uart.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_uart.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_uart.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_uart_ex.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_uart_ex.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_uart_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_uart_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_usart.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_usart.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_usart.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_usart.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_usart_ex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_usart_ex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_hal_wwdg.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_wwdg.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_hal_wwdg.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_hal_wwdg.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_adc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_adc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_adc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_adc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_bus.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_bus.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_comp.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_comp.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_comp.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_comp.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_cortex.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_cortex.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_crc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_crc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_crc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_crc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_crs.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_crs.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_crs.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_crs.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_dac.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_dac.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_dac.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_dac.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_dma.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_dma.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_dma.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_dma.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_dma2d.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_dma2d.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_dma2d.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_dma2d.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_exti.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_exti.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_exti.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_exti.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_fmc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_fmc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_fmc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_fmc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_gpio.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_gpio.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_gpio.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_gpio.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_i2c.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_i2c.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_i2c.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_i2c.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_iwdg.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_iwdg.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_lptim.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_lptim.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_lptim.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_lptim.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_lpuart.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_lpuart.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_lpuart.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_lpuart.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_opamp.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_opamp.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_opamp.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_opamp.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_pwr.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_pwr.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_pwr.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_pwr.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_rcc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_rcc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_rcc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_rcc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_rng.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_rng.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_rng.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_rng.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_rtc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_rtc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_rtc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_rtc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_sdmmc.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_sdmmc.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_sdmmc.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_sdmmc.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_spi.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_spi.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_spi.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_spi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_swpmi.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_swpmi.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_swpmi.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_swpmi.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_system.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_system.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_tim.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_tim.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_tim.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_tim.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_usart.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_usart.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_usart.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_usart.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_usb.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_usb.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_usb.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_usb.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm32l4xx_ll_utils.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_utils.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_utils.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_utils.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>stm32l4xx_ll_wwdg.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\stm32l4xx_ll_wwdg.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stm_spi_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\stm_spi_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>stoip6.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\nanostack-libservice\source\libip6string\stoip6.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Stream.cpp</FileName>
+ <FilePath>.\mbed-os\platform\Stream.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Stream.h</FileName>
+ <FilePath>.\mbed-os\platform\Stream.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>sw_mac.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\sw_mac.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>system_clock.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\TARGET_SILICA_SENSOR_NODE\system_clock.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>system_stm32l4xx.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\device\system_stm32l4xx.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>system_stm32l4xx.h</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\TARGET_STM32L4\TARGET_STM32L476xG\device\system_stm32l4xx.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>system_timer.c</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source\system_timer.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>TCPServer.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\TCPServer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>TCPServer.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\TCPServer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>TCPSocket.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\TCPSocket.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>TCPSocket.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\TCPSocket.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>test_env.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\greentea-client\greentea-client\test_env.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Thread.cpp</FileName>
+ <FilePath>.\mbed-os\rtos\Thread.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Thread.h</FileName>
+ <FilePath>.\mbed-os\rtos\Thread.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_border_router_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_border_router_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_commissioning_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_commissioning_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_dhcpv6_server.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_dhcpv6_server.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_diagcop_lib.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_diagcop_lib.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_lowpower_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_lowpower_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_management_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_management_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_management_if.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_management_if.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_meshcop_lib.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_meshcop_lib.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_net_config_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\thread_net_config_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>thread_tasklet.c</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\thread_tasklet.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>thread_tasklet.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\include\thread_tasklet.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>threading.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\threading.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>threading.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\threading.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>ThreadInterface.cpp</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\source\ThreadInterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ThreadInterface.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\mbed-mesh-api\mbed-mesh-api\ThreadInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Ticker.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\Ticker.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Ticker.h</FileName>
+ <FilePath>.\mbed-os\drivers\Ticker.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>ticker_api.h</FileName>
+ <FilePath>.\mbed-os\hal\ticker_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Timeout.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\Timeout.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Timeout.h</FileName>
+ <FilePath>.\mbed-os\drivers\Timeout.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>Timer.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\Timer.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Timer.h</FileName>
+ <FilePath>.\mbed-os\drivers\Timer.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>timer_sys.h</FileName>
+ <FilePath>.\mbed-os\features\FEATURE_COMMON_PAL\sal-stack-nanostack-eventloop\source\timer_sys.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>TimerEvent.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\TimerEvent.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>TimerEvent.h</FileName>
+ <FilePath>.\mbed-os\drivers\TimerEvent.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>timing.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\timing.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>timing.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\timing.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>toolchain.h</FileName>
+ <FilePath>.\mbed-os\platform\toolchain.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>topo_trace.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\platform\topo_trace.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>Transaction.h</FileName>
+ <FilePath>.\mbed-os\platform\Transaction.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>trng_api.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\trng_api.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>trng_api.h</FileName>
+ <FilePath>.\mbed-os\hal\trng_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>tz_context.h</FileName>
+ <FilePath>.\mbed-os\cmsis\tz_context.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>UARTCellularInterface.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\cellular\generic_modem_driver\UARTCellularInterface.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>UARTCellularInterface.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\cellular\generic_modem_driver\UARTCellularInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>UARTSerial.cpp</FileName>
+ <FilePath>.\mbed-os\drivers\UARTSerial.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>UARTSerial.h</FileName>
+ <FilePath>.\mbed-os\drivers\UARTSerial.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>UDPSocket.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\UDPSocket.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>UDPSocket.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\UDPSocket.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>unity.c</FileName>
+ <FilePath>.\mbed-os\features\frameworks\unity\source\unity.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>unity.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\unity\unity\unity.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>unity_config.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\unity\unity\unity_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>unity_handler.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\source\unity_handler.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>unity_handler.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\unity_handler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>unity_internals.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\unity\unity\unity_internals.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>us_ticker_16b.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\us_ticker_16b.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>us_ticker_32b.c</FileName>
+ <FilePath>.\mbed-os\targets\TARGET_STM\us_ticker_32b.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>us_ticker_api.h</FileName>
+ <FilePath>.\mbed-os\hal\us_ticker_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>utest_case.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\source\utest_case.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_case.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_case.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>utest_default_handlers.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\source\utest_default_handlers.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_default_handlers.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_default_handlers.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>utest_greentea_handlers.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\source\utest_greentea_handlers.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>utest_harness.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\source\utest_harness.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_harness.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_harness.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_scheduler.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_scheduler.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_serial.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_serial.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>utest_shim.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\source\utest_shim.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_shim.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_shim.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_specification.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_specification.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>utest_stack_trace.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\source\utest_stack_trace.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_stack_trace.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_stack_trace.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>utest_types.cpp</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\source\utest_types.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>utest_types.h</FileName>
+ <FilePath>.\mbed-os\features\frameworks\utest\utest\utest_types.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>version.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\version.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>version.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\version.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>version_features.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\version_features.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>wait_api.h</FileName>
+ <FilePath>.\mbed-os\platform\wait_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>whiteboard_api.h</FileName>
+ <FilePath>.\mbed-os\features\nanostack\FEATURE_NANOSTACK\sal-stack-nanostack\nanostack\whiteboard_api.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>WiFiAccessPoint.cpp</FileName>
+ <FilePath>.\mbed-os\features\netsocket\WiFiAccessPoint.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>WiFiAccessPoint.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\WiFiAccessPoint.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>WiFiInterface.h</FileName>
+ <FilePath>.\mbed-os\features\netsocket\WiFiInterface.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>x509.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\x509.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>x509.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\x509.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>x509_create.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\x509_create.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>x509_crl.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\x509_crl.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>x509_crl.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\x509_crl.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>x509_crt.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\x509_crt.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>x509_crt.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\x509_crt.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>x509_csr.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\x509_csr.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>x509_csr.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\x509_csr.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>x509write_crt.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\x509write_crt.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>x509write_csr.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\x509write_csr.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>xtea.c</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\src\xtea.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>xtea.h</FileName>
+ <FilePath>.\mbed-os\features\mbedtls\inc\mbedtls\xtea.h</FilePath>
+ </File>
+
+ </Files>
+ </Group>
+
+ <Group>
+ <GroupName>mbed-os-sensor-node</GroupName>
+ <Files>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>main.cpp</FileName>
+ <FilePath>.\main.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_client_config.h</FileName>
+ <FilePath>.\mbed_client_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbed_config.h</FileName>
+ <FilePath>.\mbed_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>mbedtls_mbed_client_config.h</FileName>
+ <FilePath>.\mbedtls_mbed_client_config.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>security.h</FileName>
+ <FilePath>.\security.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>simpleclient.h</FileName>
+ <FilePath>.\simpleclient.h</FilePath>
+ </File>
+
+ </Files>
+ </Group>
+
+ <Group>
+ <GroupName>pal</GroupName>
+ <Files>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal.h</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Services-API\pal.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal_configuration.h</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Services-API\pal_configuration.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal_errors.h</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Services-API\pal_errors.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pal_init.c</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\pal_init.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal_macros.h</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Services-API\pal_macros.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pal_network.c</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Modules\Networking\pal_network.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal_network.h</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Services-API\pal_network.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>pal_plat_network.cpp</FileName>
+ <FilePath>.\pal\Source\Port\Reference-Impl\mbedOS\Networking\pal_plat_network.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal_plat_network.h</FileName>
+ <FilePath>.\pal\Source\Port\Platform-API\pal_plat_network.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>8</FileType>
+ <FileName>pal_plat_rtos.cpp</FileName>
+ <FilePath>.\pal\Source\Port\Reference-Impl\mbedOS\RTOS\pal_plat_rtos.cpp</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal_plat_rtos.h</FileName>
+ <FilePath>.\pal\Source\Port\Platform-API\pal_plat_rtos.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>1</FileType>
+ <FileName>pal_rtos.c</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Modules\RTOS\pal_rtos.c</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal_rtos.h</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Services-API\pal_rtos.h</FilePath>
+ </File>
+
+ <File>
+ <FileType>5</FileType>
+ <FileName>pal_types.h</FileName>
+ <FilePath>.\pal\Source\PAL-Impl\Services-API\pal_types.h</FilePath>
+ </File>
+
+ </Files>
+ </Group>
+
+ </Groups>
+ </Target>
+ </Targets>
+
+</Project>
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_config.h Fri Nov 24 12:05:51 2017 +0100
@@ -0,0 +1,98 @@
+/*
+ * mbed SDK
+ * Copyright (c) 2017 ARM Limited
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+// Automatically generated configuration file.
+// DO NOT EDIT, content will be overwritten.
+
+#ifndef __MBED_CONFIG_DATA__
+#define __MBED_CONFIG_DATA__
+
+// Configuration parameters
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_COMMISSIONING_DATASET_TIMESTAMP 0x10000 // set by library:mbed-mesh-api
+#define MBED_CONF_EVENTS_PRESENT 1 // set by library:events
+#define MBED_CONF_NANOSTACK_HAL_NVM_CFSTORE 0 // set by library:nanostack-hal
+#define MBED_CONF_DRIVERS_UART_SERIAL_RXBUF_SIZE 256 // set by library:drivers
+#define MBED_CONF_PPP_CELL_IFACE_AT_PARSER_TIMEOUT 8000 // set by library:ppp-cell-iface
+#define MBED_CONF_SPIRIT1_MAC_ADDRESS {0x7, 0x6, 0x5, 0x4, 0x3, MONTH, DAY, YEAR} // set by application[*]
+#define MBED_CONF_MBED_CLIENT_TCP_KEEPALIVE_TIME 300 // set by library:mbed-client
+#define CLOCK_SOURCE USE_PLL_MSI // set by target:SILICA_SENSOR_NODE
+#define MBED_CONF_MBED_TRACE_ENABLE 0 // set by application[*]
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL_MASK 0x7fff800 // set by library:mbed-mesh-api
+#define MBED_CONF_MBED_CLIENT_RECONNECTION_INTERVAL 5 // set by library:mbed-client
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_PSK_KEY {0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf} // set by library:mbed-mesh-api
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL 22 // set by library:mbed-mesh-api
+#define MBED_CONF_EVENTS_SHARED_DISPATCH_FROM_APPLICATION 0 // set by library:events
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_PSKC {0xc8, 0xa6, 0x2e, 0xae, 0xf3, 0x68, 0xf3, 0x46, 0xa9, 0x9e, 0x57, 0x85, 0x98, 0x9d, 0x1c, 0xd0} // set by library:mbed-mesh-api
+#define MBED_CONF_NANOSTACK_HAL_EVENT_LOOP_THREAD_STACK_SIZE 6144 // set by library:nanostack-hal
+#define MBED_CONF_EVENTS_SHARED_STACKSIZE 1024 // set by library:events
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL_PAGE 2 // set by application[*]
+#define MBED_CONF_MBED_CLIENT_RECONNECTION_LOOP 1 // set by library:mbed-client
+#define MBED_CONF_MBED_CLIENT_RECONNECTION_COUNT 3 // set by library:mbed-client
+#define MBED_CONF_MBED_MESH_API_THREAD_USE_STATIC_LINK_CONFIG 1 // set by library:mbed-mesh-api
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_EXTENDED_PANID {0xf1, 0xb5, 0xa1, 0xb2,0xc4, 0xd5, 0xa1, 0xbd } // set by library:mbed-mesh-api
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_ML_PREFIX {0xfd, 0x0, 0x0d, 0xb8, 0x0, 0x0, 0x0, 0x0} // set by library:mbed-mesh-api
+#define MBED_CONF_APP_NETWORK_INTERFACE MESH_LOWPAN_ND // set by application
+#define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 1 // set by application[*]
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_CHANNEL_PAGE 0 // set by library:mbed-mesh-api
+#define MBED_CONF_PPP_CELL_IFACE_APN_LOOKUP 0 // set by library:ppp-cell-iface
+#define MBED_CONF_MBED_MESH_API_THREAD_SECURITY_POLICY 255 // set by library:mbed-mesh-api
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_DEVICE_TYPE NET_6LOWPAN_ROUTER // set by library:mbed-mesh-api
+#define MBED_CONF_NSAPI_PRESENT 1 // set by library:nsapi
+#define MBED_CONF_FILESYSTEM_PRESENT 1 // set by library:filesystem
+#define MBED_CONF_PPP_CELL_IFACE_BAUD_RATE 115200 // set by library:ppp-cell-iface
+#define MBED_CONF_EVENTS_SHARED_HIGHPRIO_EVENTSIZE 256 // set by library:events
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_SEC_LEVEL 5 // set by library:mbed-mesh-api
+#define MBED_CONF_PPP_CELL_IFACE_AT_PARSER_BUFFER_SIZE 256 // set by library:ppp-cell-iface
+#define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform
+#define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 115200 // set by application[*]
+#define MBED_CONF_MBED_MESH_API_THREAD_DEVICE_TYPE MESH_DEVICE_TYPE_THREAD_ROUTER // set by library:mbed-mesh-api
+#define MBED_CONF_EVENTS_SHARED_HIGHPRIO_STACKSIZE 1024 // set by library:events
+#define MBED_CONF_MBED_CLIENT_SN_COAP_MAX_BLOCKWISE_PAYLOAD_SIZE 0 // set by library:mbed-client
+#define MBED_CONF_APP_MESH_RADIO_TYPE SENSOR_NODE_SPIRIT1 // set by application
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL_MASK (1<<12) // set by library:mbed-mesh-api
+#define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform
+#define MBED_CONF_MBED_MESH_API_USE_MALLOC_FOR_HEAP 0 // set by library:mbed-mesh-api
+#define MBED_CONF_EVENTS_SHARED_EVENTSIZE 256 // set by library:events
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_PANID_FILTER 0xffff // set by library:mbed-mesh-api
+#define MBED_CONF_MBED_MESH_API_HEAP_SIZE 32300 // set by application[*]
+#define MBED_CONF_MBED_CLIENT_EVENT_LOOP_SIZE 1024 // set by library:mbed-client
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_NETWORK_NAME "Thread Network" // set by library:mbed-mesh-api
+#define MBED_CONF_DRIVERS_UART_SERIAL_TXBUF_SIZE 256 // set by library:drivers
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_CHANNEL 1 // set by application[*]
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_SECURITY_MODE PSK // set by application[*]
+#define MBED_CONF_RTOS_PRESENT 1 // set by library:rtos
+#define MBED_CONF_MBED_MESH_API_THREAD_PSKD "abcdefghijklmno" // set by library:mbed-mesh-api
+#define MBED_CONF_MBED_MESH_API_THREAD_MASTER_KEY {0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff} // set by library:mbed-mesh-api
+#define MBED_CONF_NANOSTACK_CONFIGURATION nanostack_full // set by library:nanostack
+#define MBED_CONF_MBED_MESH_API_THREAD_CONFIG_PANID 0x0700 // set by library:mbed-mesh-api
+#define MBED_CONF_MBED_MESH_API_6LOWPAN_ND_PSK_KEY_ID 1 // set by library:mbed-mesh-api
+// Macros
+#define NS_USE_EXTERNAL_MBED_TLS // defined by library:nanostack
+#define SPIRIT_USE_FULL_ASSERT // defined by library:spirit1
+#define SPIRIT1_SPI_SCLK PG_9 // defined by application
+#define X_NUCLEO_IDS01A4 // defined by library:spirit1
+#define SPIRIT1_DEV_IRQ PC_2 // defined by application
+#define SPIRIT1_SPI_MOSI PG_11 // defined by application
+#define USE_STM32F4XX_NUCLEO // defined by library:spirit1
+#define SPIRIT1_DEV_CS PG_12 // defined by application
+#define UNITY_INCLUDE_CONFIG_H // defined by library:utest
+#define SPIRIT1_SPI_MISO PG_10 // defined by application
+#define SPIRIT1_DEV_SDN NC // defined by application
+#define MBED_CLIENT_C_NEW_API // defined by library:mbed-client
+#define MBEDTLS_USER_CONFIG_FILE "mbedtls_mbed_client_config.h" // defined by application
+
+#endif