
1. remove the old msg queue and queue: i. msg queue is not a common and reusable/flexible component(need user to config the msg pool size and this componet can only be used by tos_queue) ii. tos_queue can only deliver the pointer message(cannot do a memory buffer deliver) 2. add ring queue(tos_ring_q) componet rinq queue can be reused by tos_chr_fifi/tos_msg_q/tos_mail_q as the foundational data container 3. add message queue(tos_msg_q) a little like the old queue mechanism, supply the capability to deliver a pointer message 4. add mail queue(tos_mail_q) supply the capability to deliver a memory buffer 5. add binary heap(tos_bin_heap) the basement componet to implement priority queue 6. add priority queue(tos_prio_q) can be reused by the priority message/mail queue as the foundational data container. 7. add priority message queue(tos_prio_msg_q) a message(pointer) deliver mechanism, supply the capability of delivering the message with priority(message with higher priority comes faster to the pender than with lower) 8. add priority mail queue(tos_prio_mail_q) a mail(memory buffer) deliver mechanism, supply the capability of delivering the mail with priority(mail with higher priority comes faster to the pender than with lower)
2082 lines
71 KiB
XML
2082 lines
71 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
|
|
|
|
<SchemaVersion>1.0</SchemaVersion>
|
|
|
|
<Header>### uVision Project, (C) Keil Software</Header>
|
|
|
|
<Extensions>
|
|
<cExt>*.c</cExt>
|
|
<aExt>*.s*; *.src; *.a*</aExt>
|
|
<oExt>*.obj; *.o</oExt>
|
|
<lExt>*.lib</lExt>
|
|
<tExt>*.txt; *.h; *.inc</tExt>
|
|
<pExt>*.plm</pExt>
|
|
<CppX>*.cpp</CppX>
|
|
<nMigrate>0</nMigrate>
|
|
</Extensions>
|
|
|
|
<DaveTm>
|
|
<dwLowDateTime>0</dwLowDateTime>
|
|
<dwHighDateTime>0</dwHighDateTime>
|
|
</DaveTm>
|
|
|
|
<Target>
|
|
<TargetName>TencentOS_tiny</TargetName>
|
|
<ToolsetNumber>0x4</ToolsetNumber>
|
|
<ToolsetName>ARM-ADS</ToolsetName>
|
|
<TargetOption>
|
|
<CLKADS>12000000</CLKADS>
|
|
<OPTTT>
|
|
<gFlags>1</gFlags>
|
|
<BeepAtEnd>1</BeepAtEnd>
|
|
<RunSim>0</RunSim>
|
|
<RunTarget>1</RunTarget>
|
|
<RunAbUc>0</RunAbUc>
|
|
</OPTTT>
|
|
<OPTHX>
|
|
<HexSelection>1</HexSelection>
|
|
<FlashByte>65535</FlashByte>
|
|
<HexRangeLowAddress>0</HexRangeLowAddress>
|
|
<HexRangeHighAddress>0</HexRangeHighAddress>
|
|
<HexOffset>0</HexOffset>
|
|
</OPTHX>
|
|
<OPTLEX>
|
|
<PageWidth>79</PageWidth>
|
|
<PageLength>66</PageLength>
|
|
<TabStop>8</TabStop>
|
|
<ListingPath>.\Listings\</ListingPath>
|
|
</OPTLEX>
|
|
<ListingPage>
|
|
<CreateCListing>1</CreateCListing>
|
|
<CreateAListing>1</CreateAListing>
|
|
<CreateLListing>1</CreateLListing>
|
|
<CreateIListing>0</CreateIListing>
|
|
<AsmCond>1</AsmCond>
|
|
<AsmSymb>1</AsmSymb>
|
|
<AsmXref>0</AsmXref>
|
|
<CCond>1</CCond>
|
|
<CCode>0</CCode>
|
|
<CListInc>0</CListInc>
|
|
<CSymb>0</CSymb>
|
|
<LinkerCodeListing>0</LinkerCodeListing>
|
|
</ListingPage>
|
|
<OPTXL>
|
|
<LMap>1</LMap>
|
|
<LComments>1</LComments>
|
|
<LGenerateSymbols>1</LGenerateSymbols>
|
|
<LLibSym>1</LLibSym>
|
|
<LLines>1</LLines>
|
|
<LLocSym>1</LLocSym>
|
|
<LPubSym>1</LPubSym>
|
|
<LXref>0</LXref>
|
|
<LExpSel>0</LExpSel>
|
|
</OPTXL>
|
|
<OPTFL>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<IsCurrentTarget>1</IsCurrentTarget>
|
|
</OPTFL>
|
|
<CpuCode>5</CpuCode>
|
|
<DebugOpt>
|
|
<uSim>0</uSim>
|
|
<uTrg>1</uTrg>
|
|
<sLdApp>1</sLdApp>
|
|
<sGomain>1</sGomain>
|
|
<sRbreak>1</sRbreak>
|
|
<sRwatch>1</sRwatch>
|
|
<sRmem>1</sRmem>
|
|
<sRfunc>1</sRfunc>
|
|
<sRbox>1</sRbox>
|
|
<tLdApp>1</tLdApp>
|
|
<tGomain>1</tGomain>
|
|
<tRbreak>1</tRbreak>
|
|
<tRwatch>1</tRwatch>
|
|
<tRmem>1</tRmem>
|
|
<tRfunc>0</tRfunc>
|
|
<tRbox>1</tRbox>
|
|
<tRtrace>1</tRtrace>
|
|
<sRSysVw>1</sRSysVw>
|
|
<tRSysVw>1</tRSysVw>
|
|
<sRunDeb>0</sRunDeb>
|
|
<sLrtime>0</sLrtime>
|
|
<bEvRecOn>1</bEvRecOn>
|
|
<bSchkAxf>0</bSchkAxf>
|
|
<bTchkAxf>0</bTchkAxf>
|
|
<nTsel>6</nTsel>
|
|
<sDll></sDll>
|
|
<sDllPa></sDllPa>
|
|
<sDlgDll></sDlgDll>
|
|
<sDlgPa></sDlgPa>
|
|
<sIfile></sIfile>
|
|
<tDll></tDll>
|
|
<tDllPa></tDllPa>
|
|
<tDlgDll></tDlgDll>
|
|
<tDlgPa></tDlgPa>
|
|
<tIfile></tIfile>
|
|
<pMon>STLink\ST-LINKIII-KEIL_SWO.dll</pMon>
|
|
</DebugOpt>
|
|
<TargetDriverDllRegistry>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>UL2CM3</Key>
|
|
<Name>UL2CM3(-S0 -C0 -P0 ) -FN2 -FC4000 -FD20000000 -FF0nrf52xxx -FF1nrf52xxx_uicr -FL0200000 -FL11000 -FS00 -FS110001000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm)</Name>
|
|
</SetRegEntry>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>ST-LINKIII-KEIL_SWO</Key>
|
|
<Name>-U303030303030303030303031 -O8398 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P1 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC4000 -FN1 -FF0nrf52xxx_sde.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx_sde.flm)</Name>
|
|
</SetRegEntry>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>DLGUARM</Key>
|
|
<Name>(105=-1,-1,-1,-1,0)</Name>
|
|
</SetRegEntry>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>ARMRTXEVENTFLAGS</Key>
|
|
<Name>-L70 -Z18 -C0 -M0 -T1</Name>
|
|
</SetRegEntry>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>DLGTARM</Key>
|
|
<Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0)</Name>
|
|
</SetRegEntry>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>ARMDBGFLAGS</Key>
|
|
<Name></Name>
|
|
</SetRegEntry>
|
|
</TargetDriverDllRegistry>
|
|
<Breakpoint>
|
|
<Bp>
|
|
<Number>0</Number>
|
|
<Type>0</Type>
|
|
<LineNumber>232</LineNumber>
|
|
<EnabledFlag>0</EnabledFlag>
|
|
<Address>14772</Address>
|
|
<ByteObject>0</ByteObject>
|
|
<HtxType>0</HtxType>
|
|
<ManyObjects>0</ManyObjects>
|
|
<SizeOfObject>0</SizeOfObject>
|
|
<BreakByAccess>0</BreakByAccess>
|
|
<BreakIfRCount>1</BreakIfRCount>
|
|
<Filename>..\..\..\..\examples\blehr\main.c</Filename>
|
|
<ExecCommand></ExecCommand>
|
|
<Expression>\\TencentOS_tiny\../../../../examples/blehr/main.c\232</Expression>
|
|
</Bp>
|
|
</Breakpoint>
|
|
<WatchWindow1>
|
|
<Ww>
|
|
<count>0</count>
|
|
<WinNumber>1</WinNumber>
|
|
<ItemText>ev</ItemText>
|
|
</Ww>
|
|
</WatchWindow1>
|
|
<MemoryWindow1>
|
|
<Mm>
|
|
<WinNumber>1</WinNumber>
|
|
<SubType>0</SubType>
|
|
<ItemText>NVIC->ISER</ItemText>
|
|
<AccSizeX>0</AccSizeX>
|
|
</Mm>
|
|
</MemoryWindow1>
|
|
<Tracepoint>
|
|
<THDelay>0</THDelay>
|
|
</Tracepoint>
|
|
<DebugFlag>
|
|
<trace>0</trace>
|
|
<periodic>1</periodic>
|
|
<aLwin>1</aLwin>
|
|
<aCover>0</aCover>
|
|
<aSer1>0</aSer1>
|
|
<aSer2>0</aSer2>
|
|
<aPa>0</aPa>
|
|
<viewmode>1</viewmode>
|
|
<vrSel>0</vrSel>
|
|
<aSym>0</aSym>
|
|
<aTbox>0</aTbox>
|
|
<AscS1>0</AscS1>
|
|
<AscS2>0</AscS2>
|
|
<AscS3>0</AscS3>
|
|
<aSer3>0</aSer3>
|
|
<eProf>0</eProf>
|
|
<aLa>0</aLa>
|
|
<aPa1>0</aPa1>
|
|
<AscS4>0</AscS4>
|
|
<aSer4>0</aSer4>
|
|
<StkLoc>0</StkLoc>
|
|
<TrcWin>0</TrcWin>
|
|
<newCpu>0</newCpu>
|
|
<uProt>0</uProt>
|
|
</DebugFlag>
|
|
<LintExecutable></LintExecutable>
|
|
<LintConfigFile></LintConfigFile>
|
|
<bLintAuto>0</bLintAuto>
|
|
<bAutoGenD>0</bAutoGenD>
|
|
<LntExFlags>0</LntExFlags>
|
|
<pMisraName></pMisraName>
|
|
<pszMrule></pszMrule>
|
|
<pSingCmds></pSingCmds>
|
|
<pMultCmds></pMultCmds>
|
|
<pMisraNamep></pMisraNamep>
|
|
<pszMrulep></pszMrulep>
|
|
<pSingCmdsp></pSingCmdsp>
|
|
<pMultCmdsp></pMultCmdsp>
|
|
</TargetOption>
|
|
</Target>
|
|
|
|
<Group>
|
|
<GroupName>Startup</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>1</GroupNumber>
|
|
<FileNumber>1</FileNumber>
|
|
<FileType>2</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>.\arm_startup_nrf52.s</PathWithFileName>
|
|
<FilenameWithoutPath>arm_startup_nrf52.s</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>Drivers</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>2</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Src\mcu_init.c</PathWithFileName>
|
|
<FilenameWithoutPath>mcu_init.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>3</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Src\nrfx_glue.c</PathWithFileName>
|
|
<FilenameWithoutPath>nrfx_glue.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>4</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Src\nrfx_rtc.c</PathWithFileName>
|
|
<FilenameWithoutPath>nrfx_rtc.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>5</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Src\nrfx_uart.c</PathWithFileName>
|
|
<FilenameWithoutPath>nrfx_uart.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>6</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Src\simple_uart.c</PathWithFileName>
|
|
<FilenameWithoutPath>simple_uart.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>7</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Src\system_nrf52.c</PathWithFileName>
|
|
<FilenameWithoutPath>system_nrf52.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>8</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Src\prs\nrfx_prs.c</PathWithFileName>
|
|
<FilenameWithoutPath>nrfx_prs.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>9</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Src\rtc.c</PathWithFileName>
|
|
<FilenameWithoutPath>rtc.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tos/arch</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>3</GroupNumber>
|
|
<FileNumber>10</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\arch\arm\arm-v7m\common\tos_cpu.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_cpu.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>3</GroupNumber>
|
|
<FileNumber>11</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\arch\arm\arm-v7m\cortex-m4\armcc\port_c.c</PathWithFileName>
|
|
<FilenameWithoutPath>port_c.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>3</GroupNumber>
|
|
<FileNumber>12</FileNumber>
|
|
<FileType>2</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\arch\arm\arm-v7m\cortex-m4\armcc\port_s.S</PathWithFileName>
|
|
<FilenameWithoutPath>port_s.S</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tos/kernel</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>13</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_event.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_event.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>14</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_global.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_global.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>15</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_mmblk.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_mmblk.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>16</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_mmheap.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_mmheap.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>17</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_mutex.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_mutex.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>18</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_pend.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_pend.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>19</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_robin.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_robin.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>20</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_sched.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_sched.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>21</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_sem.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_sem.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>22</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_sys.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_sys.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>23</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_task.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_task.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>24</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_tick.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_tick.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>25</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_time.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_time.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>26</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_timer.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_timer.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>27</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_binary_heap.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_binary_heap.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>28</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_char_fifo.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_char_fifo.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>29</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_completion.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_completion.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>30</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_countdownlatch.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_countdownlatch.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>31</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_mail_queue.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_mail_queue.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>32</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_message_queue.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_message_queue.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>33</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_priority_mail_queue.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_priority_mail_queue.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>34</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_priority_message_queue.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_priority_message_queue.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>35</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_priority_queue.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_priority_queue.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>36</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\kernel\core\tos_ring_queue.c</PathWithFileName>
|
|
<FilenameWithoutPath>tos_ring_queue.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tos/cmsis</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>5</GroupNumber>
|
|
<FileNumber>37</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\osal\cmsis_os\cmsis_os.c</PathWithFileName>
|
|
<FilenameWithoutPath>cmsis_os.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>example</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>6</GroupNumber>
|
|
<FileNumber>38</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\examples\blehr\gatt_svr.c</PathWithFileName>
|
|
<FilenameWithoutPath>gatt_svr.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>6</GroupNumber>
|
|
<FileNumber>39</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\examples\blehr\main.c</PathWithFileName>
|
|
<FilenameWithoutPath>main.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>CONFIG</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>7</GroupNumber>
|
|
<FileNumber>40</FileNumber>
|
|
<FileType>5</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\TOS_CONFIG\tos_config.h</PathWithFileName>
|
|
<FilenameWithoutPath>tos_config.h</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>7</GroupNumber>
|
|
<FileNumber>41</FileNumber>
|
|
<FileType>5</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\BSP\Inc\nrfx_config.h</PathWithFileName>
|
|
<FilenameWithoutPath>nrfx_config.h</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>7</GroupNumber>
|
|
<FileNumber>42</FileNumber>
|
|
<FileType>5</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\porting\TencentOS_tiny\include\nrf52832\config\private_syscfg.h</PathWithFileName>
|
|
<FilenameWithoutPath>private_syscfg.h</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>porting/TencentOS_tiny</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>8</GroupNumber>
|
|
<FileNumber>43</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\porting\TencentOS_tiny\src\nimble_port_tencentos_tiny.c</PathWithFileName>
|
|
<FilenameWithoutPath>nimble_port_tencentos_tiny.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>8</GroupNumber>
|
|
<FileNumber>44</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\porting\TencentOS_tiny\src\npl_os_tencenos_tiny.c</PathWithFileName>
|
|
<FilenameWithoutPath>npl_os_tencenos_tiny.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>8</GroupNumber>
|
|
<FileNumber>45</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\porting\TencentOS_tiny\src\nrf5x_isr.c</PathWithFileName>
|
|
<FilenameWithoutPath>nrf5x_isr.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>8</GroupNumber>
|
|
<FileNumber>46</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\porting\TencentOS_tiny\src\tencent_os_tiny_libc.c</PathWithFileName>
|
|
<FilenameWithoutPath>tencent_os_tiny_libc.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/src</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>47</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_att.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_att.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>48</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_att_clt.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_att_clt.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>49</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_att_cmd.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_att_cmd.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>50</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_att_svr.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_att_svr.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>51</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_eddystone.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_eddystone.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>52</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_gap.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_gap.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>53</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_gattc.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_gattc.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>54</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_gatts.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_gatts.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>55</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_gatts_lcl.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_gatts_lcl.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>56</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>57</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_adv.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_adv.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>58</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_atomic.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_atomic.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>59</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_cfg.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_cfg.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>60</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_conn.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_conn.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>61</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_dbg.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_dbg.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>62</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_flow.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_flow.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>63</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_hci.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_hci.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>64</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_hci_cmd.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_hci_cmd.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>65</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_hci_evt.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_hci_evt.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>66</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_hci_util.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_hci_util.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>67</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_id.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_id.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>68</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_log.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_log.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>69</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_mbuf.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_mbuf.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>70</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_misc.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_misc.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>71</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_mqueue.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_mqueue.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>72</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_periodic_sync.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_periodic_sync.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>73</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_pvcy.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_pvcy.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>74</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_shutdown.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_shutdown.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>75</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_startup.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_startup.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>76</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_hs_stop.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hs_stop.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>77</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_ibeacon.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ibeacon.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>78</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_l2cap.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_l2cap.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>79</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_l2cap_coc.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_l2cap_coc.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>80</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_l2cap_sig.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_l2cap_sig.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>81</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_l2cap_sig_cmd.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_l2cap_sig_cmd.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>82</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_monitor.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_monitor.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>83</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_sm.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_sm.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>84</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_sm_alg.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_sm_alg.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>85</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_sm_cmd.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_sm_cmd.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>86</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_sm_lgcy.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_sm_lgcy.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>87</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_sm_sc.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_sm_sc.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>88</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_store.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_store.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>89</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_store_util.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_store_util.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>90</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\src\ble_uuid.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_uuid.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/controller</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>91</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>92</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_adv.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_adv.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>93</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_conn.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_conn.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>94</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_conn_hci.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_conn_hci.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>95</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_ctrl.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_ctrl.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>96</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_dtm.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_dtm.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>97</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_hci.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_hci.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>98</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_hci_ev.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_hci_ev.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>99</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_rand.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_rand.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>100</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_resolv.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_resolv.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>101</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_scan.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_scan.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>102</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_sched.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_sched.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>103</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_supp_cmd.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_supp_cmd.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>104</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_sync.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_sync.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>105</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_trace.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_trace.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>106</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_utils.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_utils.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>107</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_whitelist.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_whitelist.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>108</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\controller\src\ble_ll_xcvr.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_ll_xcvr.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/port</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>109</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\endian.c</PathWithFileName>
|
|
<FilenameWithoutPath>endian.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>110</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\hal_timer.c</PathWithFileName>
|
|
<FilenameWithoutPath>hal_timer.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>111</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\mem.c</PathWithFileName>
|
|
<FilenameWithoutPath>mem.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>112</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\nimble_port.c</PathWithFileName>
|
|
<FilenameWithoutPath>nimble_port.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>113</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\os_cputime.c</PathWithFileName>
|
|
<FilenameWithoutPath>os_cputime.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>114</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\os_cputime_pwr2.c</PathWithFileName>
|
|
<FilenameWithoutPath>os_cputime_pwr2.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>115</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\os_mbuf.c</PathWithFileName>
|
|
<FilenameWithoutPath>os_mbuf.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>116</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\os_mempool.c</PathWithFileName>
|
|
<FilenameWithoutPath>os_mempool.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>11</GroupNumber>
|
|
<FileNumber>117</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\porting\nimble\src\os_msys_init.c</PathWithFileName>
|
|
<FilenameWithoutPath>os_msys_init.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/tinycrypt</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>12</GroupNumber>
|
|
<FileNumber>118</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\ext\tinycrypt\src\aes_decrypt.c</PathWithFileName>
|
|
<FilenameWithoutPath>aes_decrypt.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>12</GroupNumber>
|
|
<FileNumber>119</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\ext\tinycrypt\src\aes_encrypt.c</PathWithFileName>
|
|
<FilenameWithoutPath>aes_encrypt.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>12</GroupNumber>
|
|
<FileNumber>120</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\ext\tinycrypt\src\cmac_mode.c</PathWithFileName>
|
|
<FilenameWithoutPath>cmac_mode.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>12</GroupNumber>
|
|
<FileNumber>121</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\ext\tinycrypt\src\ecc.c</PathWithFileName>
|
|
<FilenameWithoutPath>ecc.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>12</GroupNumber>
|
|
<FileNumber>122</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\ext\tinycrypt\src\ecc_dh.c</PathWithFileName>
|
|
<FilenameWithoutPath>ecc_dh.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>12</GroupNumber>
|
|
<FileNumber>123</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\ext\tinycrypt\src\utils.c</PathWithFileName>
|
|
<FilenameWithoutPath>utils.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/transport/ram</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>13</GroupNumber>
|
|
<FileNumber>124</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\transport\ram\src\ble_hci_ram.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hci_ram.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/src</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>14</GroupNumber>
|
|
<FileNumber>125</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\src\ble_util.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_util.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/drivers/nrf52</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>15</GroupNumber>
|
|
<FileNumber>126</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\drivers\nrf52\src\ble_hw.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_hw.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>15</GroupNumber>
|
|
<FileNumber>127</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\drivers\nrf52\src\ble_phy.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_phy.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/services/ans</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>16</GroupNumber>
|
|
<FileNumber>128</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\services\ans\src\ble_svc_ans.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_svc_ans.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/services/bas</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>17</GroupNumber>
|
|
<FileNumber>129</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\services\bas\src\ble_svc_bas.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_svc_bas.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/services/bleuart</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>18</GroupNumber>
|
|
<FileNumber>130</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\services\bleuart\src\bleuart.c</PathWithFileName>
|
|
<FilenameWithoutPath>bleuart.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/services/gap</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>19</GroupNumber>
|
|
<FileNumber>131</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\services\gap\src\ble_svc_gap.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_svc_gap.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/services/gatt</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>20</GroupNumber>
|
|
<FileNumber>132</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\services\gatt\src\ble_svc_gatt.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_svc_gatt.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/services/ias</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>21</GroupNumber>
|
|
<FileNumber>133</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\services\ias\src\ble_svc_ias.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_svc_ias.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/services/lls</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>22</GroupNumber>
|
|
<FileNumber>134</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\services\lls\src\ble_svc_lls.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_svc_lls.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/services/tps</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>23</GroupNumber>
|
|
<FileNumber>135</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\services\tps\src\ble_svc_tps.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_svc_tps.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/store/ram</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>24</GroupNumber>
|
|
<FileNumber>136</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\store\ram\src\ble_store_ram.c</PathWithFileName>
|
|
<FilenameWithoutPath>ble_store_ram.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>NimBLE/host/util</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>25</GroupNumber>
|
|
<FileNumber>137</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\..\..\..\components\connectivity\Bluetooth_5.0\3rdparty\NimBLE_1_2_0\nimble\host\util\src\addr.c</PathWithFileName>
|
|
<FilenameWithoutPath>addr.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>::CMSIS</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>1</RteFlg>
|
|
</Group>
|
|
|
|
</ProjectOpt>
|