summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-25 18:01:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-25 18:01:44 +0000
commit43695c398502fed0d12eb96b96f6fa5fb5c38ecc (patch)
treefe0edc1b429f41dfd2ae591473cf997f6cafc8e2 /nuttx/configs/stm32f4discovery/nsh/defconfig
parentc01a8bc5821936b2463e2a529db89beaaba998a1 (diff)
downloadpx4-nuttx-43695c398502fed0d12eb96b96f6fa5fb5c38ecc.tar.gz
px4-nuttx-43695c398502fed0d12eb96b96f6fa5fb5c38ecc.tar.bz2
px4-nuttx-43695c398502fed0d12eb96b96f6fa5fb5c38ecc.zip
Misc quad encoder updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4426 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f4discovery/nsh/defconfig')
-rwxr-xr-xnuttx/configs/stm32f4discovery/nsh/defconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/configs/stm32f4discovery/nsh/defconfig b/nuttx/configs/stm32f4discovery/nsh/defconfig
index fead7980d..5bc628323 100755
--- a/nuttx/configs/stm32f4discovery/nsh/defconfig
+++ b/nuttx/configs/stm32f4discovery/nsh/defconfig
@@ -327,12 +327,18 @@ CONFIG_STM32_TIM4_CHANNEL=2
#
# Quadrature Encoder configuration.
#
-# Uses TIM2 or TIM8. TIM2 also needs CONFIG_STM32_TIM2=y; TIM8 needs CONFIG_STM_TIM8 above.
-#
+# CONFIG_QENCODER - Enables the upper-half quadrature encoder driver
+# CONFIG_STM32_TIMn - Enables TIMn
+# CONFIG_STM32_TIMn_QE - Configures TIMn as a quadrature encoder
+# CONFIG_STM32_TIMn_QECLKOUT - Used to configure the TIMn prescaler value
+#
+# Uses TIM2 or TIM8. TIM2 also needs CONFIG_STM32_TIM2=y; TIM8 needs CONFIG_STM_TIM8=y above.
#
CONFIG_QENCODER=n
CONFIG_STM32_TIM2_QE=n
+CONFIG_STM32_TIM2_QECLKOUT=28000000
CONFIG_STM32_TIM8_QE=y
+CONFIG_STM32_TIM8_QECLKOUT=28000000
#
# General build options