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
c7e7f4f2
Commit
c7e7f4f2
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation to include references to the Arduino Due board
parent
e0310e2c
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
Documentation/NuttX.html
+28
-2
28 additions, 2 deletions
Documentation/NuttX.html
Documentation/README.html
+3
-1
3 additions, 1 deletion
Documentation/README.html
README.txt
+2
-0
2 additions, 0 deletions
README.txt
with
33 additions
and
3 deletions
Documentation/NuttX.html
+
28
−
2
View file @
c7e7f4f2
...
...
@@ -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: June
14
, 2013
</p>
<p>
Last Updated: June
27
, 2013
</p>
</td>
</tr>
</table>
...
...
@@ -1625,7 +1625,7 @@
<li><a
href=
"#arm920t"
>
ARM920T
</a>
(1)
</li>
<li><a
href=
"#arm926ejs"
>
ARM926EJS
</a>
(3)
</li>
<li><a
href=
"#armcortexm0"
>
ARM Cortex-M0/M0+
</a>
(2)
</li>
<li><a
href=
"#armcortexm3"
>
ARM Cortex-M3
</a>
(
19
)
</li>
<li><a
href=
"#armcortexm3"
>
ARM Cortex-M3
</a>
(
20
)
</li>
<li><a
href=
"#armcortexm4"
>
ARM Cortex-M4
</a>
(9)
</li>
</ul>
<li>
Atmel AVR
...
...
@@ -1688,6 +1688,7 @@
<li><a
href=
"#avrat90usbxxx"
>
AVR AT90USB64x and AT90USB6128x
</a>
<small>
(8-bit AVR)
</small></li>
<li><a
href=
"#at32uc3bxxx"
>
AVR32 AT32UC3BXXX
</a>
<small>
(32-bit AVR32)
</small></li>
<li><a
href=
"#at91sam3u"
>
Atmel AT91SAM3U
</a>
<small>
(ARM Cortex-M3)
</small></li>
<li><a
href=
"#at91sam3x"
>
Atmel AT91SAM3X
</a>
<small>
(ARM Cortex-M3)
</small></li>
<li><a
href=
"#at91sam4l"
>
Atmel AT91SAM4L
</a>
<small>
(ARM Cortex-M4)
</small></li>
<li><a
href=
"#at91sam4s"
>
Atmel AT91SAM4S
</a>
<small>
(ARM Cortex-M4)
</small></li>
</ul>
...
...
@@ -2571,6 +2572,31 @@ nsh>
<td><br></td>
<td><hr></td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<a
name=
"at91sam3x"
><b>
Atmel AT91SAM3X
</b>
.
</a>
This port uses the
<a
href=
"http://arduino.cc//"
>
Arduino
</a>
Due development board that features the ATSAM3X8E MCU running at 84MHz.
See the
<a
href=
"http://arduino.cc/en/Main/arduinoBoardDue"
>
Arduino Due
</a>
page for more information.
</p>
<ul>
<p>
<b>
STATUS:
</b>
This is very much a work in progress.
Basic NuttX is expected to be availabled in NuttX-6.29.
</p>
</ul>
<p>
<b>
Development Environments:
</b>
See the Atmel AT91SAM3U discussion
<a
href=
"#at91sam3u"
>
above.
</a>
</p>
</td>
</tr>
<tr>
<td><br></td>
<td><hr></td>
</tr>
<tr>
<td><br></td>
<td>
...
...
This diff is collapsed.
Click to expand it.
Documentation/README.html
+
3
−
1
View file @
c7e7f4f2
...
...
@@ -8,7 +8,7 @@
<tr
align=
"center"
bgcolor=
"#e4e4e4"
>
<td>
<h1><big><font
color=
"#3c34ec"
><i>
NuttX README Files
</i></font></big></h1>
<p>
Last Updated: June
10
, 2013
</p>
<p>
Last Updated: June
27
, 2013
</p>
</td>
</tr>
</table>
...
...
@@ -55,6 +55,8 @@
| |- configs/
| | |- amber/
| | | `-
<a
href=
"http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/amber/README.txt"
><b><i>
README.txt
</i></b></a>
| | |- arduino-due/
| | | `-
<a
href=
"http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/arduino-due/README.txt"
><b><i>
README.txt
</i></b></a>
| | |- avr32dev1/
| | | `-
<a
href=
"http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/avr32dev1/README.txt"
><b><i>
README.txt
</i></b></a>
| | |- c5471evm/
...
...
This diff is collapsed.
Click to expand it.
README.txt
+
2
−
0
View file @
c7e7f4f2
...
...
@@ -984,6 +984,8 @@ nuttx
|- configs/
| |- amber/
| | `- README.txt
| |- arduino-due/
| | `- README.txt
| |- avr32dev1/
| | `- README.txt
| |- c5471evm/
...
...
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