Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
2f0bfec5
Commit
2f0bfec5
authored
18 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
update
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@77
42af7a65-404d-4744-a932-0658087f49c3
parent
f1cf2a38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/NuttX.html
+48
-6
48 additions, 6 deletions
Documentation/NuttX.html
with
48 additions
and
6 deletions
Documentation/NuttX.html
+
48
−
6
View file @
2f0bfec5
...
...
@@ -8,7 +8,7 @@
<tr
align=
"center"
bgcolor=
"#e4e4e4"
>
<td>
<h1><big><font
color=
"#3c34ec"
><i>
NuttX RTOS
</i></font></big></h1>
<p>
Last Updated: March 1
4
, 2007
</p>
<p>
Last Updated: March 1
6
, 2007
</p>
</td>
</tr>
</table>
...
...
@@ -208,27 +208,51 @@
The purpose of this port is primarily to support OS feature developement.
</p>
<p>
STATUS: Does not support interrupts but is otherwise fully functional.
<b>
STATUS:
</b>
Does not support interrupts but is otherwise fully functional.
</p>
</td>
</tr>
<tr>
<td
valign=
"top"
><img
src=
"favicon.ico"
></td>
<td
bgcolor=
"#5eaee1"
>
<b>
TI TMS320C5471
</b>
(also called
<b>
TMS320DM180
</b>
)
.
<b>
ARM7TDMI
</b>
.
</td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<b>
TI TMS320C5471
</b>
(also called a
<b>
C5471
</b>
or
<b>
TMS320DM180
</b>
).
NuttX operates on the ARM7 of this dual core processor.
This port uses the
<a
href=
"http://www.spectrumdigital.com/"
>
Spectrum Digital
</a>
evaluation board with a GNU arm-elf toolchain*.
</p>
<p>
STATUS: This port is complete, verified, and included in the initial NuttX
release.
<b>
STATUS:
</b>
This port is complete, verified, and included in the initial NuttX release.
</p>
</td>
</tr>
<tr>
<td
valign=
"top"
><img
src=
"favicon.ico"
></td>
<td
bgcolor=
"#5eaee1"
>
<b>
ARM9EJS
</b>
.
</td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<b>
TI TMS320DM320
</b>
(also called
<b>
DM320
</b>
).
NuttX operates on the ARM9 of this dual core processor.
This port uses the
<a
href=
"http://wiki.neurostechnology.com/index.php/Developer_Welcome"
>
Neuros OSD
</a>
with a GNU arm-elf toolchain*.
</p>
<p>
<b>
STATUS:
</b>
This port is code complete but totally untested due to hardware issues with my OSD.
</p>
</td>
</tr>
...
...
@@ -242,11 +266,13 @@
<td><br></td>
<td>
<p>
<b>
PJRC 87C52 Development Board
</b>
.
This port uses the
<a
href=
"http://www.pjrc.com/"
>
PJRC
</a>
87C52 development system
and the
<a
href=
"http://sdcc.sourceforge.net/"
>
SDCC
</a>
toolchain.
</p>
<p>
STATUS: This port is complete but not stable with timer interrupts enabled.
<b>
STATUS:
</b>
This port is complete but not stable with timer interrupts enabled.
There seems to be some issue when the stack pointer enters into the indirect IRAM
address space during interrupt handling.
</p>
...
...
@@ -366,6 +392,22 @@ Other memory:
when the timer interrupt is enabled. Seems to be an
issue when SP enters indirect address space.
* Documentation updates
0.1.2 2007-xx-xx Gregory Nutt
<spudmonkey
@
racsa.co.cr
>
* Add dirent.h, opendir(), readdir(), closedir(), etc.
* Added 'ls' command to nsh
* Added C5471 watchdog driver
* Added support for the Neuros OSD / DM320
* Fixed another bug where free() is called from IDEL task.
Can't do this; the caller must be able to wait for access
to memory.
* Separated C5471 serial driver; a shareable part is
in drivers/. ; the C5471 specific part is in arch/C5471.
serial.h defines the interface.
* Fixed mq_receive() -- bad memcpy()
</pre></ul>
<table
width =
"100%"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment