git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7830 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a4cef8ba42
commit
b0a7e11099
|
@ -321,7 +321,7 @@
|
||||||
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\TIMv1</state>
|
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\TIMv1</state>
|
||||||
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\USARTv2</state>
|
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\USARTv2</state>
|
||||||
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\USBv1</state>
|
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\USBv1</state>
|
||||||
<state>$PROJ_DIR$\..\..\..\..\test</state>
|
<state>$PROJ_DIR$\..\..\..\..\test\rt</state>
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>CCStdIncCheck</name>
|
<name>CCStdIncCheck</name>
|
||||||
|
@ -1275,7 +1275,7 @@
|
||||||
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\TIMv1</state>
|
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\TIMv1</state>
|
||||||
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\USARTv2</state>
|
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\USARTv2</state>
|
||||||
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\USBv1</state>
|
<state>$PROJ_DIR$\..\..\..\..\os\hal\ports\STM32\LLD\USBv1</state>
|
||||||
<state>$PROJ_DIR$\..\..\..\..\test</state>
|
<state>$PROJ_DIR$\..\..\..\..\test\rt</state>
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>CCStdIncCheck</name>
|
<name>CCStdIncCheck</name>
|
||||||
|
@ -2034,6 +2034,24 @@
|
||||||
<name>$PROJ_DIR$\..\..\..\..\os\hal\include\usb.h</name>
|
<name>$PROJ_DIR$\..\..\..\..\os\hal\include\usb.h</name>
|
||||||
</file>
|
</file>
|
||||||
</group>
|
</group>
|
||||||
|
<group>
|
||||||
|
<name>lib</name>
|
||||||
|
<group>
|
||||||
|
<name>streams</name>
|
||||||
|
<file>
|
||||||
|
<name>$PROJ_DIR$\..\..\..\..\os\hal\lib\streams\chprintf.c</name>
|
||||||
|
</file>
|
||||||
|
<file>
|
||||||
|
<name>$PROJ_DIR$\..\..\..\..\os\hal\lib\streams\chprintf.h</name>
|
||||||
|
</file>
|
||||||
|
<file>
|
||||||
|
<name>$PROJ_DIR$\..\..\..\..\os\hal\lib\streams\memstreams.c</name>
|
||||||
|
</file>
|
||||||
|
<file>
|
||||||
|
<name>$PROJ_DIR$\..\..\..\..\os\hal\lib\streams\memstreams.h</name>
|
||||||
|
</file>
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
<group>
|
<group>
|
||||||
<name>port</name>
|
<name>port</name>
|
||||||
<file>
|
<file>
|
||||||
|
@ -2379,18 +2397,6 @@
|
||||||
</group>
|
</group>
|
||||||
<group>
|
<group>
|
||||||
<name>various</name>
|
<name>various</name>
|
||||||
<file>
|
|
||||||
<name>$PROJ_DIR$\..\..\..\..\os\various\chprintf.c</name>
|
|
||||||
</file>
|
|
||||||
<file>
|
|
||||||
<name>$PROJ_DIR$\..\..\..\..\os\various\chprintf.h</name>
|
|
||||||
</file>
|
|
||||||
<file>
|
|
||||||
<name>$PROJ_DIR$\..\..\..\..\os\various\memstreams.c</name>
|
|
||||||
</file>
|
|
||||||
<file>
|
|
||||||
<name>$PROJ_DIR$\..\..\..\..\os\various\memstreams.h</name>
|
|
||||||
</file>
|
|
||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
<group>
|
<group>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue