summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f429i-disco
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-16 09:54:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-16 09:54:32 -0600
commit140c51cb231e695e08fca861a37ceeeed8b260d7 (patch)
tree1cf88ecd29a6c1b079619b5d6572f7183e7d88c7 /nuttx/configs/stm32f429i-disco
parent08be24e16d857b79c0e3ac7e3f6beb6c114d0662 (diff)
downloadnuttx-140c51cb231e695e08fca861a37ceeeed8b260d7.tar.gz
nuttx-140c51cb231e695e08fca861a37ceeeed8b260d7.tar.bz2
nuttx-140c51cb231e695e08fca861a37ceeeed8b260d7.zip
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
Diffstat (limited to 'nuttx/configs/stm32f429i-disco')
-rw-r--r--nuttx/configs/stm32f429i-disco/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm32f429i-disco/README.txt b/nuttx/configs/stm32f429i-disco/README.txt
index ae993416b..d8e1783fb 100644
--- a/nuttx/configs/stm32f429i-disco/README.txt
+++ b/nuttx/configs/stm32f429i-disco/README.txt
@@ -651,9 +651,9 @@ Where <subdir> is one of the following:
CONFIG_STM32_TIM8_QE=y : Use TIM8 as the quadrature encoder
CONFIG_STM32_TIM2_QE=y : (Or optionally TIM2)
- See also apps/examples/README.tx. Special PWM-only debug options:
+ See also apps/examples/README.txt. Special debug options:
- CONFIG_DEBUG_QENCODER
+ CONFIG_DEBUG_SENSORS
6. This example supports the watchdog timer test (apps/examples/watchdog)
but this must be manually enabled by selecting: