git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3758 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
036d20f034
commit
ceabd20101
|
@ -73,7 +73,7 @@
|
|||
* @brief Enables the I2C subsystem.
|
||||
*/
|
||||
#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
|
||||
#define HAL_USE_I2C TRUE
|
||||
#define HAL_USE_I2C FALSE
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -304,6 +304,7 @@
|
|||
<state>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\DMAv1</state>
|
||||
<state>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\GPIOv2</state>
|
||||
<state>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32F4xx</state>
|
||||
<state>$PROJ_DIR$\..\..\..\os\various</state>
|
||||
<state>$PROJ_DIR$\..\..\..\boards\ST_STM32F4_DISCOVERY</state>
|
||||
<state>$PROJ_DIR$\..\..\..\test</state>
|
||||
</option>
|
||||
|
@ -1224,6 +1225,7 @@
|
|||
<state>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\DMAv1</state>
|
||||
<state>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32\GPIOv2</state>
|
||||
<state>$PROJ_DIR$\..\..\..\os\hal\platforms\STM32F4xx</state>
|
||||
<state>$PROJ_DIR$\..\..\..\os\various</state>
|
||||
<state>$PROJ_DIR$\..\..\..\boards\ST_STM32F4_DISCOVERY</state>
|
||||
<state>$PROJ_DIR$\..\..\..\test</state>
|
||||
</option>
|
||||
|
@ -2195,6 +2197,15 @@
|
|||
<name>$PROJ_DIR$\..\..\..\os\ports\common\ARMCMx\nvic.h</name>
|
||||
</file>
|
||||
</group>
|
||||
<group>
|
||||
<name>various</name>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\..\os\various\chprintf.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\..\..\os\various\lis302dl.c</name>
|
||||
</file>
|
||||
</group>
|
||||
</group>
|
||||
<group>
|
||||
<name>test</name>
|
||||
|
|
Loading…
Reference in New Issue