diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 10:12:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 10:12:10 +0000 |
commit | 6fdb361bf1f8fb772c94e3159d05154b18447908 (patch) | |
tree | 746ffcb901a0a7db76513625bddfef956fa14dd4 | |
parent | 85dd366dd4cd059d6b1a35f0fde24192d8eb5ed2 (diff) | |
download | ChibiOS-6fdb361bf1f8fb772c94e3159d05154b18447908.tar.gz ChibiOS-6fdb361bf1f8fb772c94e3159d05154b18447908.tar.bz2 ChibiOS-6fdb361bf1f8fb772c94e3159d05154b18447908.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2593 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/ARMCM3-STM32F103/keil/ch.uvopt | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/demos/ARMCM3-STM32F103/keil/ch.uvopt b/demos/ARMCM3-STM32F103/keil/ch.uvopt index b9837b3ca..309b9cf18 100644 --- a/demos/ARMCM3-STM32F103/keil/ch.uvopt +++ b/demos/ARMCM3-STM32F103/keil/ch.uvopt @@ -238,10 +238,10 @@ <FileType>2</FileType> <tvExp>0</tvExp> <Focus>0</Focus> - <ColumnNumber>35</ColumnNumber> + <ColumnNumber>0</ColumnNumber> <tvExpOptDlg>0</tvExpOptDlg> - <TopLine>82</TopLine> - <CurrentLine>90</CurrentLine> + <TopLine>73</TopLine> + <CurrentLine>73</CurrentLine> <bDave2>0</bDave2> <PathWithFileName>..\..\..\os\ports\RVCT\ARMCMx\cstartup.s</PathWithFileName> <FilenameWithoutPath>cstartup.s</FilenameWithoutPath> @@ -597,8 +597,8 @@ <Focus>0</Focus> <ColumnNumber>0</ColumnNumber> <tvExpOptDlg>0</tvExpOptDlg> - <TopLine>4</TopLine> - <CurrentLine>4</CurrentLine> + <TopLine>52</TopLine> + <CurrentLine>61</CurrentLine> <bDave2>0</bDave2> <PathWithFileName>..\..\..\os\kernel\src\chsys.c</PathWithFileName> <FilenameWithoutPath>chsys.c</FilenameWithoutPath> @@ -982,8 +982,8 @@ <Focus>0</Focus> <ColumnNumber>13</ColumnNumber> <tvExpOptDlg>0</tvExpOptDlg> - <TopLine>85</TopLine> - <CurrentLine>101</CurrentLine> + <TopLine>0</TopLine> + <CurrentLine>0</CurrentLine> <bDave2>0</bDave2> <PathWithFileName>..\..\..\os\hal\src\adc.c</PathWithFileName> <FilenameWithoutPath>adc.c</FilenameWithoutPath> @@ -996,8 +996,8 @@ <Focus>0</Focus> <ColumnNumber>68</ColumnNumber> <tvExpOptDlg>0</tvExpOptDlg> - <TopLine>79</TopLine> - <CurrentLine>92</CurrentLine> + <TopLine>0</TopLine> + <CurrentLine>0</CurrentLine> <bDave2>0</bDave2> <PathWithFileName>..\..\..\os\hal\src\can.c</PathWithFileName> <FilenameWithoutPath>can.c</FilenameWithoutPath> @@ -1052,8 +1052,8 @@ <Focus>0</Focus> <ColumnNumber>1</ColumnNumber> <tvExpOptDlg>0</tvExpOptDlg> - <TopLine>226</TopLine> - <CurrentLine>233</CurrentLine> + <TopLine>0</TopLine> + <CurrentLine>0</CurrentLine> <bDave2>0</bDave2> <PathWithFileName>..\..\..\os\hal\src\mmc_spi.c</PathWithFileName> <FilenameWithoutPath>mmc_spi.c</FilenameWithoutPath> @@ -1094,8 +1094,8 @@ <Focus>0</Focus> <ColumnNumber>32</ColumnNumber> <tvExpOptDlg>0</tvExpOptDlg> - <TopLine>106</TopLine> - <CurrentLine>120</CurrentLine> + <TopLine>0</TopLine> + <CurrentLine>0</CurrentLine> <bDave2>0</bDave2> <PathWithFileName>..\..\..\os\hal\src\serial.c</PathWithFileName> <FilenameWithoutPath>serial.c</FilenameWithoutPath> @@ -1968,7 +1968,7 @@ <ActiveMDIGroup>0</ActiveMDIGroup> <MDIGroup> <Size>100</Size> - <ActiveTab>1</ActiveTab> + <ActiveTab>2</ActiveTab> <Documents> <Doc> <Name>..\main.c</Name> @@ -1978,9 +1978,15 @@ </Doc> <Doc> <Name>..\..\..\os\ports\RVCT\ARMCMx\cstartup.s</Name> - <ColumnNumber>35</ColumnNumber> - <TopLine>82</TopLine> - <CurrentLine>90</CurrentLine> + <ColumnNumber>0</ColumnNumber> + <TopLine>73</TopLine> + <CurrentLine>73</CurrentLine> + </Doc> + <Doc> + <Name>..\..\..\os\kernel\src\chsys.c</Name> + <ColumnNumber>0</ColumnNumber> + <TopLine>52</TopLine> + <CurrentLine>61</CurrentLine> </Doc> </Documents> </MDIGroup> |