aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-02-16 21:28:43 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-02-16 21:28:43 +0100
commit4216982d54a858cb8ad8dbf68d2b7499348cd5e2 (patch)
treeb77fdf805ddefe7179311961fd248796369c2d65 /nuttx/configs
parentcaade93ae409595352db40d62828009f93752346 (diff)
downloadpx4-firmware-4216982d54a858cb8ad8dbf68d2b7499348cd5e2.tar.gz
px4-firmware-4216982d54a858cb8ad8dbf68d2b7499348cd5e2.tar.bz2
px4-firmware-4216982d54a858cb8ad8dbf68d2b7499348cd5e2.zip
Made timeouts configurable, untested
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index fd783dec5..b579096ef 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -372,7 +372,8 @@ CONFIG_I2C_POLLED=y
CONFIG_I2C_TRANSFER=y
CONFIG_I2C_TRACE=n
CONFIG_I2C_RESET=y
-
+# XXX fixed per-transaction timeout
+CONFIG_STM32_I2CTIMEOMS=10
# XXX re-enable after integration testing