summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-10 10:34:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-10 10:34:05 -0600
commit3e75c2da3aa372c71e2543f00c50d8d3abb6002e (patch)
treeaee5277d2fc4eaa703ba42afbac23e274a4d09a5 /nuttx/ChangeLog
parent2992f82c56ff672531fd152c89e783c6fc2daec0 (diff)
downloadnuttx-3e75c2da3aa372c71e2543f00c50d8d3abb6002e.tar.gz
nuttx-3e75c2da3aa372c71e2543f00c50d8d3abb6002e.tar.bz2
nuttx-3e75c2da3aa372c71e2543f00c50d8d3abb6002e.zip
STM32 I2C: Bring in PX4 fix for I2C in very high noise environments or with rogue perpipherals. Taken from the PX4 commit by Tridge
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e635e8f02..1c76c708b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7322,4 +7322,8 @@
* binfmt/libpcode, pcode.c, include/nuttx/poff.h, and binfmt/pcode.h:
Now uses apps/interpreters/prun and is basically functional. More work
is needed because (1) it is too coupled with apps/ and (2) will not work
- with CONFIG_NUTTX_KERNEL (2014-5-9). \ No newline at end of file
+ with CONFIG_NUTTX_KERNEL (2014-5-9).
+ * arch/arm/src/stm32/stm32_i2c.c: Bring in PX4 fix for I2C in very high
+ noise environments or with rogue perpipherals. Taken from the PX4 commit
+ 099b2017ccfa0fc7696f168db2a0c2e13fe5edbc by Tridge here:
+ https://github.com/PX4/NuttX (2014-5-10).