fix build error for keil host os none, freertos, cmsis-rtx

This commit is contained in:
hathach
2014-03-24 16:17:48 +07:00
parent 6c9d03905e
commit 2870a8bcec
9 changed files with 336 additions and 291 deletions

View File

@@ -838,7 +838,7 @@
<Group>
<GroupName>app</GroupName>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
@@ -864,13 +864,13 @@
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<ColumnNumber>7</ColumnNumber>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>74</TopLine>
<CurrentLine>85</CurrentLine>
<TopLine>0</TopLine>
<CurrentLine>0</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\src\cdc_serial_app.c</PathWithFileName>
<FilenameWithoutPath>cdc_serial_app.c</FilenameWithoutPath>
<PathWithFileName>..\src\cdc_serial_host_app.c</PathWithFileName>
<FilenameWithoutPath>cdc_serial_host_app.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@@ -885,8 +885,8 @@
<TopLine>0</TopLine>
<CurrentLine>0</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\src\keyboard_app.c</PathWithFileName>
<FilenameWithoutPath>keyboard_app.c</FilenameWithoutPath>
<PathWithFileName>..\src\keyboard_host_app.c</PathWithFileName>
<FilenameWithoutPath>keyboard_host_app.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@@ -898,11 +898,11 @@
<Focus>0</Focus>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>1</TopLine>
<CurrentLine>1</CurrentLine>
<TopLine>0</TopLine>
<CurrentLine>0</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\src\mouse_app.c</PathWithFileName>
<FilenameWithoutPath>mouse_app.c</FilenameWithoutPath>
<PathWithFileName>..\src\mouse_host_app.c</PathWithFileName>
<FilenameWithoutPath>mouse_host_app.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@@ -917,8 +917,8 @@
<TopLine>0</TopLine>
<CurrentLine>0</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\src\rndis_app.c</PathWithFileName>
<FilenameWithoutPath>rndis_app.c</FilenameWithoutPath>
<PathWithFileName>..\src\rndis_host_app.c</PathWithFileName>
<FilenameWithoutPath>rndis_host_app.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@@ -930,11 +930,11 @@
<Focus>0</Focus>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>1</TopLine>
<CurrentLine>1</CurrentLine>
<TopLine>0</TopLine>
<CurrentLine>0</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\src\msc_app.c</PathWithFileName>
<FilenameWithoutPath>msc_app.c</FilenameWithoutPath>
<PathWithFileName>..\src\msc_host_app.c</PathWithFileName>
<FilenameWithoutPath>msc_host_app.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@@ -944,13 +944,13 @@
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<ColumnNumber>13</ColumnNumber>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>444</TopLine>
<CurrentLine>449</CurrentLine>
<TopLine>0</TopLine>
<CurrentLine>0</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\src\cli.c</PathWithFileName>
<FilenameWithoutPath>cli.c</FilenameWithoutPath>
<PathWithFileName>..\src\msc_cli.c</PathWithFileName>
<FilenameWithoutPath>msc_cli.c</FilenameWithoutPath>
<RteFlg>0</RteFlg>
<bShared>0</bShared>
</File>
@@ -1114,7 +1114,7 @@
<Focus>0</Focus>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>36</TopLine>
<TopLine>37</TopLine>
<CurrentLine>38</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\tinyusb\hal\hal_lpc175x_6x.c</PathWithFileName>
@@ -1162,7 +1162,7 @@
<Focus>0</Focus>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>19</TopLine>
<TopLine>24</TopLine>
<CurrentLine>34</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\tinyusb\class\cdc_host.c</PathWithFileName>
@@ -1306,7 +1306,7 @@
<Focus>0</Focus>
<ColumnNumber>15</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>7</TopLine>
<TopLine>8</TopLine>
<CurrentLine>10</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\tinyusb\host\ohci\ohci.c</PathWithFileName>
@@ -1754,7 +1754,7 @@
<Focus>0</Focus>
<ColumnNumber>35</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>78</TopLine>
<TopLine>79</TopLine>
<CurrentLine>86</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\..\..\mcu\lpc175x_6x\LPC17xx_DriverLib\source\lpc17xx_clkpwr.c</PathWithFileName>

View File

@@ -397,34 +397,34 @@
<FilePath>..\src\main.c</FilePath>
</File>
<File>
<FileName>cdc_serial_app.c</FileName>
<FileName>cdc_serial_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\cdc_serial_app.c</FilePath>
<FilePath>..\src\cdc_serial_host_app.c</FilePath>
</File>
<File>
<FileName>keyboard_app.c</FileName>
<FileName>keyboard_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\keyboard_app.c</FilePath>
<FilePath>..\src\keyboard_host_app.c</FilePath>
</File>
<File>
<FileName>mouse_app.c</FileName>
<FileName>mouse_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\mouse_app.c</FilePath>
<FilePath>..\src\mouse_host_app.c</FilePath>
</File>
<File>
<FileName>rndis_app.c</FileName>
<FileName>rndis_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\rndis_app.c</FilePath>
<FilePath>..\src\rndis_host_app.c</FilePath>
</File>
<File>
<FileName>msc_app.c</FileName>
<FileName>msc_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\msc_app.c</FilePath>
<FilePath>..\src\msc_host_app.c</FilePath>
</File>
<File>
<FileName>cli.c</FileName>
<FileName>msc_cli.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\cli.c</FilePath>
<FilePath>..\src\msc_cli.c</FilePath>
</File>
</Files>
</Group>
@@ -1162,34 +1162,34 @@
<FilePath>..\src\main.c</FilePath>
</File>
<File>
<FileName>cdc_serial_app.c</FileName>
<FileName>cdc_serial_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\cdc_serial_app.c</FilePath>
<FilePath>..\src\cdc_serial_host_app.c</FilePath>
</File>
<File>
<FileName>keyboard_app.c</FileName>
<FileName>keyboard_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\keyboard_app.c</FilePath>
<FilePath>..\src\keyboard_host_app.c</FilePath>
</File>
<File>
<FileName>mouse_app.c</FileName>
<FileName>mouse_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\mouse_app.c</FilePath>
<FilePath>..\src\mouse_host_app.c</FilePath>
</File>
<File>
<FileName>rndis_app.c</FileName>
<FileName>rndis_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\rndis_app.c</FilePath>
<FilePath>..\src\rndis_host_app.c</FilePath>
</File>
<File>
<FileName>msc_app.c</FileName>
<FileName>msc_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\msc_app.c</FilePath>
<FilePath>..\src\msc_host_app.c</FilePath>
</File>
<File>
<FileName>cli.c</FileName>
<FileName>msc_cli.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\cli.c</FilePath>
<FilePath>..\src\msc_cli.c</FilePath>
</File>
</Files>
</Group>
@@ -1927,34 +1927,34 @@
<FilePath>..\src\main.c</FilePath>
</File>
<File>
<FileName>cdc_serial_app.c</FileName>
<FileName>cdc_serial_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\cdc_serial_app.c</FilePath>
<FilePath>..\src\cdc_serial_host_app.c</FilePath>
</File>
<File>
<FileName>keyboard_app.c</FileName>
<FileName>keyboard_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\keyboard_app.c</FilePath>
<FilePath>..\src\keyboard_host_app.c</FilePath>
</File>
<File>
<FileName>mouse_app.c</FileName>
<FileName>mouse_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\mouse_app.c</FilePath>
<FilePath>..\src\mouse_host_app.c</FilePath>
</File>
<File>
<FileName>rndis_app.c</FileName>
<FileName>rndis_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\rndis_app.c</FilePath>
<FilePath>..\src\rndis_host_app.c</FilePath>
</File>
<File>
<FileName>msc_app.c</FileName>
<FileName>msc_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\msc_app.c</FilePath>
<FilePath>..\src\msc_host_app.c</FilePath>
</File>
<File>
<FileName>cli.c</FileName>
<FileName>msc_cli.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\cli.c</FilePath>
<FilePath>..\src\msc_cli.c</FilePath>
</File>
</Files>
</Group>
@@ -2692,34 +2692,34 @@
<FilePath>..\src\main.c</FilePath>
</File>
<File>
<FileName>cdc_serial_app.c</FileName>
<FileName>cdc_serial_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\cdc_serial_app.c</FilePath>
<FilePath>..\src\cdc_serial_host_app.c</FilePath>
</File>
<File>
<FileName>keyboard_app.c</FileName>
<FileName>keyboard_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\keyboard_app.c</FilePath>
<FilePath>..\src\keyboard_host_app.c</FilePath>
</File>
<File>
<FileName>mouse_app.c</FileName>
<FileName>mouse_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\mouse_app.c</FilePath>
<FilePath>..\src\mouse_host_app.c</FilePath>
</File>
<File>
<FileName>rndis_app.c</FileName>
<FileName>rndis_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\rndis_app.c</FilePath>
<FilePath>..\src\rndis_host_app.c</FilePath>
</File>
<File>
<FileName>msc_app.c</FileName>
<FileName>msc_host_app.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\msc_app.c</FilePath>
<FilePath>..\src\msc_host_app.c</FilePath>
</File>
<File>
<FileName>cli.c</FileName>
<FileName>msc_cli.c</FileName>
<FileType>1</FileType>
<FilePath>..\src\cli.c</FilePath>
<FilePath>..\src\msc_cli.c</FilePath>
</File>
</Files>
</Group>