summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-16 03:01:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-16 03:01:05 +0000
commitc7f31bf28f105ba361108b8a29fbac35ddcccc87 (patch)
tree4d07eaebcaf0debd268ebecc72318aa2ffc3c13b /nuttx/ChangeLog
parent95fe0a934a62bc199c8f2e2cd89fc206318e9dc6 (diff)
downloadpx4-nuttx-c7f31bf28f105ba361108b8a29fbac35ddcccc87.tar.gz
px4-nuttx-c7f31bf28f105ba361108b8a29fbac35ddcccc87.tar.bz2
px4-nuttx-c7f31bf28f105ba361108b8a29fbac35ddcccc87.zip
LPC17xx USBDEV driver now compiles (still untested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2805 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 e617abe04..eeb9bec02 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1176,3 +1176,8 @@
* net/uip/uip_igmp*.c - Add IGMP support (untested on initial
checkin).
* examples/igmp - Add a trivial test for IGMP (much more is needed)
+ * configs/nucleus2g/usbserial and usbstorage - Add USB configurations
+ for testing purposes.
+ * arch/arm/src/common/up_internal.h, cortexm3/up_assert.c,
+ */*_vectors.S - Correct compilations errors when CONFIG_ARCH_INTERRUPTSTACK
+ is enabled (feature still not tested)