summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-12 15:47:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-12 15:47:47 +0000
commitb645b5c1455b966355309ec2ef1e707b9df13a98 (patch)
tree8400159fc729e724a6f08e6001bbd87d1013ab73 /nuttx/Documentation/NuttX.html
parent0ea4808dbfc045d2187c0d896da46a6c58b26032 (diff)
downloadpx4-nuttx-b645b5c1455b966355309ec2ef1e707b9df13a98.tar.gz
px4-nuttx-b645b5c1455b966355309ec2ef1e707b9df13a98.tar.bz2
px4-nuttx-b645b5c1455b966355309ec2ef1e707b9df13a98.zip
Add support for the Sure DB-DP11212 PIC32 board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4476 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index e49e50f48..2920d4643 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -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 10, 2012</p>
+ <p>Last Updated: March 11, 2012</p>
</td>
</tr>
</table>
@@ -478,7 +478,7 @@
<td>
<p>
<li>
- Network, USB (host), USB (device), serial, CAN, ADC, DAC, and PWM driver architectures.
+ Network, USB (host), USB (device), serial, CAN, ADC, DAC, PWM, and Quadrature Encoder driver architectures.
</li>
</p>
</tr>
@@ -1790,7 +1790,7 @@
<a href="http://www.nuttx.org/NuttShell.html">NSH User Guide</a>) as well as several other configurations.
Additional drivers and configurations were added in NuttX 6.13-6.16.
Drivers include an Ethernet driver, ADC driver, DAC driver, PWM driver, CAN driver, F4 RTC driver, Quadrature Encoder, DMA, SDIO with DMA
- (most of these are compatible with the F1 family as well).
+ (these should all be compatible with the STM32 F2 family and many should also be compatible with the STM32 F1 family as well).
The NuttX6.16 release also includes and logic for saving/restoring F4 FPU registers in context switches.
Networking intensions include support for Telnet NSH sessions and new configurations for DHPCD and the networking test (nettest).
A more complete port would include support for SDIO and USB OTG which are not available in NuttX 6.13.