summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-13 21:03:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-13 21:03:48 +0000
commit5fa6e3afb5b04347372072d65450f9ecf95912a6 (patch)
tree52ae885639eec21f47b7832b4f39f2cf1faf97ac /nuttx
parent80056acc0d7e7b96b11a3aa83edb2c0df9c66a5d (diff)
downloadpx4-nuttx-5fa6e3afb5b04347372072d65450f9ecf95912a6.tar.gz
px4-nuttx-5fa6e3afb5b04347372072d65450f9ecf95912a6.tar.bz2
px4-nuttx-5fa6e3afb5b04347372072d65450f9ecf95912a6.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1041 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ReleaseNotes22
1 files changed, 22 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 331f63ff3..afb62b837 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -628,4 +628,26 @@ a Linux host. Please report any errors to me.
This tarball contains a complete CVS snapshot from Octobor 10, 2008.
+UPDATE
+^^^^^^
+This release does not build for the ARM target when USB is disabled. Here is the fix:
+
+Index: arch/arm/src/common/up_internal.h
+===================================================================
+RCS file: /cvsroot/nuttx/nuttx/arch/arm/src/common/up_internal.h,v
+retrieving revision 1.13
+diff -u -r1.13 up_internal.h
+--- arch/arm/src/common/up_internal.h 6 Oct 2008 16:20:52 -0000 1.13
++++ arch/arm/src/common/up_internal.h 13 Oct 2008 20:48:21 -0000
+@@ -200,7 +200,8 @@
+ extern void up_usbinitialize(void);
+ extern void up_usbuninitialize(void);
+ #else
+-# define up_netinitialize()
++# define up_usbinitialize()
++# define up_usbuninitialize()
+ #endif
+
+ #endif /* __ASSEMBLY__ */
+