summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-04 18:00:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-04 18:00:07 +0000
commit0c0a42b4f872dd43cd782f9066f0aeb11dc0df1b (patch)
treeb336a068474b1f000b48cde819d3c715d5a5ec2e /nuttx/ChangeLog
parentb95bfcced4a2ff3f119220f1b5ef988105881faf (diff)
downloadnuttx-0c0a42b4f872dd43cd782f9066f0aeb11dc0df1b.tar.gz
nuttx-0c0a42b4f872dd43cd782f9066f0aeb11dc0df1b.tar.bz2
nuttx-0c0a42b4f872dd43cd782f9066f0aeb11dc0df1b.zip
LPC1788 updates -- OS test configuration now works
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5704 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5cb02ad69..548dffa1f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4233,4 +4233,11 @@
* arch/arm/src/stm32f20xxx_dma.c and stm32f40xxx_dma.c: Fix a typo
in assigned base register addresses for each DMA channel. From
Yan T.
-
+ * Several build fixes from Mike Smithe were incorporated. These were
+ mostly compilation errors introduced into the system because of the
+ large number of recent changes with broad scope (2013-03-04).
+ * configs/zkit-arm-17969/src/up_can.c: Add CAN support to the
+ Zilogics Technologies ZKIT-ARM-1769 board (From Rashid Fatah, (2013-03-04)).
+ * arch/arm/src/lpc17/lpc17*_clockconfig.c: The WaveShare Open1788
+ board now boots and passes the OS test. This is the work of
+ Rommel Marcelo (2013-03-04).