mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
7b5d9edc5a
implement keyboard app code - forcefully place keyboard_report in RAM section 3 change used bit in qtd from reserved in buffer[1] to alternate link add code for fake ehci controller runs on period interrupt change signature of tusbh_hid_keyboard_get_report - tusb_keyboard_report_t* to uint8_t* implement period (interrupt) complete isr processing
614 lines
18 KiB
XML
614 lines
18 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_opt.xsd">
|
|
|
|
<SchemaVersion>1.0</SchemaVersion>
|
|
|
|
<Header>### uVision Project, (C) Keil Software</Header>
|
|
|
|
<Extensions>
|
|
<cExt>*.c</cExt>
|
|
<aExt>*.s*; *.src; *.a*</aExt>
|
|
<oExt>*.obj</oExt>
|
|
<lExt>*.lib</lExt>
|
|
<tExt>*.txt; *.h; *.inc</tExt>
|
|
<pExt>*.plm</pExt>
|
|
<CppX>*.cpp</CppX>
|
|
</Extensions>
|
|
|
|
<DaveTm>
|
|
<dwLowDateTime>0</dwLowDateTime>
|
|
<dwHighDateTime>0</dwHighDateTime>
|
|
</DaveTm>
|
|
|
|
<Target>
|
|
<TargetName>LPC4357</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>
|
|
</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>.\UV4Build\</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>8</CpuCode>
|
|
<Books>
|
|
<Book>
|
|
<Number>0</Number>
|
|
<Title>Technical Reference Manual</Title>
|
|
<Path>datashts\arm\cortex_m4\r0p1\DDI0439C_CORTEX_M4_R0P1_TRM.PDF</Path>
|
|
</Book>
|
|
<Book>
|
|
<Number>1</Number>
|
|
<Title>Generic User Guide</Title>
|
|
<Path>datashts\arm\cortex_m4\r0p1\DUI0553A_CORTEX_M4_DGUG.PDF</Path>
|
|
</Book>
|
|
</Books>
|
|
<DllOpt>
|
|
<SimDllName>SARMCM3.DLL</SimDllName>
|
|
<SimDllArguments>-MPU</SimDllArguments>
|
|
<SimDlgDllName>DCM.DLL</SimDlgDllName>
|
|
<SimDlgDllArguments>-pCM4</SimDlgDllArguments>
|
|
<TargetDllName>SARMCM3.DLL</TargetDllName>
|
|
<TargetDllArguments>-MPU</TargetDllArguments>
|
|
<TargetDlgDllName>TCM.DLL</TargetDlgDllName>
|
|
<TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
|
|
</DllOpt>
|
|
<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>0</tGomain>
|
|
<tRbreak>1</tRbreak>
|
|
<tRwatch>1</tRwatch>
|
|
<tRmem>1</tRmem>
|
|
<tRfunc>0</tRfunc>
|
|
<tRbox>1</tRbox>
|
|
<tRtrace>1</tRtrace>
|
|
<sRunDeb>0</sRunDeb>
|
|
<sLrtime>0</sLrtime>
|
|
<nTsel>7</nTsel>
|
|
<sDll></sDll>
|
|
<sDllPa></sDllPa>
|
|
<sDlgDll></sDlgDll>
|
|
<sDlgPa></sDlgPa>
|
|
<sIfile></sIfile>
|
|
<tDll></tDll>
|
|
<tDllPa></tDllPa>
|
|
<tDlgDll></tDlgDll>
|
|
<tDlgPa></tDlgPa>
|
|
<tIfile></tIfile>
|
|
<pMon>Segger\JL2CM3.dll</pMon>
|
|
</DebugOpt>
|
|
<TargetDriverDllRegistry>
|
|
<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>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>DLGUARM</Key>
|
|
<Name></Name>
|
|
</SetRegEntry>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>JL2CM3</Key>
|
|
<Name>-U268003250 -O110 -S8 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(4) -TO31 -TC10000000 -TP21 -TDS8004 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE1 -FO15 -FD10000000 -FC800 -FN2 -FF0LPC18xx43xx_512_BA -FS01A000000 -FL080000 -FF1LPC18xx43xx_512_BB -FS11B000000 -FL180000</Name>
|
|
</SetRegEntry>
|
|
<SetRegEntry>
|
|
<Number>0</Number>
|
|
<Key>UL2CM3</Key>
|
|
<Name>-O975 -S0 -C0 -FO7 -FD10000000 -FC800 -FN2 -FF0LPC18xx43xx_512_BA -FS01A000000 -FL080000 -FF1LPC18xx43xx_512_BB -FS11B000000 -FL180000)</Name>
|
|
</SetRegEntry>
|
|
</TargetDriverDllRegistry>
|
|
<Breakpoint>
|
|
<Bp>
|
|
<Number>0</Number>
|
|
<Type>0</Type>
|
|
<LineNumber>189</LineNumber>
|
|
<EnabledFlag>1</EnabledFlag>
|
|
<Address>0</Address>
|
|
<ByteObject>0</ByteObject>
|
|
<HtxType>0</HtxType>
|
|
<ManyObjects>0</ManyObjects>
|
|
<SizeOfObject>0</SizeOfObject>
|
|
<BreakByAccess>0</BreakByAccess>
|
|
<BreakIfRCount>0</BreakIfRCount>
|
|
<Filename>C:\Users\hathach\Dropbox\tinyusb\workspace\tinyusb\tinyusb\host\ehci\ehci.c</Filename>
|
|
<ExecCommand></ExecCommand>
|
|
<Expression></Expression>
|
|
</Bp>
|
|
</Breakpoint>
|
|
<DebugFlag>
|
|
<trace>0</trace>
|
|
<periodic>1</periodic>
|
|
<aLwin>0</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>
|
|
<Tracepoint>
|
|
<THDelay>0</THDelay>
|
|
</Tracepoint>
|
|
<LintExecutable></LintExecutable>
|
|
<LintConfigFile></LintConfigFile>
|
|
</TargetOption>
|
|
</Target>
|
|
|
|
<Group>
|
|
<GroupName>bsp_boards</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>1</GroupNumber>
|
|
<FileNumber>1</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../bsp/boards/board.c</PathWithFileName>
|
|
<FilenameWithoutPath>board.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>1</GroupNumber>
|
|
<FileNumber>2</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../bsp/boards/board_at86rf2xx.c</PathWithFileName>
|
|
<FilenameWithoutPath>board_at86rf2xx.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>1</GroupNumber>
|
|
<FileNumber>3</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../bsp/boards/board_ea4357.c</PathWithFileName>
|
|
<FilenameWithoutPath>board_ea4357.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>1</GroupNumber>
|
|
<FileNumber>4</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../bsp/boards/board_lpcxpresso1347.c</PathWithFileName>
|
|
<FilenameWithoutPath>board_lpcxpresso1347.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>1</GroupNumber>
|
|
<FileNumber>5</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../bsp/boards/board_ngx4330.c</PathWithFileName>
|
|
<FilenameWithoutPath>board_ngx4330.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>1</GroupNumber>
|
|
<FileNumber>6</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../bsp/boards/printf_retarget.c</PathWithFileName>
|
|
<FilenameWithoutPath>printf_retarget.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>host</GroupName>
|
|
<tvExp>0</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>7</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>1</TopLine>
|
|
<CurrentLine>36</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>./main.c</PathWithFileName>
|
|
<FilenameWithoutPath>main.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>2</GroupNumber>
|
|
<FileNumber>8</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>52</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>36</TopLine>
|
|
<CurrentLine>47</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>./keyboard_app.c</PathWithFileName>
|
|
<FilenameWithoutPath>keyboard_app.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tinyusb</GroupName>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>3</GroupNumber>
|
|
<FileNumber>9</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/tusb.c</PathWithFileName>
|
|
<FilenameWithoutPath>tusb.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tinyusb_class</GroupName>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>4</GroupNumber>
|
|
<FileNumber>10</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/class/hid_host.c</PathWithFileName>
|
|
<FilenameWithoutPath>hid_host.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tinyusb_common</GroupName>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>5</GroupNumber>
|
|
<FileNumber>11</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/common/errors.c</PathWithFileName>
|
|
<FilenameWithoutPath>errors.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>5</GroupNumber>
|
|
<FileNumber>12</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/common/fifo.c</PathWithFileName>
|
|
<FilenameWithoutPath>fifo.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tinyusb_hal</GroupName>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>6</GroupNumber>
|
|
<FileNumber>13</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/hal/hal_lpc11uxx.c</PathWithFileName>
|
|
<FilenameWithoutPath>hal_lpc11uxx.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>6</GroupNumber>
|
|
<FileNumber>14</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/hal/hal_lpc13uxx.c</PathWithFileName>
|
|
<FilenameWithoutPath>hal_lpc13uxx.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>6</GroupNumber>
|
|
<FileNumber>15</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/hal/hal_lpc43xx.c</PathWithFileName>
|
|
<FilenameWithoutPath>hal_lpc43xx.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tinyusb_host</GroupName>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>7</GroupNumber>
|
|
<FileNumber>16</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/host/hcd.c</PathWithFileName>
|
|
<FilenameWithoutPath>hcd.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
<File>
|
|
<GroupNumber>7</GroupNumber>
|
|
<FileNumber>17</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>1</TopLine>
|
|
<CurrentLine>1</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/host/usbh.c</PathWithFileName>
|
|
<FilenameWithoutPath>usbh.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tinyusb_host_ehci</GroupName>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>8</GroupNumber>
|
|
<FileNumber>18</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>184</TopLine>
|
|
<CurrentLine>189</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/host/ehci/ehci.c</PathWithFileName>
|
|
<FilenameWithoutPath>ehci.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>tinyusb_osal</GroupName>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>9</GroupNumber>
|
|
<FileNumber>19</FileNumber>
|
|
<FileType>1</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>../../tinyusb/osal/osal_none.c</PathWithFileName>
|
|
<FilenameWithoutPath>osal_none.c</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
<Group>
|
|
<GroupName>Startup</GroupName>
|
|
<tvExp>1</tvExp>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<cbSel>0</cbSel>
|
|
<RteFlg>0</RteFlg>
|
|
<File>
|
|
<GroupNumber>10</GroupNumber>
|
|
<FileNumber>20</FileNumber>
|
|
<FileType>2</FileType>
|
|
<tvExp>0</tvExp>
|
|
<Focus>0</Focus>
|
|
<ColumnNumber>0</ColumnNumber>
|
|
<tvExpOptDlg>0</tvExpOptDlg>
|
|
<TopLine>0</TopLine>
|
|
<CurrentLine>0</CurrentLine>
|
|
<bDave2>0</bDave2>
|
|
<PathWithFileName>..\bsp\lpc43xx\startup_keil\startup_LPC43xx_arm.s</PathWithFileName>
|
|
<FilenameWithoutPath>startup_LPC43xx_arm.s</FilenameWithoutPath>
|
|
<RteFlg>0</RteFlg>
|
|
<bShared>0</bShared>
|
|
</File>
|
|
</Group>
|
|
|
|
</ProjectOpt>
|