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
de59d27b
Commit
de59d27b
authored
16 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
upate
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@1699
42af7a65-404d-4744-a932-0658087f49c3
parent
ef399205
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
Documentation/NuttX.html
+3
-1
3 additions, 1 deletion
Documentation/NuttX.html
TODO
+11
-1
11 additions, 1 deletion
TODO
with
16 additions
and
2 deletions
ChangeLog
+
2
−
0
View file @
de59d27b
...
...
@@ -691,3 +691,5 @@
* include/nuttx/i2c.h: Defined a standard I2C interface
* eZ80Acclaim!: Add an I2C driver.
* eZ8Encore!: Add an I2C driver.
* Add support for the Freescale i.MX1/L architecture and a configuration for
the Freescale MX1ADS development board.
This diff is collapsed.
Click to expand it.
Documentation/NuttX.html
+
3
−
1
View file @
de59d27b
...
...
@@ -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: April
4
, 2009
</p>
<p>
Last Updated: April
12
, 2009
</p>
</td>
</tr>
</table>
...
...
@@ -1364,6 +1364,8 @@ nuttx-0.4.5 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* include/nuttx/i2c.h: Defined a standard I2C interface
* eZ80Acclaim!: Add an I2C driver.
* eZ8Encore!: Add an I2C driver.
* Add support for the Freescale i.MX1/L architecture and a configuration for
the Freescale MX1ADS development board.
pascal-0.1.3 2009-xx-xx Gregory Nutt
<
spudmonkey@racsa.co.cr
>
...
...
This diff is collapsed.
Click to expand it.
TODO
+
11
−
1
View file @
de59d27b
NuttX TODO List (Last updated
March 28
, 2009)
NuttX TODO List (Last updated
April 12
, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(6) Task/Scheduler (sched/)
...
...
@@ -21,6 +21,7 @@ NuttX TODO List (Last updated March 28, 2009)
(2) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
(3) ARM/DM320 (arch/arm/src/dm320/)
(1) ARM/i.MX (arch/arm/src/imx/)
(6) ARM/LPC214x (arch/arm/src/lpc214x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
...
...
@@ -473,6 +474,15 @@ o ARM/DM320 (arch/arm/src/dm320/)
Status: Open
Priority: Medium (high if you need to use the framebuffer driver)
o ARM/i.MX (arch/arm/src/imx/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Description: The basic port of the i.MX1 architecuture is underway. The port
is incomplete (as of this writing, is still lacks a timer, interrupt
decoding, USB, network) and untested.
Status: Open (and in work)
Priority: Medium (high if you need i.MX1/L support)
o ARM/LPC214x (arch/arm/src/lpc214x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
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