summaryrefslogtreecommitdiff
path: root/nuttx/configs/viewtool-stm32f107
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-12 12:21:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-12 12:21:05 -0600
commit573890a3a6b4f2cccfbe269e800023d8f6289410 (patch)
tree16e5872222becf205d46bc5080f8b10aee174fc7 /nuttx/configs/viewtool-stm32f107
parent50e19250285c8ae06104d04a74e89d0a2c62e93a (diff)
downloadnuttx-573890a3a6b4f2cccfbe269e800023d8f6289410.tar.gz
nuttx-573890a3a6b4f2cccfbe269e800023d8f6289410.tar.bz2
nuttx-573890a3a6b4f2cccfbe269e800023d8f6289410.zip
Update ChangeLog
Diffstat (limited to 'nuttx/configs/viewtool-stm32f107')
-rw-r--r--nuttx/configs/viewtool-stm32f107/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/viewtool-stm32f107/README.txt b/nuttx/configs/viewtool-stm32f107/README.txt
index 3aefe7ba4..c1b1b9bca 100644
--- a/nuttx/configs/viewtool-stm32f107/README.txt
+++ b/nuttx/configs/viewtool-stm32f107/README.txt
@@ -421,6 +421,13 @@ Freescale MPL115A barometer sensor
CONFIG_MPL115A=y
CONFIG_NSH_ARCHINIT=y
+
+ Note: this driver uses SPI3 then since PB3 pin is also use to JTAG TDO you
+ need to disable JTAG support to get this driver working:
+
+ System Type
+ CONFIG_STM32_JTAG_DISABLE=y
+
LCD/Touchscreen Interface
=========================