From 5381a857eb403aa4bc6baa7196104f04fbc6fc8b Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 16 Jan 2012 15:43:01 +0000 Subject: [PATCH] Increase range of pulse count in PWM driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4302 42af7a65-404d-4744-a932-0658087f49c3 --- configs/stm3240g-eval/nsh/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/stm3240g-eval/nsh/defconfig b/configs/stm3240g-eval/nsh/defconfig index f2eb8a3b6d..22bd971107 100755 --- a/configs/stm3240g-eval/nsh/defconfig +++ b/configs/stm3240g-eval/nsh/defconfig @@ -350,9 +350,9 @@ CONFIG_STM32_ADC3_SAMPLE_FREQUENCY=100 # # The STM3240G-Eval has no real on-board PWM devices, but the board can be configured to output # a pulse train using several options (see board.h). Here the default setup is for TIM8, CH4. -# Don't forget to enable CONFIG_STM32_TIM8. +# Don't forget to enable CONFIG_PWM and CONFIG_STM32_TIM8. # -CONFIG_PWM=y +CONFIG_PWM=n CONFIG_PWM_PULSECOUNT=y CONFIG_STM32_TIM8_PWM=y CONFIG_STM32_TIM8_CHANNEL=4