summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-27 14:58:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-27 14:58:42 +0000
commit1b571c64512a21d7aabc7122ead9bac785c8ff56 (patch)
tree8413ac81481f5882da4b2be180da0ed20c9c20ef /nuttx/ChangeLog
parentd719433123a921aa84a51139cc6ffc4a46533bc4 (diff)
downloadnuttx-1b571c64512a21d7aabc7122ead9bac785c8ff56.tar.gz
nuttx-1b571c64512a21d7aabc7122ead9bac785c8ff56.tar.bz2
nuttx-1b571c64512a21d7aabc7122ead9bac785c8ff56.zip
STM32 I2C fix, documentation update, fixes for FreeBSD/ASH build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3917 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 07bbb57f5..3468a5b62 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2030,4 +2030,9 @@
* tools/mkexport.sh: Extended the script that implements the top-level
'make export' logic. The script now also finds and bundles up all of
the architecture-specific header files as well.
-
+ * drivers/arch/arm/src/stm32/stm32_i2c.c: Add a reset to the I2C
+ initialization logic to prevent spurious interrups when the I2C
+ interrupts are enabled (submitted by Uros Platise).
+ * Scripts/makefiles/documents. Several adjustments, corrections and
+ typo fixes so that NuttX will build correctly on FreeBSD using the
+ ASH shell (submitted by Kurt Lidl).