summaryrefslogtreecommitdiffstats
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-09-29 02:19:29 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-09-29 02:19:29 +0000
commit6334491ab305b507269e998b8d257cb31603b426 (patch)
tree47133c7f526c515c03d9eaa1e4180b7d5ae59268 /nuttx
parent958f5d69d08cdd88d3cedded770616b4fdd15c10 (diff)
corrections to the lm3s8962 port
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2952 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ChangeLog3
-rw-r--r--nuttx/Documentation/NuttX.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 573c830541..b2794cf70e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1281,6 +1281,9 @@
(see email thread: http://tech.groups.yahoo.com/group/nuttx/message/530)
* drivers/mtd/at45db.c - Add a driver for the Atmel AT45DB161D 4Mbit
SPI FLASH part (untested on initial check-in).
+ * arch/arm/src/lm3s and arch/arm/include/lm3s - Corrections for the
+ lm3s8962 port contributed by Larry Arnold. That port is purported
+ to work correctly with these changes in place.
* examples/ostest/prioinherit.c - Need to reinitialize globals if
test is ran repeatedly in a loop.
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 69a99ddc5a..b90591958b 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1976,6 +1976,9 @@ nuttx-5.11 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
(see email thread: http://tech.groups.yahoo.com/group/nuttx/message/530)
* drivers/mtd/at45db.c - Add a driver for the Atmel AT45DB161D 4Mbit
SPI FLASH part (untested on initial check-in).
+ * arch/arm/src/lm3s and arch/arm/include/lm3s - Corrections for the
+ lm3s8962 port contributed by Larry Arnold. That port is purported
+ to work correctly with these changes in place.
* examples/ostest/prioinherit.c - Need to reinitialize globals if
test is ran repeatedly in a loop.