aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-27 15:09:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-27 15:09:12 +0000
commit8c5b57d449bae1b9f5b3b501356e486439f93ae0 (patch)
treeb4f90a5df2f2c42e9dff863ce7e673c037919e53 /nuttx/ChangeLog
parent285cd255991c1b077d657ea0b3ec376ac67fa5c9 (diff)
downloadpx4-firmware-8c5b57d449bae1b9f5b3b501356e486439f93ae0.tar.gz
px4-firmware-8c5b57d449bae1b9f5b3b501356e486439f93ae0.tar.bz2
px4-firmware-8c5b57d449bae1b9f5b3b501356e486439f93ae0.zip
configs/z8f64200100kit/ostest at same level as ez80 configurations; nuttx/arch/arm/src/lpc17xx/lpc17_i2c.cuninitialization fix
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5392 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4876098ed..9e8ddf44d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3692,3 +3692,8 @@
* confgs/ez80f910200zco/ostest: Now used Kconfig/mconfig configuration
tool. Updated to build in native Windows environment. Other ez80f910200zco
build scripts also updated.
+ * configs/z8f64200100kit/ostest: Update to same level as ez80 configurations.
+ * nuttx/configs/z8f64200100kit/scripts/setenv.bat: Add support for native
+ Windows build.
+ * nuttx/arch/arm/src/lpc17xx/lpc17_i2c.c: Resources not being released when
+ I2C is uninitialized.