STM32 F3 fixes from John Wharington

This commit is contained in:
Gregory Nutt 2013-08-13 07:48:18 -06:00
parent a4c195482f
commit f3bfd6a515
3 changed files with 2 additions and 2 deletions

View File

@ -2225,7 +2225,6 @@ config STM32_DAC1_TIMER
config STM32_DAC1_TIMER_FREQUENCY
int "DAC1 timer frequency"
default 0
range 0 14
endif

View File

@ -106,7 +106,7 @@ CHIP_CSRCS += stm32_userspace.c stm32_mpuinit.c
endif
ifeq ($(CONFIG_STM32_STM32F30XX),y)
CHIP_CSRCS += stm32f30xx_i2c.c
CHIP_CSRCS += stm32f30xxx_i2c.c
else
CHIP_CSRCS += stm32_i2c.c
endif

View File

@ -1438,6 +1438,7 @@ static int stm32_i2c_isr(struct stm32_i2c_priv_s *priv)
{
stm32_i2c_traceevent(priv, I2CEVENT_BTFRESTART, priv->msgc);
/* ??? */
stm32_i2c_sendstart(priv);
}
}
else if (priv->msgv)