From 577d5456db4d4e5a740208f01362521aeda22aae Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 8 Sep 2011 17:56:08 +0000 Subject: Fix I2C/FSMC conflict for STM32; Fix STM32 clock setup git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3942 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3210e-eval/buttons/defconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/configs/stm3210e-eval/buttons/defconfig') diff --git a/nuttx/configs/stm3210e-eval/buttons/defconfig b/nuttx/configs/stm3210e-eval/buttons/defconfig index bc1c291d2..7a9e636d9 100644 --- a/nuttx/configs/stm3210e-eval/buttons/defconfig +++ b/nuttx/configs/stm3210e-eval/buttons/defconfig @@ -141,6 +141,11 @@ CONFIG_STM32_TIM8=n CONFIG_STM32_USART1=y CONFIG_STM32_ADC3=n +# +# Timer and I2C devices may need to the following to force power to be applied: +# +#CONFIG_STM32_FORCEPOWER=y + # # STM32F103Z specific serial device driver settings # -- cgit v1.2.3